Skip to content

Commit 288f009

Browse files
chore(deps): update uds-k3d to v0.6.0 (defenseunicorns#398)
[![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 <[email protected]>
1 parent 0d32ee7 commit 288f009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/setup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tasks:
33
actions:
44
- description: "Create the K3d cluster"
55
# renovate: datasource=github-tags depName=defenseunicorns/uds-k3d versioning=semver
6-
cmd: "uds zarf package deploy oci://defenseunicorns/uds-k3d:0.5.0 --set=K3D_IMAGE=${K3D_IMAGE} --confirm --no-progress"
6+
cmd: "uds zarf package deploy oci://defenseunicorns/uds-k3d:0.6.0 --set=K3D_IMAGE=${K3D_IMAGE} --confirm --no-progress"
77

88
- name: k3d-test-cluster
99
actions:

0 commit comments

Comments
 (0)