Skip to content

Commit

Permalink
chore(deps): update uds-k3d to v0.6.0 (#398)
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/uds-k3d](https://togithub.com/defenseunicorns/uds-k3d)
| minor | `0.5.0` -> `0.6.0` |

---

### Release Notes

<details>
<summary>defenseunicorns/uds-k3d (defenseunicorns/uds-k3d)</summary>

###
[`v0.6.0`](https://togithub.com/defenseunicorns/uds-k3d/releases/tag/v0.6.0)

[Compare
Source](https://togithub.com/defenseunicorns/uds-k3d/compare/v0.5.0...v0.6.0)

##### Features

- rewrite answer as well
([#&#8203;51](https://togithub.com/defenseunicorns/uds-k3d/issues/51))
([baf69f6](https://togithub.com/defenseunicorns/uds-k3d/commit/baf69f6ceb89d03eec6c1fc68783d72cb4e5ad85))

##### Miscellaneous

- **deps:** update defenseunicorns/uds-common action to v0.2.2
([#&#8203;50](https://togithub.com/defenseunicorns/uds-k3d/issues/50))
([e34753d](https://togithub.com/defenseunicorns/uds-k3d/commit/e34753d62034b711443707443a9ff8cfd4a96e97))

</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 this update
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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

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 authored May 20, 2024
1 parent 25165e6 commit 06f18a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tasks:
actions:
- description: "Create the K3d cluster"
# renovate: datasource=github-tags depName=defenseunicorns/uds-k3d versioning=semver
cmd: "uds zarf package deploy oci://defenseunicorns/uds-k3d:0.5.0 --set=K3D_IMAGE=${K3D_IMAGE} --confirm --no-progress"
cmd: "uds zarf package deploy oci://defenseunicorns/uds-k3d:0.6.0 --set=K3D_IMAGE=${K3D_IMAGE} --confirm --no-progress"

- name: k3d-test-cluster
actions:
Expand Down

0 comments on commit 06f18a3

Please sign in to comment.