Skip to content

Commit 925f356

Browse files
chore(deps): update all dependencies (#537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 93c0ae7 commit 925f356

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent
14-
ZARF_VERSION: v0.59.0
14+
ZARF_VERSION: v0.60.0
1515
# renovate: datasource=github-tags depName=k3d-io/k3d versioning=semver-coerced
1616
K3D_VERSION: v5.8.3
1717

@@ -25,7 +25,7 @@ jobs:
2525
package_tag: ${{ steps.build.outputs.package_tag }}
2626
package_file: ${{ steps.build.outputs.package_file }}
2727
steps:
28-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
28+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2929

3030
- name: Login to GitHub Container Registry
3131
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
@@ -79,7 +79,7 @@ jobs:
7979
contents: read
8080
packages: read
8181
steps:
82-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
82+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
8383

8484
- name: Download package artifact
8585
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
@@ -129,7 +129,7 @@ jobs:
129129
- ""
130130
- gitea-registry1
131131
steps:
132-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
132+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
133133

134134
- name: Login to GitHub Container Registry
135135
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3

.github/workflows/update-zarf-injector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.actor == 'renovate[bot]' || github.event_name == 'workflow_dispatch' # Only run if the actor is Renovate bot or if manually triggered
1616
steps:
1717
- name: Checkout the repository
18-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
18+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1919

2020
- name: Log zarf-config.yaml contents
2121
run: |

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ repos:
2222
hooks:
2323
- id: fix-smartquotes
2424
- repo: https://github.com/renovatebot/pre-commit-hooks
25-
rev: 41.62.0
25+
rev: 41.62.2
2626
hooks:
2727
- id: renovate-config-validator

zarf-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package:
66
agent_image_domain: registry1.dso.mil/
77
agent_image: ironbank/opensource/defenseunicorns/zarf/zarf-agent
88
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent
9-
agent_image_tag: v0.59.0
9+
agent_image_tag: v0.60.0
1010

1111
# Tag for the zarf injector binary to use
1212
injector_version: "2025-03-24"

zarf.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,32 @@ components:
1111
required: true
1212
import:
1313
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent
14-
url: oci://ghcr.io/zarf-dev/packages/init:v0.59.0
14+
url: oci://ghcr.io/zarf-dev/packages/init:v0.60.0
1515

1616
# Creates the temporary seed-registry
1717
- name: zarf-seed-registry
1818
required: true
1919
import:
2020
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent
21-
url: oci://ghcr.io/zarf-dev/packages/init:v0.59.0
21+
url: oci://ghcr.io/zarf-dev/packages/init:v0.60.0
2222

2323
# Creates the permanent registry
2424
- name: zarf-registry
2525
required: true
2626
import:
2727
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent
28-
url: oci://ghcr.io/zarf-dev/packages/init:v0.59.0
28+
url: oci://ghcr.io/zarf-dev/packages/init:v0.60.0
2929

3030
# Creates the pod+git mutating webhook
3131
- name: zarf-agent
3232
required: true
3333
import:
3434
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent
35-
url: oci://ghcr.io/zarf-dev/packages/init:v0.59.0
35+
url: oci://ghcr.io/zarf-dev/packages/init:v0.60.0
3636

3737
- name: git-server
3838
import:
3939
# renovate: datasource=docker depName=registry1.dso.mil/ironbank/opensource/defenseunicorns/zarf/zarf-agent
40-
url: oci://ghcr.io/zarf-dev/packages/init:v0.59.0
40+
url: oci://ghcr.io/zarf-dev/packages/init:v0.60.0
4141
only:
4242
flavor: gitea-registry1

0 commit comments

Comments
 (0)