Skip to content

Commit

Permalink
chore(deps): update zarf to v0.34.0 (#434)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [defenseunicorns/zarf](https://github.com/defenseunicorns/zarf) |
minor | `v0.33.2` -> `v0.34.0` |
| ghcr.io/defenseunicorns/packages/init | minor | `v0.33.2` -> `v0.34.0`
|

---

### Release Notes

<details>
<summary>defenseunicorns/zarf (defenseunicorns/zarf)</summary>

###
[`v0.34.0`](https://github.com/defenseunicorns/zarf/compare/v0.33.2...v0.34.0)

[Compare
Source](https://github.com/defenseunicorns/zarf/compare/v0.33.2...v0.34.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
  • Loading branch information
renovate[bot] and mjnagel committed May 24, 2024
1 parent ffa19ee commit 6791459
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 @@ -9,7 +9,7 @@ metadata:
packages:
- name: init
repository: ghcr.io/defenseunicorns/packages/init
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 @@ -29,7 +29,7 @@ packages:

- name: init
repository: ghcr.io/defenseunicorns/packages/init
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 @@ -29,7 +29,7 @@ packages:

- name: init
repository: ghcr.io/defenseunicorns/packages/init
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 6791459

Please sign in to comment.