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: update to k8s 1.28 #5305

Merged
merged 2 commits into from
Sep 19, 2023
Merged

deps: update to k8s 1.28 #5305

merged 2 commits into from
Sep 19, 2023

Conversation

LanceEa
Copy link
Contributor

@LanceEa LanceEa commented Sep 18, 2023

Description

Getting the k8s deps upgrade to latest v1.28.

I had to refactor Kates package due to upstream refactoring in the apiextensions-apiserver pkg as seen here: kubernetes/kubernetes#118990. Kates now works with the new SchemaValidator interface.

Related Issues

N/A - general dep updates

Testing

CI is green. Modified e2e matrix tests to include the current versions supported by k8s. That means we have test running against 1.22 our earliest supported and the last three minors (1.28, 1.27, 1.26).

Verified all is good with AES - https://github.com/datawire/apro/pull/3442

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.

@LanceEa LanceEa force-pushed the laustin/bump-k8s-libs branch 2 times, most recently from 38f7bab to b97129f Compare September 18, 2023 19:22
Lance Austin added 2 commits September 18, 2023 22:36
This upgrades our dependencies to the latest z-patch release of
the k8s golang packages and python dep.

- updated our custom fork for `k8s.io/code-generator`
- refactored `kates` pkg due to refactoring in the
 `apiextensions-apiserver` pkg.

Signed-off-by: Lance Austin <[email protected]>
Updates the matrix to cover the last 3 versions of K8s to
align with K8s support policy.

Note: we already test k8 1.22 which is the earliest supported verision.
Signed-off-by: Lance Austin <[email protected]>
@LanceEa LanceEa marked this pull request as ready for review September 19, 2023 10:32
@LanceEa LanceEa merged commit dc39f11 into master Sep 19, 2023
38 of 39 checks passed
@LanceEa LanceEa deleted the laustin/bump-k8s-libs branch September 19, 2023 17:55
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