Skip to content

Commit 38cb7e8

Browse files
chore(deps): update all non-major dependencies
1 parent 84b673e commit 38cb7e8

File tree

17 files changed

+36
-36
lines changed

17 files changed

+36
-36
lines changed

.github/workflows/build-rust-injector.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
shasum zarf-injector-arm64 >> checksums.txt
3838
3939
- name: Set AWS Credentials
40-
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
40+
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
4141
with:
4242
aws-access-key-id: ${{ secrets.AWS_GOV_ACCESS_KEY_ID }}
4343
aws-secret-access-key: ${{ secrets.AWS_GOV_SECRET_ACCESS_KEY }}

.github/workflows/nightly-ecr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: make build-cli-linux-amd
3030

3131
- name: Configure AWS Credentials
32-
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
32+
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
3333
with:
3434
role-to-assume: ${{ secrets.AWS_NIGHTLY_ROLE }}
3535
aws-region: us-east-1

.github/workflows/nightly-eks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: ./.github/actions/packages
3838

3939
- name: Configure AWS Credentials
40-
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
40+
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
4141
with:
4242
role-to-assume: ${{ secrets.AWS_NIGHTLY_ROLE }}
4343
aws-region: us-east-1

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
# Set up AWS credentials for GoReleaser to upload backups of artifacts to S3
142142
- name: Set AWS Credentials
143-
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
143+
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
144144
with:
145145
aws-access-key-id: ${{ secrets.AWS_GOV_ACCESS_KEY_ID }}
146146
aws-secret-access-key: ${{ secrets.AWS_GOV_SECRET_ACCESS_KEY }}

.github/workflows/scan-codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
46+
uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
4747
env:
4848
CODEQL_EXTRACTOR_GO_BUILD_TRACING: on
4949
with:
@@ -54,6 +54,6 @@ jobs:
5454
run: make build-cli-linux-amd
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
57+
uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
5858
with:
5959
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545

4646
# Upload the results to GitHub's code scanning dashboard.
4747
- name: "Upload to code-scanning"
48-
uses: github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
48+
uses: github/codeql-action/upload-sarif@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
4949
with:
5050
sarif_file: results.sarif

examples/argocd/zarf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ components:
88
required: true
99
charts:
1010
- name: argo-cd
11-
version: 5.54.0
11+
version: 5.55.0
1212
namespace: argocd
1313
url: https://argoproj.github.io/argo-helm
1414
releaseName: argocd-baseline

examples/big-bang/yolo/zarf.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: yolo-big-bang
55
description: Deploy Big Bang Core in YOLO mode
66
# renovate: datasource=gitlab-releases depName=big-bang/bigbang versioning=semver registryUrl=https://repo1.dso.mil/
7-
version: 2.19.2
7+
version: 2.20.0
88
url: https://p1.dso.mil/products/big-bang
99
architecture: amd64
1010
yolo: true
@@ -33,7 +33,7 @@ components:
3333
extensions:
3434
bigbang:
3535
# renovate: datasource=gitlab-releases depName=big-bang/bigbang versioning=semver registryUrl=https://repo1.dso.mil/
36-
version: 2.19.2
36+
version: 2.20.0
3737
valuesFiles:
3838
- credentials.yaml
3939
- ../config/ingress.yaml

examples/big-bang/zarf.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
name: big-bang-example
44
description: Deploy Big Bang Core
55
# renovate: datasource=gitlab-releases depName=big-bang/bigbang versioning=semver registryUrl=https://repo1.dso.mil/
6-
version: 2.19.2
6+
version: 2.20.0
77
url: https://p1.dso.mil/products/big-bang
88
# Big Bang / Iron Bank are only amd64
99
architecture: amd64
@@ -44,7 +44,7 @@ components:
4444
extensions:
4545
bigbang:
4646
# renovate: datasource=gitlab-releases depName=big-bang/bigbang versioning=semver registryUrl=https://repo1.dso.mil/
47-
version: 2.19.2
47+
version: 2.20.0
4848
valuesFiles:
4949
# Istio configs
5050
- config/ingress.yaml

examples/helm-charts/chart/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ backends: []
88

99
image:
1010
repository: ghcr.io/stefanprodan/podinfo
11-
tag: 6.4.0
11+
tag: 6.5.4
1212
pullPolicy: IfNotPresent
1313

1414
ui:

examples/longhorn/zarf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ components:
4141
charts:
4242
- name: longhorn
4343
url: https://charts.longhorn.io
44-
version: 1.4.0
44+
version: 1.6.0
4545
namespace: longhorn-system
4646
valuesFiles:
4747
- values.yaml

examples/variables/simple-terraform.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
required_providers {
99
aws = {
1010
source = "hashicorp/aws"
11-
version = "~> 5.30.0"
11+
version = "~> 5.37.0"
1212
}
1313
}
1414
}

go.mod

+11-11
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ go 1.21.6
66
replace github.com/xeipuuv/gojsonschema => github.com/defenseunicorns/gojsonschema v0.0.0-20231116163348-e00f069122d6
77

88
require (
9-
cuelang.org/go v0.7.0
9+
cuelang.org/go v0.7.1
1010
github.com/AlecAivazis/survey/v2 v2.3.7
1111
github.com/Masterminds/semver/v3 v3.2.1
1212
github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
1313
github.com/anchore/clio v0.0.0-20240209204744-cb94e40a4f65
1414
github.com/anchore/stereoscope v0.0.1
15-
github.com/anchore/syft v0.100.0
16-
github.com/derailed/k9s v0.31.7
15+
github.com/anchore/syft v0.105.0
16+
github.com/derailed/k9s v0.31.9
1717
github.com/distribution/reference v0.5.0
1818
github.com/docker/cli v24.0.9+incompatible
1919
github.com/fairwindsops/pluto/v5 v5.18.4
@@ -28,11 +28,11 @@ require (
2828
github.com/gosuri/uitable v0.0.4
2929
github.com/mholt/archiver/v3 v3.5.1
3030
github.com/moby/moby v24.0.9+incompatible
31-
github.com/opencontainers/image-spec v1.1.0-rc6
31+
github.com/opencontainers/image-spec v1.1.0
3232
github.com/otiai10/copy v1.14.0
3333
github.com/pkg/errors v0.9.1
3434
github.com/prometheus/client_golang v1.18.0
35-
github.com/pterm/pterm v0.12.78
35+
github.com/pterm/pterm v0.12.79
3636
github.com/sergi/go-diff v1.3.1
3737
github.com/sigstore/cosign/v2 v2.2.3
3838
github.com/sigstore/sigstore/pkg/signature/kms/aws v1.8.1
@@ -44,16 +44,16 @@ require (
4444
github.com/spf13/viper v1.18.2
4545
github.com/stretchr/testify v1.8.4
4646
github.com/xeipuuv/gojsonschema v1.2.0
47-
golang.org/x/crypto v0.18.0
47+
golang.org/x/crypto v0.19.0
4848
golang.org/x/sync v0.6.0
4949
golang.org/x/term v0.17.0
5050
helm.sh/helm/v3 v3.14.1
51-
k8s.io/api v0.29.1
52-
k8s.io/apimachinery v0.29.1
53-
k8s.io/client-go v0.29.1
54-
k8s.io/component-base v0.29.1
51+
k8s.io/api v0.29.2
52+
k8s.io/apimachinery v0.29.2
53+
k8s.io/client-go v0.29.2
54+
k8s.io/component-base v0.29.2
5555
k8s.io/klog/v2 v2.120.1
56-
k8s.io/kubectl v0.29.1
56+
k8s.io/kubectl v0.29.2
5757
oras.land/oras-go/v2 v2.4.0
5858
sigs.k8s.io/kustomize/api v0.16.0
5959
sigs.k8s.io/kustomize/kyaml v0.16.0

packages/distros/eks/zarf.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ components:
3232
files:
3333
- source: eks.yaml
3434
target: eks.yaml
35-
- source: https://github.com/weaveworks/eksctl/releases/download/v0.170.0/eksctl_Darwin_amd64.tar.gz
35+
- source: https://github.com/weaveworks/eksctl/releases/download/v0.171.0/eksctl_Darwin_amd64.tar.gz
3636
target: binaries/eksctl_Darwin_x86_64
3737
executable: true
3838
shasum: 88297c757fb1bc731f9ea29931c463a4575eb37f4cee27625774c88d5e8c95e2
3939
extractPath: eksctl
40-
- source: https://github.com/weaveworks/eksctl/releases/download/v0.170.0/eksctl_Darwin_arm64.tar.gz
40+
- source: https://github.com/weaveworks/eksctl/releases/download/v0.171.0/eksctl_Darwin_arm64.tar.gz
4141
target: binaries/eksctl_Darwin_arm64
4242
executable: true
4343
shasum: ad97a3196dc8fcbba5c501cf386ab8637663bb6a3876e20bc991a1de07a0831e
4444
extractPath: eksctl
45-
- source: https://github.com/weaveworks/eksctl/releases/download/v0.170.0/eksctl_Linux_amd64.tar.gz
45+
- source: https://github.com/weaveworks/eksctl/releases/download/v0.171.0/eksctl_Linux_amd64.tar.gz
4646
target: binaries/eksctl_Linux_x86_64
4747
executable: true
4848
shasum: 790b540f8931424d8c89c10dee4cb5567bff44a5e8ed018c7c3a0ac818cf2e05

packages/distros/k3s/zarf.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ components:
1414
architecture: amd64
1515
files:
1616
# Include the actual K3s binary
17-
- source: https://github.com/k3s-io/k3s/releases/download/v1.28.4+k3s2/k3s
17+
- source: https://github.com/k3s-io/k3s/releases/download/v1.29.1+k3s2/k3s
1818
shasum: 9014535a4cd20c788282d60398a06279983562093455b53ab76701539ce67acf
1919
target: /usr/sbin/k3s
2020
executable: true
@@ -24,7 +24,7 @@ components:
2424
- /usr/sbin/ctr
2525
- /usr/sbin/crictl
2626
# Transfer the K3s images for containerd to pick them up
27-
- source: https://github.com/k3s-io/k3s/releases/download/v1.28.4+k3s2/k3s-airgap-images-amd64.tar.zst
27+
- source: https://github.com/k3s-io/k3s/releases/download/v1.29.1+k3s2/k3s-airgap-images-amd64.tar.zst
2828
shasum: bc4d05bad56a583c80ff443d60e8277a136cc4357dc8527702d38b5cca28880d
2929
target: /var/lib/rancher/k3s/agent/images/k3s.tar.zst
3030
actions:
@@ -44,7 +44,7 @@ components:
4444
architecture: arm64
4545
files:
4646
# Include the actual K3s binary
47-
- source: https://github.com/k3s-io/k3s/releases/download/v1.28.4+k3s2/k3s-arm64
47+
- source: https://github.com/k3s-io/k3s/releases/download/v1.29.1+k3s2/k3s-arm64
4848
shasum: 1ae72ca06d3302f3e86ef92e6e8f84e14a084da69564e87d6e2e75f62e72388d
4949
target: /usr/sbin/k3s
5050
executable: true
@@ -54,7 +54,7 @@ components:
5454
- /usr/sbin/ctr
5555
- /usr/sbin/crictl
5656
# Transfer the K3s images for containerd to pick them up
57-
- source: https://github.com/k3s-io/k3s/releases/download/v1.28.4+k3s2/k3s-airgap-images-arm64.tar.zst
57+
- source: https://github.com/k3s-io/k3s/releases/download/v1.29.1+k3s2/k3s-airgap-images-arm64.tar.zst
5858
shasum: 50621ae1391aec7fc66ca66a46a0e9fd48ce373a58073000efdc278233adc64b
5959
target: /var/lib/rancher/k3s/agent/images/k3s.tar.zst
6060
actions:

src/injector/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/injector/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ tar = "0.4.40"
2222
sha2 = "0.10.8"
2323
hex = "0.4.3"
2424
rouille = "3.6.2"
25-
serde_json = "1.0.113"
25+
serde_json = "1.0.114"

0 commit comments

Comments
 (0)