Skip to content

Commit

Permalink
chore(deps): update zarf to v0.34.0
Browse files Browse the repository at this point in the history
| datasource  | package              | from    | to      |
| ----------- | -------------------- | ------- | ------- |
| github-tags | defenseunicorns/zarf | v0.33.2 | v0.34.0 |
  • Loading branch information
renovate[bot] committed May 24, 2024
1 parent 1da1c49 commit 6913e89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/bundles/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages:
- name: init
repository: ghcr.io/defenseunicorns/packages/init
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
ref: v0.33.2
ref: v0.34.0

- name: core
path: ../../build/
Expand Down
2 changes: 1 addition & 1 deletion bundles/k3d-slim-dev/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.33.2
ref: v0.34.0

- name: core-slim-dev
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.33.2
ref: v0.34.0

- name: core
path: ../../build/
Expand Down
2 changes: 1 addition & 1 deletion tasks/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ tasks:

- description: "Initialize the cluster with Zarf"
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
cmd: "uds zarf package deploy oci://defenseunicorns/init:v0.33.2 --confirm --no-progress"
cmd: "uds zarf package deploy oci://defenseunicorns/init:v0.34.0 --confirm --no-progress"

0 comments on commit 6913e89

Please sign in to comment.