Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                             | from    | to      |
| ----------- | --------------------------------------------------- | ------- | ------- |
| github-tags | defenseunicorns/zarf                                | v0.28.4 | v0.29.0 |
| helm        | flux-app                                            | 1.0.5   | 1.0.6   |
| docker      | ghcr.io/defenseunicorns/build-harness/build-harness | 1.10.2  | 1.10.3  |
| docker      | ghcr.io/defenseunicorns/packages/dubbd-k3d          | 0.6.1   | 0.6.2   |
| docker      | rancher/k3s                                         | v1.26.5 | v1.27.4 |
| github-tags | renovatebot/pre-commit-hooks                        | 36.42.4 | 36.52.0 |
  • Loading branch information
renovate[bot] authored Aug 18, 2023
1 parent 6f2c1d2 commit 02cfccd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
uses: supplypike/setup-bin@v3
with:
# renovate: zarf-uri datasource=github-tags depName=defenseunicorns/zarf
uri: 'https://github.com/defenseunicorns/zarf/releases/download/v0.28.4/zarf_v0.28.4_Linux_amd64'
uri: 'https://github.com/defenseunicorns/zarf/releases/download/v0.29.0/zarf_v0.29.0_Linux_amd64'
name: 'zarf'
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
version: 'v0.28.4'
version: 'v0.29.0'

- name: Login to GHCR
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ repos:
hooks:
- id: golangci-lint
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 36.42.4
rev: 36.52.0
hooks:
- id: renovate-config-validator
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ZARF_VERSION := v0.28.4
# The version of the build harness container to use
BUILD_HARNESS_REPO := ghcr.io/defenseunicorns/build-harness/build-harness
# renovate: datasource=docker depName=ghcr.io/defenseunicorns/build-harness/build-harness
BUILD_HARNESS_VERSION := 1.10.2
BUILD_HARNESS_VERSION := 1.10.3
# renovate: datasource=docker depName=ghcr.io/defenseunicorns/packages/dubbd-k3d extractVersion=^(?<version>\d+\.\d+\.\d+)
DUBBD_K3D_VERSION := 0.6.1
DUBBD_K3D_VERSION := 0.6.2

# Figure out which Zarf binary we should use based on the operating system we are on
ZARF_BIN := zarf
Expand Down
2 changes: 1 addition & 1 deletion utils/k3d/k3d-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Simple
metadata:
name: ci
servers: 1
image: rancher/k3s:v1.26.5-k3s1
image: rancher/k3s:v1.27.4-k3s1
options:
k3s:
extraArgs:
Expand Down
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ components:
# renovate: datasource=helm
- name: flux-app
url: https://defenseunicorns.github.io/uds-support-charts/
version: 1.0.5
version: 1.0.6
namespace: gitlab-runner
valuesFiles:
- gitlab-runner-flux-values.yaml
Expand Down

0 comments on commit 02cfccd

Please sign in to comment.