Skip to content

Commit

Permalink
Update dependency defenseunicorns/zarf to v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 20, 2024
1 parent a4abc2c commit 71fe0fc
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.34.0
ZARF_VERSION: 0.35.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.34.0
ZARF_VERSION: 0.35.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.34.0"
ZARF_VERSION:="0.35.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.34.0
url: oci://ghcr.io/defenseunicorns/packages/init:v0.35.0

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

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

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

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

0 comments on commit 71fe0fc

Please sign in to comment.