Skip to content

Commit

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

Update dependency defenseunicorns/zarf to v0.36.1
  • Loading branch information
dgershman authored Jul 23, 2024
2 parents 745c400 + 12ae2e3 commit f175d69
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.36.0
ZARF_VERSION: 0.36.1

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.36.0
ZARF_VERSION: 0.36.1

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.36.0"
ZARF_VERSION:="0.36.1"
# renovate: depName=go-gitea/gitea
GITEA_VERSION:="1.22.1"
# 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.36.0
url: oci://ghcr.io/defenseunicorns/packages/init:v0.36.1

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

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

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

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

0 comments on commit f175d69

Please sign in to comment.