Skip to content

Commit a0bbfb0

Browse files
authoredAug 2, 2024··
chore(deps): update uds common support dependencies (#187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a39915 commit a0bbfb0

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed
 

‎.github/actions/save-logs/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
sudo chown $USER /tmp/uds-*.log || echo ""
3535
shell: bash
3636

37-
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
37+
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
3838
with:
3939
name: debug-log${{ inputs.suffix }}
4040
path: |

‎.github/actions/setup/action.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
udsCliVersion:
1212
description: The uds-cli version to install
1313
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
14-
default: 0.13.1
14+
default: 0.14.0
1515
chainguardIdentity:
1616
description: ID for Chainguard Identity to assume
1717

@@ -21,7 +21,7 @@ runs:
2121
- name: Install k3d
2222
shell: bash
2323
# renovate: datasource=github-tags depName=k3d-io/k3d versioning=semver
24-
run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.7.2 bash
24+
run: curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=v5.7.3 bash
2525

2626
- name: Set UDS CLI Arch
2727
id: setUdsCliArch
@@ -36,7 +36,7 @@ runs:
3636
uses: defenseunicorns/lula-action/setup@939e0a3d3a5f72321245a040207152dced5238f2
3737
with:
3838
# renovate: datasource=github-tags depName=defenseunicorns/lula versioning=semver-coerced
39-
version: v0.4.3
39+
version: v0.4.4
4040

4141
- name: Iron Bank Login
4242
if: ${{ inputs.registry1Username != '' }}
@@ -48,7 +48,7 @@ runs:
4848

4949
- name: Chainguard Login
5050
if: ${{ inputs.chainguardIdentity != '' }}
51-
uses: chainguard-dev/setup-chainctl@fc62b08dfd3179dd694b50f672bc371f878fbd1e # v0.2.1
51+
uses: chainguard-dev/setup-chainctl@f52718d822dc73d21a04ef2082822c4a203163b3 # v0.2.2
5252
with:
5353
identity: ${{ inputs.chainguardIdentity }}
5454

‎.vscode/settings.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
]
99
},
1010
"yaml.schemas": {
11-
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.13.1/uds.schema.json": [
11+
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.14.0/uds.schema.json": [
1212
"uds-bundle.yaml"
1313
],
14-
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.13.1/tasks.schema.json": [
14+
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.14.0/tasks.schema.json": [
1515
"tasks.yaml",
1616
"tasks/**/*.yaml",
1717
"src/**/validate.yaml"
1818
],
19-
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.36.1/zarf.schema.json": [
19+
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.37.0/zarf.schema.json": [
2020
"zarf.yaml"
2121
]
2222
},

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching
1515

1616
## Supported Tool Versions
1717

18-
- UDS CLI: 0.13.1
18+
- UDS CLI: 0.14.0
1919
- UDS Core: 0.24.1
20-
- K3D: 5.7.2
21-
- Lula: 0.4.3
20+
- K3D: 5.7.3
21+
- Lula: 0.4.4
2222

2323
NOTE: Zarf is not required for tasks in this repo, the vendored zarf (`uds zarf`) included with UDS CLI is used instead to prevent version mismatches.
2424

0 commit comments

Comments
 (0)
Please sign in to comment.