Skip to content

Conversation

@javorszky
Copy link
Contributor

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.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

renovate bot added 4 commits January 13, 2026 09:58
| 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>
Copilot AI review requested due to automatic review settings January 13, 2026 10:11
@javorszky javorszky requested a review from a team as a code owner January 13, 2026 10:11
@github-actions github-actions bot added go Pull requests that update Go code chore Pull requests for routine tasks labels Jan 13, 2026
Copy link
Contributor

Copilot AI left a 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.

@javorszky
Copy link
Contributor Author

Eh, these are failing, let's do it 1 by 1...

@javorszky javorszky closed this Jan 13, 2026
@javorszky javorszky deleted the chore/renovate-golang-main-13-jan-26 branch January 13, 2026 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Pull requests for routine tasks go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants