fix(deps): update module sigs.k8s.io/controller-runtime v0.21.0 → v0.22.0 (clustertool) (#38865)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [sigs.k8s.io/controller-runtime](https://redirect.github.com/kubernetes-sigs/controller-runtime) | `v0.21.0` -> `v0.22.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)</summary> ### [`v0.22.0`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.22.0) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.21.0...v0.22.0) #### 🔆 Highlights - Client: Native support for Server-Side Apply (SSA) ([#​3253](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3253), [#​2981](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2981)) - Update to k8s.io/\* v1.34 dependencies ([#​3231](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3231), [#​3236](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3236), [#​3246](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3246), [#​3259](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3259), [#​3270](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3270), [#​3300](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3300)) - Controller: Implement warmup support for controllers ([#​3192](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3192)) - Priorityqueue: various improvements ([#​3289](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3289), [#​3290](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3290), [#​3243](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3243), [#​3250](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3250)) #### ⚠️ Breaking changes - Update to k8s.io/\* v1.34 dependencies by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) [@​troy0820](https://redirect.github.com/troy0820) [#​3231](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3231), [#​3236](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3236), [#​3246](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3246), [#​3259](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3259), [#​3270](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3270), [#​3300](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3300) - Client: Add native SSA support by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3253](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3253) - Client: Default selector to Nothing if it is nil for `MatchingLabelsSelector` and `MatchingFieldsSelector` by [@​acumino](https://redirect.github.com/acumino) in [#​3279](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3279) - Fakeclient: Add SSA support by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​2981](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2981) - Fakeclient: Remove support for objects with pointer ObjectMeta by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3228](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3228) - Fakeclient: Clear TypeMeta for structured objects by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3229](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3229) - Priorityqueue: Make Priority option a pointer by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3289](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3289) #### ✨ Features - Client: Add UnsafeDisableDeepCopy to GetOptions by [@​jonathan-innis](https://redirect.github.com/jonathan-innis) in [#​3227](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3227) - Controller: Add a ReconciliationTimeout option by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3296](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3296) - Controller: Implement warmup support for controllers by [@​godwinpang](https://redirect.github.com/godwinpang) in [#​3192](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3192) - Envtest: Allow selection of binaries version by release series by [@​cbandy](https://redirect.github.com/cbandy) in [#​3280](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3280) - Manager: Add support for custom labels on leader election leases by [@​DerekFrank](https://redirect.github.com/DerekFrank) in [#​3237](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3237) - Priorityqueue: WithLowPriorityWhenUnchanged: Set Priority for all add methods by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3290](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3290) - Webhooks: Handle panics during conversion more gracefully by [@​sbueringer](https://redirect.github.com/sbueringer) in [#​3278](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3278) #### 🐛 Bugfixes - Envtest: Ensure cleanup validates etcd process state first by [@​Danil-Grigorev](https://redirect.github.com/Danil-Grigorev) in [#​3272](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3272) - Envtest: Include listening address in kube-apiserver serving certificate by [@​solidDoWant](https://redirect.github.com/solidDoWant) in [#​3284](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3284) - Fakeclient: Fix some SSA-related bugs by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3268](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3268) - Fakeclient: Update passed object in Apply by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3283](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3283) - Fakeclient: Validate managed fields on init objects by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3282](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3282) - Manager: Prevent goroutine leak on shutdown timeout by [@​jingyih](https://redirect.github.com/jingyih) in [#​3247](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3247) - Priorityqueue: Don't block on Get when queue is shutdown by [@​dongjiang1989](https://redirect.github.com/dongjiang1989) in [#​3243](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3243) - Priorityqueue: Shutdown on shutdown by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3250](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3250) - Unit tests: Fix ginkgo panic in webhook integration test by [@​sbueringer](https://redirect.github.com/sbueringer) in [#​3288](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3288) - Unit tests: Fix race condition in Warmup unit test by [@​sbueringer](https://redirect.github.com/sbueringer) in [#​3287](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3287) #### 🌱 Other - Certwatcher: Add instance-specific logger with cert/key k/v pair by [@​s-z-z](https://redirect.github.com/s-z-z) in [#​3293](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3293) - Certwatcher: Don't require leader election by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3273](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3273) - Examples-builtin: Refactor controller setup to use builder pattern by [@​s-z-z](https://redirect.github.com/s-z-z) in [#​3265](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3265) - Fix deprecation warnings by [@​sbueringer](https://redirect.github.com/sbueringer) in [#​3275](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3275) - Update golangci-lint to v2.3.0 by [@​dongjiang1989](https://redirect.github.com/dongjiang1989) in [#​3266](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3266) - Unit tests: Stop using context.Background()/TODO() in tests by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3263](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3263) #### 📖 Documentation - Clarify our versioning scheme by [@​alvaroaleman](https://redirect.github.com/alvaroaleman) in [#​3264](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3264) - Clarify state of Warmup feature by [@​sbueringer](https://redirect.github.com/sbueringer) in [#​3299](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3299) - Extend godoc of SyncPeriod field by [@​guettli](https://redirect.github.com/guettli) in [#​3269](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3269), [#​3277](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3277) - Fix docs for LabelChangedPredicate by [@​guettli](https://redirect.github.com/guettli) in [#​3254](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3254) - Make pod naming consistent in examples by [@​clebs](https://redirect.github.com/clebs) in [#​3251](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3251) - Sync admins & maintainers with kubernetes/org by [@​sbueringer](https://redirect.github.com/sbueringer) in [#​3258](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3258) #### Dependencies ##### Added - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: [v1.26.0](https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go/tree/detectors/gcp/v1.26.0) - github.com/envoyproxy/go-control-plane/envoy: [v1.32.4](https://redirect.github.com/envoyproxy/go-control-plane/tree/envoy/v1.32.4) - github.com/envoyproxy/go-control-plane/ratelimit: [v0.1.0](https://redirect.github.com/envoyproxy/go-control-plane/tree/ratelimit/v0.1.0) - github.com/go-jose/go-jose/v4: [v4.0.4](https://redirect.github.com/go-jose/go-jose/tree/v4.0.4) - github.com/golang-jwt/jwt/v5: [v5.2.2](https://redirect.github.com/golang-jwt/jwt/tree/v5.2.2) - github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus: [v1.0.1](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/tree/providers/prometheus/v1.0.1) - github.com/grpc-ecosystem/go-grpc-middleware/v2: [v2.3.0](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/tree/v2.3.0) - github.com/spiffe/go-spiffe/v2: [v2.5.0](https://redirect.github.com/spiffe/go-spiffe/tree/v2.5.0) - github.com/zeebo/errs: [v1.4.0](https://redirect.github.com/zeebo/errs/tree/v1.4.0) - go.etcd.io/raft/v3: v3.6.0 - go.opentelemetry.io/contrib/detectors/gcp: v1.34.0 - go.opentelemetry.io/otel/sdk/metric: v1.34.0 - go.yaml.in/yaml/v2: v2.4.2 - go.yaml.in/yaml/v3: v3.0.4 - sigs.k8s.io/structured-merge-diff/v6: v6.3.0 ##### Changed - cel.dev/expr: v0.19.1 → v0.24.0 - cloud.google.com/go/compute/metadata: v0.5.0 → v0.6.0 - github.com/cncf/xds/go: [b4127c9 → 2f00578](https://redirect.github.com/cncf/xds/compare/b4127c9...2f00578) - github.com/cpuguy83/go-md2man/v2: [v2.0.4 → v2.0.6](https://redirect.github.com/cpuguy83/go-md2man/compare/v2.0.4...v2.0.6) - github.com/emicklei/go-restful/v3: [v3.11.0 → v3.12.2](https://redirect.github.com/emicklei/go-restful/compare/v3.11.0...v3.12.2) - github.com/envoyproxy/go-control-plane: [v0.13.0 → v0.13.4](https://redirect.github.com/envoyproxy/go-control-plane/compare/v0.13.0...v0.13.4) - github.com/envoyproxy/protoc-gen-validate: [v1.1.0 → v1.2.1](https://redirect.github.com/envoyproxy/protoc-gen-validate/compare/v1.1.0...v1.2.1) - github.com/fsnotify/fsnotify: [v1.7.0 → v1.9.0](https://redirect.github.com/fsnotify/fsnotify/compare/v1.7.0...v1.9.0) - github.com/fxamacker/cbor/v2: [v2.7.0 → v2.9.0](https://redirect.github.com/fxamacker/cbor/compare/v2.7.0...v2.9.0) - github.com/golang/glog: [v1.2.2 → v1.2.4](https://redirect.github.com/golang/glog/compare/v1.2.2...v1.2.4) - github.com/google/cel-go: [v0.23.2 → v0.26.0](https://redirect.github.com/google/cel-go/compare/v0.23.2...v0.26.0) - github.com/google/gnostic-models: [v0.6.9 → v0.7.0](https://redirect.github.com/google/gnostic-models/compare/v0.6.9...v0.7.0) - github.com/grpc-ecosystem/grpc-gateway/v2: [v2.24.0 → v2.26.3](https://redirect.github.com/grpc-ecosystem/grpc-gateway/compare/v2.24.0...v2.26.3) - github.com/jonboulle/clockwork: [v0.4.0 → v0.5.0](https://redirect.github.com/jonboulle/clockwork/compare/v0.4.0...v0.5.0) - github.com/modern-go/reflect2: [v1.0.2 → 35a7c28](https://redirect.github.com/modern-go/reflect2/compare/v1.0.2...35a7c28) - github.com/spf13/cobra: [v1.8.1 → v1.9.1](https://redirect.github.com/spf13/cobra/compare/v1.8.1...v1.9.1) - github.com/spf13/pflag: [v1.0.5 → v1.0.6](https://redirect.github.com/spf13/pflag/compare/v1.0.5...v1.0.6) - go.etcd.io/bbolt: v1.3.11 → v1.4.2 - go.etcd.io/etcd/api/v3: v3.5.21 → v3.6.4 - go.etcd.io/etcd/client/pkg/v3: v3.5.21 → v3.6.4 - go.etcd.io/etcd/client/v3: v3.5.21 → v3.6.4 - go.etcd.io/etcd/pkg/v3: v3.5.21 → v3.6.4 - go.etcd.io/etcd/server/v3: v3.5.21 → v3.6.4 - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.58.0 → v0.60.0 - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.33.0 → v1.34.0 - go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.33.0 → v1.34.0 - go.opentelemetry.io/otel/metric: v1.33.0 → v1.35.0 - go.opentelemetry.io/otel/sdk: v1.33.0 → v1.34.0 - go.opentelemetry.io/otel/trace: v1.33.0 → v1.35.0 - go.opentelemetry.io/otel: v1.33.0 → v1.35.0 - go.opentelemetry.io/proto/otlp: v1.4.0 → v1.5.0 - google.golang.org/genproto/googleapis/api: [`e6fa225`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/e6fa225) → [`a0af3ef`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/a0af3ef) - google.golang.org/genproto/googleapis/rpc: [`e6fa225`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/e6fa225) → [`a0af3ef`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/a0af3ef) - google.golang.org/grpc: v1.68.1 → v1.72.1 - k8s.io/api: v0.33.0 → v0.34.0 - k8s.io/apiextensions-apiserver: v0.33.0 → v0.34.0 - k8s.io/apimachinery: v0.33.0 → v0.34.0 - k8s.io/apiserver: v0.33.0 → v0.34.0 - k8s.io/client-go: v0.33.0 → v0.34.0 - k8s.io/code-generator: v0.33.0 → v0.34.0 - k8s.io/component-base: v0.33.0 → v0.34.0 - k8s.io/gengo/v2: [`1244d31`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/1244d31) → [`85fd79d`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/85fd79d) - k8s.io/kms: v0.33.0 → v0.34.0 - k8s.io/kube-openapi: [`c8a335a`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/c8a335a) → [`f3f2b99`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/f3f2b99) - k8s.io/utils: [`3ea5e8c`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/3ea5e8c) → [`4c0f3b2`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/4c0f3b2) - sigs.k8s.io/json: [`9aa6b5e`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/9aa6b5e) → [`cfa47c3`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/cfa47c3) - sigs.k8s.io/yaml: v1.4.0 → v1.6.0 ##### Removed - github.com/census-instrumentation/opencensus-proto: [v0.4.1](https://redirect.github.com/census-instrumentation/opencensus-proto/tree/v0.4.1) - github.com/golang-jwt/jwt/v4: [v4.5.2](https://redirect.github.com/golang-jwt/jwt/tree/v4.5.2) - github.com/grpc-ecosystem/go-grpc-middleware: [v1.3.0](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/tree/v1.3.0) - github.com/grpc-ecosystem/grpc-gateway: [v1.16.0](https://redirect.github.com/grpc-ecosystem/grpc-gateway/tree/v1.16.0) - go.etcd.io/etcd/client/v2: v2.305.21 - go.etcd.io/etcd/raft/v3: v3.5.21 - google.golang.org/genproto: [`ef43131`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/ef43131) - sigs.k8s.io/structured-merge-diff/v4: v4.6.0 #### New Contributors - [@​DerekFrank](https://redirect.github.com/DerekFrank) made their first contribution in [#​3237](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3237) - [@​clebs](https://redirect.github.com/clebs) made their first contribution in [#​3251](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3251) - [@​jingyih](https://redirect.github.com/jingyih) made their first contribution in [#​3247](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3247) - [@​s-z-z](https://redirect.github.com/s-z-z) made their first contribution in [#​3265](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3265) - [@​solidDoWant](https://redirect.github.com/solidDoWant) made their first contribution in [#​3284](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3284) **Full Changelog**: <https://github.com/kubernetes-sigs/controller-runtime/compare/v0.21.0...v0.22.0> *Thanks to all our contributors!* 😊 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
+4
-4
@@ -26,7 +26,7 @@ require (
|
||||
k8s.io/api v0.34.0
|
||||
k8s.io/apimachinery v0.34.0
|
||||
k8s.io/client-go v0.34.0
|
||||
sigs.k8s.io/controller-runtime v0.21.0
|
||||
sigs.k8s.io/controller-runtime v0.22.0
|
||||
sigs.k8s.io/kustomize/api v0.20.1
|
||||
sigs.k8s.io/kustomize/kyaml v0.20.1
|
||||
sigs.k8s.io/yaml v1.6.0
|
||||
@@ -276,10 +276,10 @@ require (
|
||||
gopkg.in/ini.v1 v1.67.0 // indirect
|
||||
gopkg.in/warnings.v0 v0.1.2 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
k8s.io/apiextensions-apiserver v0.33.3 // indirect
|
||||
k8s.io/apiserver v0.33.3 // indirect
|
||||
k8s.io/apiextensions-apiserver v0.34.0 // indirect
|
||||
k8s.io/apiserver v0.34.0 // indirect
|
||||
k8s.io/cli-runtime v0.33.3 // indirect
|
||||
k8s.io/component-base v0.33.3 // indirect
|
||||
k8s.io/component-base v0.34.0 // indirect
|
||||
k8s.io/klog/v2 v2.130.1 // indirect
|
||||
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
|
||||
k8s.io/kubectl v0.33.3 // indirect
|
||||
|
||||
@@ -973,6 +973,8 @@ k8s.io/apiextensions-apiserver v0.33.2 h1:6gnkIbngnaUflR3XwE1mCefN3YS8yTD631JXQh
|
||||
k8s.io/apiextensions-apiserver v0.33.2/go.mod h1:IvVanieYsEHJImTKXGP6XCOjTwv2LUMos0YWc9O+QP8=
|
||||
k8s.io/apiextensions-apiserver v0.33.3 h1:qmOcAHN6DjfD0v9kxL5udB27SRP6SG/MTopmge3MwEs=
|
||||
k8s.io/apiextensions-apiserver v0.33.3/go.mod h1:oROuctgo27mUsyp9+Obahos6CWcMISSAPzQ77CAQGz8=
|
||||
k8s.io/apiextensions-apiserver v0.34.0 h1:B3hiB32jV7BcyKcMU5fDaDxk882YrJ1KU+ZSkA9Qxoc=
|
||||
k8s.io/apiextensions-apiserver v0.34.0/go.mod h1:hLI4GxE1BDBy9adJKxUxCEHBGZtGfIg98Q+JmTD7+g0=
|
||||
k8s.io/apimachinery v0.33.2 h1:IHFVhqg59mb8PJWTLi8m1mAoepkUNYmptHsV+Z1m5jY=
|
||||
k8s.io/apimachinery v0.33.2/go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM=
|
||||
k8s.io/apimachinery v0.34.0-beta.0 h1:C6teSJBCx6ArW7122MM9hQqeGW2w/QQ0lB4x4Z4Iftc=
|
||||
@@ -985,6 +987,8 @@ k8s.io/apiserver v0.33.2 h1:KGTRbxn2wJagJowo29kKBp4TchpO1DRO3g+dB/KOJN4=
|
||||
k8s.io/apiserver v0.33.2/go.mod h1:9qday04wEAMLPWWo9AwqCZSiIn3OYSZacDyu/AcoM/M=
|
||||
k8s.io/apiserver v0.33.3 h1:Wv0hGc+QFdMJB4ZSiHrCgN3zL3QRatu56+rpccKC3J4=
|
||||
k8s.io/apiserver v0.33.3/go.mod h1:05632ifFEe6TxwjdAIrwINHWE2hLwyADFk5mBsQa15E=
|
||||
k8s.io/apiserver v0.34.0 h1:Z51fw1iGMqN7uJ1kEaynf2Aec1Y774PqU+FVWCFV3Jg=
|
||||
k8s.io/apiserver v0.34.0/go.mod h1:52ti5YhxAvewmmpVRqlASvaqxt0gKJxvCeW7ZrwgazQ=
|
||||
k8s.io/cli-runtime v0.33.2 h1:koNYQKSDdq5AExa/RDudXMhhtFasEg48KLS2KSAU74Y=
|
||||
k8s.io/cli-runtime v0.33.2/go.mod h1:gnhsAWpovqf1Zj5YRRBBU7PFsRc6NkEkwYNQE+mXL88=
|
||||
k8s.io/cli-runtime v0.33.3 h1:Dgy4vPjNIu8LMJBSvs8W0LcdV0PX/8aGG1DA1W8lklA=
|
||||
@@ -1001,6 +1005,8 @@ k8s.io/component-base v0.33.2 h1:sCCsn9s/dG3ZrQTX/Us0/Sx2R0G5kwa0wbZFYoVp/+0=
|
||||
k8s.io/component-base v0.33.2/go.mod h1:/41uw9wKzuelhN+u+/C59ixxf4tYQKW7p32ddkYNe2k=
|
||||
k8s.io/component-base v0.33.3 h1:mlAuyJqyPlKZM7FyaoM/LcunZaaY353RXiOd2+B5tGA=
|
||||
k8s.io/component-base v0.33.3/go.mod h1:ktBVsBzkI3imDuxYXmVxZ2zxJnYTZ4HAsVj9iF09qp4=
|
||||
k8s.io/component-base v0.34.0 h1:bS8Ua3zlJzapklsB1dZgjEJuJEeHjj8yTu1gxE2zQX8=
|
||||
k8s.io/component-base v0.34.0/go.mod h1:RSCqUdvIjjrEm81epPcjQ/DS+49fADvGSCkIP3IC6vg=
|
||||
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
|
||||
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
|
||||
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff h1:/usPimJzUKKu+m+TE36gUyGcf03XZEP0ZIKgKj35LS4=
|
||||
@@ -1019,6 +1025,8 @@ oras.land/oras-go/v2 v2.6.0 h1:X4ELRsiGkrbeox69+9tzTu492FMUu7zJQW6eJU+I2oc=
|
||||
oras.land/oras-go/v2 v2.6.0/go.mod h1:magiQDfG6H1O9APp+rOsvCPcW1GD2MM7vgnKY0Y+u1o=
|
||||
sigs.k8s.io/controller-runtime v0.21.0 h1:CYfjpEuicjUecRk+KAeyYh+ouUBn4llGyDYytIGcJS8=
|
||||
sigs.k8s.io/controller-runtime v0.21.0/go.mod h1:OSg14+F65eWqIu4DceX7k/+QRAbTTvxeQSNSOQpukWM=
|
||||
sigs.k8s.io/controller-runtime v0.22.0 h1:mTOfibb8Hxwpx3xEkR56i7xSjB+nH4hZG37SrlCY5e0=
|
||||
sigs.k8s.io/controller-runtime v0.22.0/go.mod h1:FwiwRjkRPbiN+zp2QRp7wlTCzbUXxZ/D4OzuQUDwBHY=
|
||||
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE=
|
||||
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8/go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg=
|
||||
sigs.k8s.io/kustomize/api v0.20.0 h1:xPLqcobHI0bThyRUteO+nCV8G4d1Rlo5HafO57VRcas=
|
||||
|
||||
Reference in New Issue
Block a user