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

deps: bump controller-runtime and controller-tools to latest #5310

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

LanceEa
Copy link
Contributor

@LanceEa LanceEa commented Sep 20, 2023

Description

This bumps both controller-runtime and controller-tools to the latest to ensure we are on the latest k8s deps. The latest version of controller-tools generates slightly modified deep-copy functions that are minor.

More info can be found here:

  1. Removed obsolete build tags

  2. Fix implicit for loop aliasing

Related Issues

N/A - normal dep upgrade process

Testing

No additional testing added, CI is green.

Checklist

  • Does my change need to be backported to a previous release?
  • I made sure to update CHANGELOG.md.
  • This is unlikely to impact how Ambassador performs at scale.
  • My change is adequately tested.
  • I updated DEVELOPING.md with any any special dev tricks I had to use to work on this code efficiently.
  • The changes in this PR have been reviewed for security concerns and adherence to security best practices.

Lance Austin added 2 commits September 20, 2023 06:43
Two notable changes occurred with the generated
deep copy code:

1. Removed obsolete build tags
    - kubernetes-sigs/controller-tools#828

2. Fix implicit for loop aliasing
    - kubernetes-sigs/controller-tools#810

Signed-off-by: Lance Austin <[email protected]>
@LanceEa LanceEa merged commit da9b271 into master Sep 20, 2023
37 checks passed
@LanceEa LanceEa deleted the laustin/controller-tools branch September 20, 2023 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants