From 3ad459fd7870d2cf1f8e291a4e0b1505037844ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:04:21 -0500 Subject: [PATCH] chore(deps): update all dependencies (#254) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish.yaml | 2 +- .pre-commit-config.yaml | 2 +- zarf-config.yaml | 4 ++-- zarf.yaml | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ffa446e..94e3034 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -36,7 +36,7 @@ jobs: uses: defenseunicorns/setup-zarf@main with: # renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent - version: v0.41.0 + version: v0.42.0 download-init-package: false - name: Build and Publish IB Package run: zarf package create --confirm --output oci://ghcr.io/defenseunicorns/delivery-zarf-init --no-progress --flavor ${{ matrix.flavor }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1583022..6356db1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,6 +22,6 @@ repos: hooks: - id: fix-smartquotes - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.110.2 + rev: 38.129.2 hooks: - id: renovate-config-validator diff --git a/zarf-config.yaml b/zarf-config.yaml index f323b4e..2df4eeb 100644 --- a/zarf-config.yaml +++ b/zarf-config.yaml @@ -6,7 +6,7 @@ package: agent_image_domain: registry1.dso.mil/ agent_image: ironbank/opensource/defenseunicorns/zarf/zarf-agent # renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent - agent_image_tag: v0.41.0 + agent_image_tag: v0.42.0 # Tag for the zarf injector binary to use injector_version: "2024-07-22" @@ -20,4 +20,4 @@ package: registry_image_tag: 3.0.0-beta.1 # renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/go-gitea/gitea - gitea_image: "registry1.dso.mil/ironbank/opensource/go-gitea/gitea:v1.22.2" + gitea_image: "registry1.dso.mil/ironbank/opensource/go-gitea/gitea:v1.22.3" diff --git a/zarf.yaml b/zarf.yaml index 954fcd6..16def74 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -10,32 +10,32 @@ components: required: true import: # renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent - url: oci://ghcr.io/zarf-dev/packages/init:v0.41.0 + url: oci://ghcr.io/zarf-dev/packages/init:v0.42.0 # Creates the temporary seed-registry - name: zarf-seed-registry required: true import: # renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent - url: oci://ghcr.io/zarf-dev/packages/init:v0.41.0 + url: oci://ghcr.io/zarf-dev/packages/init:v0.42.0 # Creates the permanent registry - name: zarf-registry required: true import: # renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent - url: oci://ghcr.io/zarf-dev/packages/init:v0.41.0 + url: oci://ghcr.io/zarf-dev/packages/init:v0.42.0 # Creates the pod+git mutating webhook - name: zarf-agent required: true import: # renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent - url: oci://ghcr.io/zarf-dev/packages/init:v0.41.0 + url: oci://ghcr.io/zarf-dev/packages/init:v0.42.0 - name: git-server import: # renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent - url: oci://ghcr.io/zarf-dev/packages/init:v0.41.0 + url: oci://ghcr.io/zarf-dev/packages/init:v0.42.0 only: flavor: gitea-registry1