Skip to content

Commit

Permalink
Merge pull request #2 from radiusmethod/renovate/defenseunicorns-zarf…
Browse files Browse the repository at this point in the history
…-0.x

Update dependency defenseunicorns/zarf to v0.34.0
  • Loading branch information
dgershman authored Jun 3, 2024
2 parents 336d055 + 195ff5a commit 46d4506
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
# renovate: depName=defenseunicorns/zarf
ZARF_VERSION: 0.33.2
ZARF_VERSION: 0.34.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
# renovate: depName=defenseunicorns/zarf
ZARF_VERSION: 0.33.2
ZARF_VERSION: 0.34.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARCH:=amd64
# renovate: depName=defenseunicorns/zarf
ZARF_VERSION:="0.33.2"
ZARF_VERSION:="0.34.0"
# renovate: depName=go-gitea/gitea
GITEA_VERSION:="1.22.0"
# renovate: depName=distribution/distribution
Expand Down
10 changes: 5 additions & 5 deletions zarf/full/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@ components:
required: true
import:
# renovate: depName=defenseunicorns/zarf
url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.2
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0

- name: zarf-seed-registry
required: true
import:
# renovate: depName=defenseunicorns/zarf
url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.2
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0

- name: zarf-registry
required: true
import:
# renovate: depName=defenseunicorns/zarf
url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.2
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0

- name: zarf-agent
required: true
import:
# renovate: depName=defenseunicorns/zarf
url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.2
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0

- name: git-server
import:
# renovate: depName=defenseunicorns/zarf
url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.2
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0

0 comments on commit 46d4506

Please sign in to comment.