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

Support k8s 1.28 #31

Merged
merged 3 commits into from
Nov 14, 2023
Merged

Support k8s 1.28 #31

merged 3 commits into from
Nov 14, 2023

Conversation

yokaze
Copy link
Contributor

@yokaze yokaze commented Nov 10, 2023

This PR:

  • automates dependency update (see maintenance.md)
    • make version checks updates for dependent softwares and write new versions to Makefile.versions
    • make maintenance updates manifests using Makefile.versions
  • supports k8s 1.28
    • depends on k8s.io/api, k8s.io/apimachinery, k8s.io/client-go v0.28.3 (k8s 1.28.3)
    • depends on sigs.k8s.io/controller-runtime v0.16.3 (supports k8s 1.28)
    • make source code compatible with the above libraries
    • kind node versions should be manually updated, because it is difficult to automate.

Signed-off-by: Daichi Sakaue daichi-sakaue@cybozu.co.jp

Signed-off-by: Daichi Sakaue <daichi-sakaue@cybozu.co.jp>
@yokaze yokaze self-assigned this Nov 10, 2023
@yokaze yokaze changed the title Format workflow files Support k8s 1.28 Nov 10, 2023
Signed-off-by: Daichi Sakaue <daichi-sakaue@cybozu.co.jp>
@yokaze yokaze marked this pull request as ready for review November 13, 2023 07:35
docs/maintenance.md Outdated Show resolved Hide resolved
Signed-off-by: Daichi Sakaue <daichi-sakaue@cybozu.co.jp>
Copy link

@zeroalphat zeroalphat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yokaze yokaze merged commit 1cbd5ca into main Nov 14, 2023
10 checks passed
@yokaze yokaze deleted the regular-update branch November 14, 2023 02:04
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.

2 participants