diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c9f481d..fa2180f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -40,7 +40,7 @@ jobs: uses: defenseunicorns/setup-zarf@main with: # renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent - version: v0.33.0 + version: v0.33.1 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 ad87a01..1377698 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: 37.352.0 + rev: 37.353.0 hooks: - id: renovate-config-validator diff --git a/zarf-config.yaml b/zarf-config.yaml index 3876b23..f2f05f3 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.33.0 + agent_image_tag: v0.33.1 # Tag for the zarf injector binary to use injector_version: "2023-08-02" diff --git a/zarf.yaml b/zarf.yaml index a14cab4..f7df749 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -10,7 +10,7 @@ components: required: true import: # renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent - url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.0 + url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.1 # Creates the temporary seed-registry - name: zarf-seed-registry @@ -31,11 +31,11 @@ components: required: true import: # renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent - url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.0 + url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.1 - name: git-server import: # renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent - url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.0 + url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.1 only: flavor: gitea-registry1