Skip to content

Commit 770e170

Browse files
chore(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6053906 commit 770e170

File tree

4 files changed

+92
-93
lines changed

4 files changed

+92
-93
lines changed

.github/workflows/publish-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Harden Runner
17-
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
17+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1818
with:
1919
egress-policy: audit
2020

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
restore-keys: |
3838
${{ runner.os }}-go-
3939
- uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
40-
- uses: anchore/sbom-action/download-syft@9246b90769f852b3a8921f330c59e0b3f439d6e9 # v0.20.1
40+
- uses: anchore/sbom-action/download-syft@cee1b8e05ae5b2593a75e197229729eabaa9f8ec # v0.20.2
4141

4242
- name: Set Up Docker Buildx
4343
uses: docker/setup-buildx-action@v3

go.mod

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/stackitcloud/stackit-cert-manager-webhook
22

33
go 1.24.0
44

5-
toolchain go1.24.4
5+
toolchain go1.24.5
66

77
// Do not remove this comment:
88
// please place any replace statements here at the top for visibility and add a
@@ -11,24 +11,23 @@ toolchain go1.24.4
1111
replace sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.7.0
1212

1313
require (
14-
github.com/cert-manager/cert-manager v1.17.3
14+
github.com/cert-manager/cert-manager v1.18.2
1515
github.com/stackitcloud/stackit-sdk-go/core v0.17.2
1616
github.com/stackitcloud/stackit-sdk-go/services/dns v0.17.0
1717
github.com/stretchr/testify v1.10.0
1818
go.uber.org/mock v0.5.2
1919
go.uber.org/zap v1.27.0
20-
k8s.io/api v0.32.4
21-
k8s.io/apiextensions-apiserver v0.32.4
22-
k8s.io/apimachinery v0.32.4
23-
k8s.io/client-go v0.32.4
20+
k8s.io/api v0.33.2
21+
k8s.io/apiextensions-apiserver v0.33.2
22+
k8s.io/apimachinery v0.33.2
23+
k8s.io/client-go v0.33.2
2424
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
2525
)
2626

2727
require (
2828
cel.dev/expr v0.19.1 // indirect
2929
github.com/NYTimes/gziphandler v1.1.1 // indirect
3030
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
31-
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
3231
github.com/beorn7/perks v1.0.1 // indirect
3332
github.com/blang/semver/v4 v4.0.0 // indirect
3433
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -51,17 +50,15 @@ require (
5150
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
5251
github.com/golang/protobuf v1.5.4 // indirect
5352
github.com/google/btree v1.1.3 // indirect
54-
github.com/google/cel-go v0.22.1 // indirect
53+
github.com/google/cel-go v0.23.2 // indirect
5554
github.com/google/gnostic-models v0.6.9 // indirect
5655
github.com/google/go-cmp v0.7.0 // indirect
57-
github.com/google/gofuzz v1.2.0 // indirect
5856
github.com/google/uuid v1.6.0 // indirect
5957
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
6058
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
6159
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6260
github.com/josharian/intern v1.0.0 // indirect
6361
github.com/json-iterator/go v1.1.12 // indirect
64-
github.com/klauspost/compress v1.17.11 // indirect
6562
github.com/kylelemons/godebug v1.1.0 // indirect
6663
github.com/mailru/easyjson v0.9.0 // indirect
6764
github.com/miekg/dns v1.1.62 // indirect
@@ -70,17 +67,17 @@ require (
7067
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7168
github.com/pkg/errors v0.9.1 // indirect
7269
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
73-
github.com/prometheus/client_golang v1.20.5 // indirect
70+
github.com/prometheus/client_golang v1.22.0 // indirect
7471
github.com/prometheus/client_model v0.6.1 // indirect
75-
github.com/prometheus/common v0.61.0 // indirect
72+
github.com/prometheus/common v0.62.0 // indirect
7673
github.com/prometheus/procfs v0.15.1 // indirect
7774
github.com/spf13/cobra v1.8.1 // indirect
7875
github.com/spf13/pflag v1.0.5 // indirect
7976
github.com/stoewer/go-strcase v1.3.0 // indirect
8077
github.com/x448/float16 v0.8.4 // indirect
81-
go.etcd.io/etcd/api/v3 v3.5.17 // indirect
82-
go.etcd.io/etcd/client/pkg/v3 v3.5.17 // indirect
83-
go.etcd.io/etcd/client/v3 v3.5.17 // indirect
78+
go.etcd.io/etcd/api/v3 v3.5.21 // indirect
79+
go.etcd.io/etcd/client/pkg/v3 v3.5.21 // indirect
80+
go.etcd.io/etcd/client/v3 v3.5.21 // indirect
8481
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
8582
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
8683
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
@@ -92,36 +89,37 @@ require (
9289
go.opentelemetry.io/otel/trace v1.33.0 // indirect
9390
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
9491
go.uber.org/multierr v1.11.0 // indirect
95-
golang.org/x/crypto v0.36.0 // indirect
92+
golang.org/x/crypto v0.38.0 // indirect
9693
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
9794
golang.org/x/mod v0.22.0 // indirect
9895
golang.org/x/net v0.38.0 // indirect
9996
golang.org/x/oauth2 v0.28.0 // indirect
100-
golang.org/x/sync v0.12.0 // indirect
101-
golang.org/x/sys v0.31.0 // indirect
102-
golang.org/x/term v0.30.0 // indirect
103-
golang.org/x/text v0.23.0 // indirect
104-
golang.org/x/time v0.8.0 // indirect
97+
golang.org/x/sync v0.14.0 // indirect
98+
golang.org/x/sys v0.33.0 // indirect
99+
golang.org/x/term v0.32.0 // indirect
100+
golang.org/x/text v0.25.0 // indirect
101+
golang.org/x/time v0.9.0 // indirect
105102
golang.org/x/tools v0.28.0 // indirect
106103
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
107104
google.golang.org/genproto v0.0.0-20240730163845-b1a4ccb954bf // indirect
108105
google.golang.org/genproto/googleapis/api v0.0.0-20241219192143-6b3ec007d9bb // indirect
109106
google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb // indirect
110107
google.golang.org/grpc v1.69.2 // indirect
111-
google.golang.org/protobuf v1.36.0 // indirect
108+
google.golang.org/protobuf v1.36.5 // indirect
112109
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
113110
gopkg.in/inf.v0 v0.9.1 // indirect
114111
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
115112
gopkg.in/yaml.v3 v3.0.1 // indirect
116-
k8s.io/apiserver v0.32.4 // indirect
117-
k8s.io/component-base v0.32.4 // indirect
113+
k8s.io/apiserver v0.33.2 // indirect
114+
k8s.io/component-base v0.33.2 // indirect
118115
k8s.io/klog/v2 v2.130.1 // indirect
119-
k8s.io/kms v0.32.4 // indirect
120-
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
121-
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.1 // indirect
116+
k8s.io/kms v0.33.2 // indirect
117+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
118+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
122119
sigs.k8s.io/controller-runtime v0.19.1 // indirect
123120
sigs.k8s.io/gateway-api v1.1.1 // indirect
124121
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
125-
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
122+
sigs.k8s.io/randfill v1.0.0 // indirect
123+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
126124
sigs.k8s.io/yaml v1.4.0 // indirect
127125
)

0 commit comments

Comments
 (0)