Skip to content

Commit 41b5e5e

Browse files
Update gardener-dependencies to v1.149.1 (#1933)
* Update gardener-dependencies to v1.149.1 * Make generate * Make tidy --------- Co-authored-by: hebelsun <alexander.hebel@sap.com>
1 parent 8abb44f commit 41b5e5e

5 files changed

Lines changed: 120 additions & 94 deletions

File tree

example/20-crd-extensions.gardener.cloud_workers.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,13 @@ spec:
352352
ImageMinimumGCAge is the minimum age of an unused image before it can be garbage collected.
353353
Default: 2m0s
354354
type: string
355+
imagePullCredentialsVerificationPolicy:
356+
description: |-
357+
ImagePullCredentialsVerificationPolicy determines how credentials should be verified when pulling images that
358+
already exist on the node. It corresponds to the kubelet's `imagePullCredentialsVerificationPolicy` field and is only
359+
effective for Kubernetes versions >= 1.35. May be one of {"NeverVerify", "NeverVerifyPreloadedImages",
360+
"NeverVerifyAllowlistedImages", "AlwaysVerify"}. Defaults to "NeverVerifyPreloadedImages" (the kubelet default).
361+
type: string
355362
kubeReserved:
356363
description: |-
357364
KubeReserved is the configuration for resources reserved for kubernetes node components (mainly kubelet and container runtime).
@@ -416,6 +423,16 @@ spec:
416423
IDs per pod allowed by the kubelet.
417424
format: int64
418425
type: integer
426+
preloadedImagesVerificationAllowlist:
427+
description: |-
428+
PreloadedImagesVerificationAllowlist specifies a list of images that are exempted from credential
429+
re-verification for the "NeverVerifyAllowlistedImages" ImagePullCredentialsVerificationPolicy. The list accepts a
430+
full path segment wildcard suffix "/*". Only image specs without an image tag or digest must be used. It
431+
corresponds to the kubelet's `preloadedImagesVerificationAllowlist` field and is only effective for Kubernetes versions
432+
>= 1.35.
433+
items:
434+
type: string
435+
type: array
419436
protectKernelDefaults:
420437
description: |-
421438
ProtectKernelDefaults ensures that the kernel tunables are equal to the kubelet defaults.

go.mod

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/gardener/gardener-extension-provider-aws
22

33
// minimum version of Go required
4-
go 1.26.4
4+
go 1.26.5
55

66
require (
77
github.com/Masterminds/semver/v3 v3.5.0
@@ -20,17 +20,17 @@ require (
2020
github.com/coreos/go-systemd/v22 v22.7.0
2121
github.com/gardener/etcd-druid/api v0.37.1
2222
github.com/gardener/external-dns-management v0.46.0
23-
github.com/gardener/gardener v1.148.1
24-
github.com/gardener/gardener/hack/tools v1.148.1
25-
github.com/gardener/gardener/pkg/apis v1.148.1
23+
github.com/gardener/gardener v1.149.1
24+
github.com/gardener/gardener/hack/tools v1.149.1
25+
github.com/gardener/gardener/pkg/apis v1.149.1
2626
github.com/gardener/machine-controller-manager v0.62.1
2727
github.com/gardener/machine-controller-manager-provider-aws v0.28.1
2828
github.com/gardener/pvc-autoscaler v0.3.0
2929
github.com/go-logr/logr v1.4.4
3030
github.com/google/go-cmp v0.7.0
3131
github.com/onsi/ginkgo/v2 v2.32.1
3232
github.com/onsi/gomega v1.42.1
33-
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.92.1
33+
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.93.1
3434
github.com/spf13/cobra v1.10.2
3535
github.com/spf13/pflag v1.0.10
3636
go.uber.org/atomic v1.11.0
@@ -57,11 +57,11 @@ require (
5757
github.com/PaesslerAG/gval v1.2.4 // indirect
5858
github.com/PaesslerAG/jsonpath v0.1.2-0.20240726212847-3a740cf7976f // indirect
5959
github.com/VictoriaMetrics/VictoriaLogs v1.51.1-0.20260624061259-dc94972a8708 // indirect
60-
github.com/VictoriaMetrics/VictoriaMetrics v1.147.0 // indirect
60+
github.com/VictoriaMetrics/VictoriaMetrics v1.148.0 // indirect
6161
github.com/VictoriaMetrics/easyproto v1.2.0 // indirect
6262
github.com/VictoriaMetrics/metrics v1.44.0 // indirect
63-
github.com/VictoriaMetrics/metricsql v0.87.2 // indirect
64-
github.com/VictoriaMetrics/operator/api v0.73.1 // indirect
63+
github.com/VictoriaMetrics/metricsql v0.87.3 // indirect
64+
github.com/VictoriaMetrics/operator/api v0.74.1 // indirect
6565
github.com/andybalholm/brotli v1.2.2 // indirect
6666
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
6767
github.com/armon/go-metrics v0.4.1 // indirect
@@ -121,9 +121,9 @@ require (
121121
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
122122
github.com/golang/protobuf v1.5.4 // indirect
123123
github.com/google/btree v1.1.3 // indirect
124-
github.com/google/cel-go v0.29.0 // indirect
124+
github.com/google/cel-go v0.29.2 // indirect
125125
github.com/google/gnostic-models v0.7.1 // indirect
126-
github.com/google/pprof v0.0.0-20260402051712-545e8a4df936 // indirect
126+
github.com/google/pprof v0.0.0-20260604005048-7023385849c0 // indirect
127127
github.com/google/uuid v1.6.0 // indirect
128128
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
129129
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
@@ -140,10 +140,10 @@ require (
140140
github.com/inconshreveable/mousetrap v1.1.0 // indirect
141141
github.com/jpillora/backoff v1.0.0 // indirect
142142
github.com/json-iterator/go v1.1.13-0.20220915233716-71ac16282d12 // indirect
143-
github.com/klauspost/compress v1.19.0 // indirect
143+
github.com/klauspost/compress v1.19.1 // indirect
144144
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0 // indirect
145-
github.com/labstack/echo/v4 v4.15.1 // indirect
146-
github.com/labstack/gommon v0.4.2 // indirect
145+
github.com/labstack/echo/v4 v4.15.4 // indirect
146+
github.com/labstack/gommon v0.5.0 // indirect
147147
github.com/mattn/go-colorable v0.1.15 // indirect
148148
github.com/mattn/go-isatty v0.0.22 // indirect
149149
github.com/mdlayher/socket v0.5.1 // indirect
@@ -163,13 +163,14 @@ require (
163163
github.com/oklog/ulid/v2 v2.1.1 // indirect
164164
github.com/open-telemetry/opentelemetry-operator/apis v0.156.0 // indirect
165165
github.com/pelletier/go-toml/v2 v2.3.1 // indirect
166-
github.com/perses/common v0.30.2 // indirect
167-
github.com/perses/perses v0.53.1 // indirect
168-
github.com/perses/perses-operator v0.4.0 // indirect
166+
github.com/perses/common v0.31.2 // indirect
167+
github.com/perses/perses v0.54.0 // indirect
168+
github.com/perses/perses-operator v0.5.0 // indirect
169+
github.com/perses/spec v0.2.0 // indirect
169170
github.com/pierrec/lz4/v4 v4.1.26 // indirect
170171
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
171172
github.com/prometheus/alertmanager v0.33.1 // indirect
172-
github.com/prometheus/client_golang v1.24.0 // indirect
173+
github.com/prometheus/client_golang v1.24.1 // indirect
173174
github.com/prometheus/client_model v0.6.2 // indirect
174175
github.com/prometheus/common v0.70.1 // indirect
175176
github.com/prometheus/exporter-toolkit v0.16.0 // indirect
@@ -196,7 +197,7 @@ require (
196197
github.com/valyala/histogram v1.2.0 // indirect
197198
github.com/valyala/quicktemplate v1.8.0 // indirect
198199
github.com/x448/float16 v0.8.4 // indirect
199-
github.com/zitadel/oidc/v3 v3.45.4 // indirect
200+
github.com/zitadel/oidc/v3 v3.48.1 // indirect
200201
github.com/zitadel/schema v1.3.2 // indirect
201202
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
202203
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.69.0 // indirect
@@ -226,9 +227,9 @@ require (
226227
golang.org/x/tools v0.48.0 // indirect
227228
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
228229
google.golang.org/genproto/googleapis/api v0.0.0-20260615183401-62b3387ff324 // indirect
229-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260615183401-62b3387ff324 // indirect
230+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260727163830-6c54dddc4772 // indirect
230231
google.golang.org/grpc v1.82.1 // indirect
231-
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
232+
google.golang.org/protobuf v1.36.12-0.20260806062936-644d0267c26e // indirect
232233
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
233234
gopkg.in/yaml.v2 v2.4.0 // indirect
234235
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -242,7 +243,7 @@ require (
242243
k8s.io/metrics v0.36.3 // indirect
243244
k8s.io/pod-security-admission v0.36.3 // indirect
244245
k8s.io/streaming v0.36.3 // indirect
245-
sigs.k8s.io/gateway-api v1.6.0 // indirect
246+
sigs.k8s.io/gateway-api v1.6.1 // indirect
246247
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
247248
sigs.k8s.io/randfill v1.0.0 // indirect
248249
sigs.k8s.io/structured-merge-diff/v6 v6.4.2 // indirect

0 commit comments

Comments
 (0)