File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 34
34
sudo chown $USER /tmp/uds-*.log || echo ""
35
35
shell : bash
36
36
37
- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
37
+ - uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
38
38
with :
39
39
name : debug-log${{ inputs.suffix }}
40
40
path : |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ inputs:
11
11
udsCliVersion :
12
12
description : The uds-cli version to install
13
13
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
14
- default : 0.13.1
14
+ default : 0.14.0
15
15
chainguardIdentity :
16
16
description : ID for Chainguard Identity to assume
17
17
21
21
- name : Install k3d
22
22
shell : bash
23
23
# 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
25
25
26
26
- name : Set UDS CLI Arch
27
27
id : setUdsCliArch
36
36
uses : defenseunicorns/lula-action/setup@939e0a3d3a5f72321245a040207152dced5238f2
37
37
with :
38
38
# renovate: datasource=github-tags depName=defenseunicorns/lula versioning=semver-coerced
39
- version : v0.4.3
39
+ version : v0.4.4
40
40
41
41
- name : Iron Bank Login
42
42
if : ${{ inputs.registry1Username != '' }}
48
48
49
49
- name : Chainguard Login
50
50
if : ${{ inputs.chainguardIdentity != '' }}
51
- uses : chainguard-dev/setup-chainctl@fc62b08dfd3179dd694b50f672bc371f878fbd1e # v0.2.1
51
+ uses : chainguard-dev/setup-chainctl@f52718d822dc73d21a04ef2082822c4a203163b3 # v0.2.2
52
52
with :
53
53
identity : ${{ inputs.chainguardIdentity }}
54
54
Original file line number Diff line number Diff line change 8
8
]
9
9
},
10
10
"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" : [
12
12
" uds-bundle.yaml"
13
13
],
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" : [
15
15
" tasks.yaml" ,
16
16
" tasks/**/*.yaml" ,
17
17
" src/**/validate.yaml"
18
18
],
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" : [
20
20
" zarf.yaml"
21
21
]
22
22
},
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching
15
15
16
16
# # Supported Tool Versions
17
17
18
- - UDS CLI : 0.13.1
18
+ - UDS CLI : 0.14.0
19
19
- 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
22
22
23
23
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.
24
24
You can’t perform that action at this time.
0 commit comments