From 3328925a35ccbe91b23c847c8d78a18a34383aff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:25:51 -0600 Subject: [PATCH] chore(deps): update zarf to v0.38.2 (#668) 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 | |---|---|---| | ghcr.io/zarf-dev/packages/init | patch | `v0.38.1` -> `v0.38.2` | | [zarf-dev/zarf](https://togithub.com/zarf-dev/zarf) | patch | `v0.38.1` -> `v0.38.2` | --- ### Release Notes
zarf-dev/zarf (zarf-dev/zarf) ### [`v0.38.2`](https://togithub.com/zarf-dev/zarf/releases/tag/v0.38.2) [Compare Source](https://togithub.com/zarf-dev/zarf/compare/v0.38.1...v0.38.2) ##### What's Changed - chore(deps): bump github.com/google/go-containerregistry from 0.20.1 to 0.20.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/zarf-dev/zarf/pull/2863](https://togithub.com/zarf-dev/zarf/pull/2863) - chore(deps): bump k8s.io/kubectl from 0.30.0 to 0.30.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/zarf-dev/zarf/pull/2862](https://togithub.com/zarf-dev/zarf/pull/2862) - ci: add renamed github workflow jobs to the shim workflow by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2858](https://togithub.com/zarf-dev/zarf/pull/2858) - test: docker exec to in memory registry by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2869](https://togithub.com/zarf-dev/zarf/pull/2869) - fix: replace helpers.Retry with go-retry and adjust delay by [@​phillebaba](https://togithub.com/phillebaba) in [https://github.com/zarf-dev/zarf/pull/2856](https://togithub.com/zarf-dev/zarf/pull/2856) - feat: introduce beta schema by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2859](https://togithub.com/zarf-dev/zarf/pull/2859) - refactor: move validate to lint by [@​AustinAbro321](https://togithub.com/AustinAbro321) in [https://github.com/zarf-dev/zarf/pull/2839](https://togithub.com/zarf-dev/zarf/pull/2839) **Full Changelog**: https://github.com/zarf-dev/zarf/compare/v0.38.0...v0.38.2
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/defenseunicorns/uds-core). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/bundles/uds-bundle.yaml | 2 +- bundles/k3d-slim-dev/uds-bundle.yaml | 2 +- bundles/k3d-standard/uds-bundle.yaml | 2 +- tasks/setup.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/bundles/uds-bundle.yaml b/.github/bundles/uds-bundle.yaml index a42f88aa6..2edddb2b3 100644 --- a/.github/bundles/uds-bundle.yaml +++ b/.github/bundles/uds-bundle.yaml @@ -9,7 +9,7 @@ metadata: packages: - name: init repository: ghcr.io/zarf-dev/packages/init - ref: v0.38.1 + ref: v0.38.2 - name: core path: ../../build/ diff --git a/bundles/k3d-slim-dev/uds-bundle.yaml b/bundles/k3d-slim-dev/uds-bundle.yaml index f80bb640f..c228e5933 100644 --- a/bundles/k3d-slim-dev/uds-bundle.yaml +++ b/bundles/k3d-slim-dev/uds-bundle.yaml @@ -29,7 +29,7 @@ packages: - name: init repository: ghcr.io/zarf-dev/packages/init - ref: v0.38.1 + ref: v0.38.2 - name: core-slim-dev path: ../../build/ diff --git a/bundles/k3d-standard/uds-bundle.yaml b/bundles/k3d-standard/uds-bundle.yaml index fca71435d..24052e5b1 100644 --- a/bundles/k3d-standard/uds-bundle.yaml +++ b/bundles/k3d-standard/uds-bundle.yaml @@ -29,7 +29,7 @@ packages: - name: init repository: ghcr.io/zarf-dev/packages/init - ref: v0.38.1 + ref: v0.38.2 - name: core path: ../../build/ diff --git a/tasks/setup.yaml b/tasks/setup.yaml index b953b2587..f6951747c 100644 --- a/tasks/setup.yaml +++ b/tasks/setup.yaml @@ -11,4 +11,4 @@ tasks: - description: "Initialize the cluster with Zarf" # renovate: datasource=github-tags depName=zarf-dev/zarf versioning=semver - cmd: "uds zarf package deploy oci://ghcr.io/zarf-dev/packages/init:v0.38.1 --confirm --no-progress" + cmd: "uds zarf package deploy oci://ghcr.io/zarf-dev/packages/init:v0.38.2 --confirm --no-progress"