Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module sigs.k8s.io/controller-runtime to v0.20.1 #1548

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sigs.k8s.io/controller-runtime v0.19.4 -> v0.20.1 age adoption passing confidence

Release Notes

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.20.1

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.20.0...v0.20.1

v0.20.0

Compare Source

Highlights

  • Based on k8s.io/* v1.32 libraries and minimum Go version is now v1.23
  • New experimental priority queue feature
    • More details in #​3013 and #​2374
    • Can be enabled via manager.Options.Controller.UsePriorityQueue
    • Please give it a try and provide feedback in #​2374
  • AggregatedDiscovery is automatically used when available (#​2901)
  • As usual, many improvements to the fake client

Changes since v0.19.0

⚠️ Breaking Changes

✨ New Features

  • cache: Add EnableWatchBookmarks option (defaults to true) (#​3017)
  • cache: Export NewInformer option (#​3061)
  • cert-watcher: Add polling (#​3020 #​3050)
  • controller: Add experimental priority queue (off per default) (#​3013 #​3014 #​3060 #​3066)
  • fake client: Allow adding indexes at runtime (#​3021)
  • fake client: Add support for ServiceAccountToken subresource (#​2969)
  • restmapper: Use AggregatedDiscovery if available (#​2901)
  • util: Add HasOwnerReference func (#​2882)
  • webhook: Add custom path option (#​2998)

🐛 Bug Fixes

  • controller: Error when source.Start() never returns (#​2997 #​3006 #​3008)
  • fake client: Don't return items on invalid selector (#​3022)
  • fake client: Fix TOCTOU races (#​2980)
  • fake client: Preserve TypeMeta during Get call with PartialObjectMeta (#​2949)
  • fake client: Preserve TypeMeta during List call with UnstructuredList (#​3074)
  • manager: Fix RenewDeadline typo in leader election (#​3032)
  • manager: Use leader elector with client timeout (#​3028 #​3034)

🌱 Others

🌱 CI

📖 Additionally, there have been 7 contributions to our documentation. (#​2942, #​2985, #​2996, #​3002, #​3039, #​3062)

Dependencies

Added

Nothing has changed.

Changed
  • cel.dev/expr: v0.15.0 → v0.18.0
  • github.com/Azure/go-ansiterm: d185dfc → 306776e
  • github.com/go-openapi/jsonpointer: v0.19.6 → v0.21.0
  • github.com/go-openapi/swag: v0.22.4 → v0.23.0
  • github.com/google/btree: v1.0.1 → v1.1.3
  • github.com/google/cel-go: v0.20.1 → v0.22.0
  • github.com/google/pprof: 4bfdf5a → d1b30fe
  • github.com/gregjones/httpcache: 9cad4c3 → 901d907
  • github.com/jonboulle/clockwork: v0.2.2 → v0.4.0
  • github.com/moby/spdystream: v0.4.0 → v0.5.0
  • github.com/onsi/ginkgo/v2: v2.19.0 → v2.21.0
  • github.com/onsi/gomega: v1.33.1 → v1.35.1
  • github.com/stoewer/go-strcase: v1.2.0 → v1.3.0
  • github.com/xiang90/probing: 43a291a → a49e3df
  • go.etcd.io/bbolt: v1.3.9 → v1.3.11
  • go.etcd.io/etcd/api/v3: v3.5.14 → v3.5.16
  • go.etcd.io/etcd/client/pkg/v3: v3.5.14 → v3.5.16
  • go.etcd.io/etcd/client/v2: v2.305.13 → v2.305.16
  • go.etcd.io/etcd/client/v3: v3.5.14 → v3.5.16
  • go.etcd.io/etcd/pkg/v3: v3.5.13 → v3.5.16
  • go.etcd.io/etcd/raft/v3: v3.5.13 → v3.5.16
  • go.etcd.io/etcd/server/v3: v3.5.13 → v3.5.16
  • go.uber.org/zap: v1.26.0 → v1.27.0
  • golang.org/x/crypto: v0.24.0 → v0.28.0
  • golang.org/x/exp: f3d0a9c8a7402a
  • golang.org/x/mod: v0.17.0 → v0.21.0
  • golang.org/x/net: v0.26.0 → v0.30.0
  • golang.org/x/oauth2: v0.21.0 → v0.23.0
  • golang.org/x/sync: v0.7.0 → v0.8.0
  • golang.org/x/sys: v0.21.0 → v0.26.0
  • golang.org/x/telemetry: f48c80bbda5523
  • golang.org/x/term: v0.21.0 → v0.25.0
  • golang.org/x/text: v0.16.0 → v0.19.0
  • golang.org/x/time: v0.3.0 → v0.7.0
  • golang.org/x/tools: e35e4cc → v0.26.0
  • golang.org/x/xerrors: 04be3eb5ec99f8
  • google.golang.org/genproto/googleapis/api: 5315273f6391c0
  • google.golang.org/genproto/googleapis/rpc: f6361c8f6391c0
  • google.golang.org/genproto: b8732ecef43131
  • google.golang.org/protobuf: v1.34.2 → v1.35.1
  • k8s.io/api: v0.31.0 → v0.32.0
  • k8s.io/apiextensions-apiserver: v0.31.0 → v0.32.0
  • k8s.io/apimachinery: v0.31.0 → v0.32.0
  • k8s.io/apiserver: v0.31.0 → v0.32.0
  • k8s.io/client-go: v0.31.0 → v0.32.0
  • k8s.io/code-generator: v0.31.0 → v0.32.0
  • k8s.io/component-base: v0.31.0 → v0.32.0
  • k8s.io/gengo/v2: 51d4e062b36238
  • k8s.io/kms: v0.31.0 → v0.32.0
  • k8s.io/kube-openapi: 70dd37632ad38e
  • k8s.io/utils: 18e509b3ea5e8c
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.30.3 → v0.31.0
  • sigs.k8s.io/json: bc3834c9aa6b5e
  • sigs.k8s.io/structured-merge-diff/v4: v4.4.1 → v4.4.2
Removed
  • github.com/golang/groupcache: 41bb18b
  • github.com/imdario/mergo: v0.3.6

Thanks to all our contributors! 😊

v0.19.5

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.4...v0.19.5


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 16, 2025 19:01
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate PR created by RenovateBot labels Jan 16, 2025
Copy link
Contributor Author

renovate bot commented Jan 16, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/google/btree v1.1.2 -> v1.1.3

@marians
Copy link
Member

marians commented Jan 17, 2025

Unit tests fail like

# sigs.k8s.io/cluster-api-provider-aws/v2/api/v1beta2
/go/pkg/mod/sigs.k8s.io/cluster-api-provider-aws/[email protected]/api/v1beta2/awscluster_webhook.go:49:12: undefined: webhook.Validator
/go/pkg/mod/sigs.k8s.io/cluster-api-provider-aws/[email protected]/api/v1beta2/awscluster_webhook.go:50:12: undefined: webhook.Defaulter
/go/pkg/mod/sigs.k8s.io/cluster-api-provider-aws/[email protected]/api/v1beta2/awsclustercontrolleridentity_webhook.go:46:12: undefined: webhook.Validator
/go/pkg/mod/sigs.k8s.io/cluster-api-provider-aws/[email protected]/api/v1beta2/awsclustercontrolleridentity_webhook.go:47:12: undefined: webhook.Defaulter
/go/pkg/mod/sigs.k8s.io/cluster-api-provider-aws/[email protected]/api/v1beta2/awsclusterroleidentity_webhook.go:44:12: undefined: webhook.Validator
/go/pkg/mod/sigs.k8s.io/cluster-api-provider-aws/[email protected]/api/v1beta2/awsclusterroleidentity_webhook.go:45:12: undefined: webhook.Defaulter
/go/pkg/mod/sigs.k8s.io/cluster-api-provider-aws/[email protected]/api/v1beta2/awsclusterstaticidentity_webhook.go:44:12: undefined: webhook.Validator
/go/pkg/mod/sigs.k8s.io/cluster-api-provider-aws/[email protected]/api/v1beta2/awsclusterstaticidentity_webhook.go:45:12: undefined: webhook.Defaulter
/go/pkg/mod/sigs.k8s.io/cluster-api-provider-aws/[email protected]/api/v1beta2/awsclustertemplate_webhook.go:38:15: undefined: webhook.Defaulter
/go/pkg/mod/sigs.k8s.io/cluster-api-provider-aws/[email protected]/api/v1beta2/awsclustertemplate_webhook.go:39:15: undefined: webhook.Validator
/go/pkg/mod/sigs.k8s.io/cluster-api-provider-aws/[email protected]/api/v1beta2/awsclustertemplate_webhook.go:39:15: too many errors
# sigs.k8s.io/cluster-api-provider-azure/api/v1beta1
/go/pkg/mod/sigs.k8s.io/[email protected]/api/v1beta1/azurecluster_webhook.go:41:15: undefined: webhook.Validator
/go/pkg/mod/sigs.k8s.io/[email protected]/api/v1beta1/azurecluster_webhook.go:42:15: undefined: webhook.Defaulter
/go/pkg/mod/sigs.k8s.io/[email protected]/api/v1beta1/azureclusteridentity_webhook.go:38:15: undefined: webhook.Validator
/go/pkg/mod/sigs.k8s.io/[email protected]/api/v1beta1/azureclustertemplate_webhook.go:43:15: undefined: webhook.Defaulter
/go/pkg/mod/sigs.k8s.io/[email protected]/api/v1beta1/azureclustertemplate_webhook.go:50:15: undefined: webhook.Validator
/go/pkg/mod/sigs.k8s.io/[email protected]/api/v1beta1/azuremanagedcluster_webhook.go:38:15: undefined: webhook.Validator
/go/pkg/mod/sigs.k8s.io/[email protected]/api/v1beta1/azuremanagedclustertemplate_webhook.go:38:15: undefined: webhook.Validator
FAIL    github.com/giantswarm/kubectl-gs/v5 [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/get [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/get/apps [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/get/capi [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/get/catalogs [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/get/clusters [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/get/clusters/provider [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/get/nodepools [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/get/nodepools/provider [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/get/orgs [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/get/releases [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/gitops [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/gitops/add [build failed]
?       github.com/giantswarm/kubectl-gs/v5/cmd/gitops/add/automatic-updates    [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/gitops/add/app  [no test files]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/gitops/add/base [build failed]
?       github.com/giantswarm/kubectl-gs/v5/cmd/gitops/add/encryption   [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/gitops/add/management-cluster   [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/gitops/add/organization [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/gitops/add/workload-cluster     [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/gitops/initialize       [no test files]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/login [build failed]
?       github.com/giantswarm/kubectl-gs/v5/cmd/selfupdate      [no test files]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/template [build failed]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/app    [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/catalog        [no test files]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/template/cluster [build failed]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/cluster/common [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/cluster/flags  [no test files]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/template/cluster/provider [build failed]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/cluster/provider/templates/aws [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/cluster/provider/templates/azure       [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/cluster/provider/templates/capa        [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/cluster/provider/templates/capv        [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/cluster/provider/templates/capvcd      [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/cluster/provider/templates/capz        [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/cluster/provider/templates/eks [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/cluster/provider/templates/gcp [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/cluster/provider/templates/openstack   [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/cluster/util   [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/networkpool    [no test files]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/networkpool/provider   [no test files]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/template/nodepool/provider [build failed]
?       github.com/giantswarm/kubectl-gs/v5/cmd/template/nodepool/provider/templates/aws        [no test files]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/template/nodepool [build failed]
ok      github.com/giantswarm/kubectl-gs/v5/cmd/login/template  0.003s
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/update [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/update/app [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/update/cluster [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/validate [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/cmd/validate/apps [build failed]
?       github.com/giantswarm/kubectl-gs/v5/internal/gitops/encryption  [no test files]
?       github.com/giantswarm/kubectl-gs/v5/internal/gitops/filesystem/modifier [no test files]
ok      github.com/giantswarm/kubectl-gs/v5/cmd/template/organization   0.006s
ok      github.com/giantswarm/kubectl-gs/v5/internal/feature    0.005s
ok      github.com/giantswarm/kubectl-gs/v5/internal/gitops/filesystem/creator  0.006s
ok      github.com/giantswarm/kubectl-gs/v5/internal/gitops/filesystem/modifier/app     0.004s
?       github.com/giantswarm/kubectl-gs/v5/internal/gitops/filesystem/modifier/helper  [no test files]
?       github.com/giantswarm/kubectl-gs/v5/internal/gitops/key [no test files]
ok      github.com/giantswarm/kubectl-gs/v5/internal/gitops/filesystem/modifier/flux-kustomization      0.023s
ok      github.com/giantswarm/kubectl-gs/v5/internal/gitops/filesystem/modifier/secret  0.018s
ok      github.com/giantswarm/kubectl-gs/v5/internal/gitops/filesystem/modifier/sigs-kustomization      0.017s
ok      github.com/giantswarm/kubectl-gs/v5/internal/gitops/filesystem/modifier/sops    0.019s
?       github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/app/templates     [no test files]
?       github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/base/templates    [no test files]
?       github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/common    [no test files]
?       github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/encryption        [no test files]
ok      github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/app       0.026s
ok      github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/base      0.006s
?       github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/management-cluster/templates      [no test files]
?       github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/organization/templates    [no test files]
?       github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/root      [no test files]
?       github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/root/templates    [no test files]
ok      github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/management-cluster        0.023s
ok      github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/organization      0.007s
?       github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/updates/templates [no test files]
ok      github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/updates   0.019s
?       github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/workload-cluster/templates        [no test files]
?       github.com/giantswarm/kubectl-gs/v5/internal/key        [no test files]
?       github.com/giantswarm/kubectl-gs/v5/internal/label      [no test files]
?       github.com/giantswarm/kubectl-gs/v5/pkg/annotations     [no test files]
?       github.com/giantswarm/kubectl-gs/v5/pkg/app     [no test files]
?       github.com/giantswarm/kubectl-gs/v5/pkg/callbackserver  [no test files]
FAIL    github.com/giantswarm/kubectl-gs/v5/pkg/commonconfig [build failed]
?       github.com/giantswarm/kubectl-gs/v5/pkg/data/domain/app [no test files]
?       github.com/giantswarm/kubectl-gs/v5/pkg/data/domain/catalog     [no test files]
?       github.com/giantswarm/kubectl-gs/v5/pkg/data/domain/clientcert  [no test files]
FAIL    github.com/giantswarm/kubectl-gs/v5/pkg/data/domain/cluster [build failed]
FAIL    github.com/giantswarm/kubectl-gs/v5/pkg/data/domain/nodepool [build failed]
?       github.com/giantswarm/kubectl-gs/v5/pkg/data/domain/organization        [no test files]
?       github.com/giantswarm/kubectl-gs/v5/pkg/data/domain/release     [no test files]
?       github.com/giantswarm/kubectl-gs/v5/pkg/helmbinary      [no test files]
?       github.com/giantswarm/kubectl-gs/v5/pkg/labels  [no test files]
?       github.com/giantswarm/kubectl-gs/v5/pkg/middleware      [no test files]
ok      github.com/giantswarm/kubectl-gs/v5/internal/gitops/structure/workload-cluster  0.034s
ok      github.com/giantswarm/kubectl-gs/v5/pkg/errorprinter    0.017s
ok      github.com/giantswarm/kubectl-gs/v5/pkg/graphql 0.035s
ok      github.com/giantswarm/kubectl-gs/v5/pkg/installation    0.021s
ok      github.com/giantswarm/kubectl-gs/v5/pkg/kubeconfig      0.016s
?       github.com/giantswarm/kubectl-gs/v5/pkg/oidc    [no test files]
?       github.com/giantswarm/kubectl-gs/v5/pkg/pluralize       [no test files]
?       github.com/giantswarm/kubectl-gs/v5/pkg/project [no test files]
FAIL    github.com/giantswarm/kubectl-gs/v5/pkg/scheme [build failed]
?       github.com/giantswarm/kubectl-gs/v5/pkg/selfupdate      [no test files]
?       github.com/giantswarm/kubectl-gs/v5/pkg/template/catalog        [no test files]
?       github.com/giantswarm/kubectl-gs/v5/pkg/template/organization   [no test files]
?       github.com/giantswarm/kubectl-gs/v5/test/goldenfile     [no test files]
FAIL    github.com/giantswarm/kubectl-gs/v5/test/kubeclient [build failed]
?       github.com/giantswarm/kubectl-gs/v5/test/kubeconfig     [no test files]
?       github.com/giantswarm/kubectl-gs/v5/test/oidc   [no test files]
ok      github.com/giantswarm/kubectl-gs/v5/pkg/middleware/renewtoken   0.544s
ok      github.com/giantswarm/kubectl-gs/v5/pkg/normalize       0.003s
ok      github.com/giantswarm/kubectl-gs/v5/pkg/output  0.005s
ok      github.com/giantswarm/kubectl-gs/v5/pkg/template/app    0.032s
FAIL

@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch 6 times, most recently from d3ec963 to 71d1866 Compare January 23, 2025 11:00
@renovate renovate bot force-pushed the renovate/sig-k8s-modules branch from 71d1866 to 8941d9b Compare January 23, 2025 20:05
@renovate renovate bot changed the title fix(deps): update module sigs.k8s.io/controller-runtime to v0.20.0 fix(deps): update module sigs.k8s.io/controller-runtime to v0.20.1 Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate PR created by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant