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

feat: add support for k8s 1.28 #1546

Merged
merged 4 commits into from
Mar 11, 2024
Merged

feat: add support for k8s 1.28 #1546

merged 4 commits into from
Mar 11, 2024

Conversation

ferruhcihan
Copy link
Contributor

Implements:

https://app.zenhub.com/workspaces/dev-5e7e84dddc966f05a627a19b/issues/gh/redkubes/otomi-core/1445

Test:

Tested the installation on a new cluster with the full.yaml test case scenario.

@@ -1 +1 @@
{ "supportedK8sVersions": ["1.25", "1.26", "1.27"] }
{ "supportedK8sVersions": ["1.26", "1.27", "1.28"] }
Copy link
Contributor

@j-zimnowoda j-zimnowoda Mar 8, 2024

Choose a reason for hiding this comment

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

We can add 1.28 without deprecating 1.25 yet.
Then we can add support already in release v2.9 instead of waiting for v3.0.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated supportedK8sVersions and package.json without deprecating 1.25 for v2.9.

@j-zimnowoda
Copy link
Contributor

@j-zimnowoda j-zimnowoda merged commit a84665b into main Mar 11, 2024
3 checks passed
@j-zimnowoda j-zimnowoda deleted the fc-feat-k8s-128 branch March 11, 2024 07:22
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