Skip to content

Commit

Permalink
chore(deps): update zarf to v0.32.5
Browse files Browse the repository at this point in the history
| datasource  | package              | from    | to      |
| ----------- | -------------------- | ------- | ------- |
| github-tags | defenseunicorns/zarf | v0.32.1 | v0.32.5 |
  • Loading branch information
renovate[bot] committed Mar 12, 2024
1 parent d3dacdd commit e166b8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
uses: defenseunicorns/setup-zarf@main
with:
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
version: v0.32.1
version: v0.32.5
download-init-package: true

- name: Use Node.js latest
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"src/**/validate.yaml"
],
// renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.1/zarf.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.5/zarf.schema.json": [
"zarf.yaml"
]
},
Expand Down
2 changes: 1 addition & 1 deletion bundles/k3d-istio/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages:
- name: init
repository: ghcr.io/defenseunicorns/packages/init
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
ref: v0.32.1
ref: v0.32.5

- name: core-istio
path: ../../build/
Expand Down
2 changes: 1 addition & 1 deletion bundles/k3d-standard/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages:
- name: init
repository: ghcr.io/defenseunicorns/packages/init
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
ref: v0.32.1
ref: v0.32.5

- name: core
path: ../../build/
Expand Down

0 comments on commit e166b8e

Please sign in to comment.