From 06f18a37828d6368d54c4a6a445403e301d7ecb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:15:43 -0600 Subject: [PATCH] chore(deps): update uds-k3d to v0.6.0 (#398) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
defenseunicorns/uds-k3d (defenseunicorns/uds-k3d) ### [`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 ([#​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 ([#​50](https://togithub.com/defenseunicorns/uds-k3d/issues/50)) ([e34753d](https://togithub.com/defenseunicorns/uds-k3d/commit/e34753d62034b711443707443a9ff8cfd4a96e97))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Micah Nagel --- tasks/setup.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setup.yaml b/tasks/setup.yaml index 8f20e3750..2ef6a03e5 100644 --- a/tasks/setup.yaml +++ b/tasks/setup.yaml @@ -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: