From c07a957eb59bd4b304b775be2688ce082441b77d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:48:50 -0700 Subject: [PATCH 1/2] chore(deps): update dev-stack to v0.14.9 (#131) | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | metallb | 0.14.8 | 0.14.9 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- zarf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zarf.yaml b/zarf.yaml index 35333b0..e67bd2b 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -84,7 +84,7 @@ components: - name: metallb namespace: uds-dev-stack url: https://metallb.github.io/metallb - version: 0.14.8 + version: 0.14.9 - name: uds-dev-stack namespace: uds-dev-stack localPath: chart From 93be01765b7a4845358e524d62b647024f072438 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:49:06 -0700 Subject: [PATCH 2/2] chore(deps): update githubactions (#130) | datasource | package | from | to | | ----------- | -------------------------- | ------- | ------- | | github-tags | defenseunicorns/uds-cli | v0.19.2 | v0.20.0 | | github-tags | docker/setup-buildx-action | v3.7.1 | v3.8.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-test.yaml | 2 +- .github/workflows/publish-image.yaml | 4 ++-- .github/workflows/tag-and-release.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index beecc1f..75250df 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -26,7 +26,7 @@ jobs: uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0 with: # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - version: v0.19.2 + version: v0.20.0 - name: Environment setup run: | diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index 1c4e38b..82048c3 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -24,13 +24,13 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 + - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 - name: Install UDS CLI uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0 with: # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - version: v0.19.2 + version: v0.20.0 - name: Environment setup run: | diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 09ee789..34fe82c 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -37,7 +37,7 @@ jobs: uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0 with: # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - version: v0.19.2 + version: v0.20.0 - name: Environment setup run: |