-
Notifications
You must be signed in to change notification settings - Fork 2k
Bundled renovate golang PRs #8866
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
Conversation
| datasource | package | from | to | | ---------- | -------------------------------------------------------- | ------- | ------- | | go | github.com/aws/aws-sdk-go-v2/config | v1.32.6 | v1.32.7 | | go | github.com/aws/aws-sdk-go-v2/service/marketplacemetering | v1.35.4 | v1.35.5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package | from | to | | ---------- | ------------ | ---------------------------------- | ---------------------------------- | | go | k8s.io/utils | v0.0.0-20260106112306-0fe9cd71b2f8 | v0.0.0-20260108192941-914a6e750570 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | go | k8s.io/api | v0.34.3 | v0.35.0 | | go | k8s.io/apiextensions-apiserver | v0.34.3 | v0.35.0 | | go | k8s.io/apimachinery | v0.34.3 | v0.35.0 | | go | k8s.io/client-go | v0.34.3 | v0.35.0 | | go | k8s.io/code-generator | v0.34.3 | v0.35.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR bundles multiple Renovate-generated updates for Golang dependencies and generated client code. The changes include updating Kubernetes client-go libraries from v0.34.3 to v0.35.0, AWS SDK components, and etcd client libraries. Additionally, it updates generated informer code to use the newer ToListWatcherWithWatchListSemantics API and includes documentation corrections.
Changes:
- Updated Kubernetes dependencies (k8s.io/api, k8s.io/client-go, etc.) from v0.34.3 to v0.35.0
- Updated AWS SDK v2 dependencies to latest minor versions
- Modified generated informer code to wrap ListWatch with
ToListWatcherWithWatchListSemantics - Fixed typo in generated fake clientset and corrected documentation example
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Bumps Kubernetes dependencies to v0.35.0, AWS SDK v2 packages, and etcd client libraries |
| pkg/client/informers/externalversions/factory.go | Adds blank comment line and fixes context.WithCancel example in documentation |
| pkg/client/informers/externalversions/externaldns/v1/dnsendpoint.go | Wraps ListWatch with ToListWatcherWithWatchListSemantics for WatchList support |
| pkg/client/informers/externalversions/dos/v1beta1/dosprotectedresource.go | Wraps ListWatch with ToListWatcherWithWatchListSemantics for WatchList support |
| pkg/client/informers/externalversions/configuration/v1/*.go | Wraps ListWatch with ToListWatcherWithWatchListSemantics across multiple configuration informers |
| pkg/client/clientset/versioned/fake/clientset_generated.go | Fixes typo in variable name, updates deprecation format, and adds IsWatchListSemanticsUnSupported method |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Eh, these are failing, let's do it 1 by 1... |
Proposed changes
This is a single bundle to contain the following PRs:
It does not have #8764 because one of the commits created a bunch of files locally that wasn't there on the PR
Checklist
Before creating a PR, run through this checklist and mark each as complete.