Skip to content

Commit

Permalink
chore(deps): update all dependencies (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 0e14ab8 commit 8736187
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: defenseunicorns/setup-zarf@main
with:
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent
version: v0.42.0
version: v0.42.2
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 }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ repos:
hooks:
- id: fix-smartquotes
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.129.2
rev: 39.12.0
hooks:
- id: renovate-config-validator
4 changes: 2 additions & 2 deletions zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.42.0
agent_image_tag: v0.42.2

# Tag for the zarf injector binary to use
injector_version: "2024-07-22"
Expand All @@ -17,7 +17,7 @@ package:
registry_image_domain: ""
registry_image: library/registry
# renovate: datasource=docker depName=docker.io/library/registry versioning=loose
registry_image_tag: 3.0.0-beta.1
registry_image_tag: 3.0.0-rc.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.3"
10 changes: 5 additions & 5 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.42.0
url: oci://ghcr.io/zarf-dev/packages/init:v0.42.2

# 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.42.0
url: oci://ghcr.io/zarf-dev/packages/init:v0.42.2

# 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.42.0
url: oci://ghcr.io/zarf-dev/packages/init:v0.42.2

# 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.42.0
url: oci://ghcr.io/zarf-dev/packages/init:v0.42.2

- 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.42.0
url: oci://ghcr.io/zarf-dev/packages/init:v0.42.2
only:
flavor: gitea-registry1

0 comments on commit 8736187

Please sign in to comment.