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

Drop k8s 1.28 and 1.29 metal variants #4287

Merged
merged 2 commits into from
Nov 7, 2024

Conversation

yeazelm
Copy link
Contributor

@yeazelm yeazelm commented Nov 7, 2024

Issue number:

Related to #3794

Description of changes:

This removes the metal 1.28 and 1.29 variants. Kubernetes 1.28 went end-of-life on Oct 28 and EKS end-of-life for 1.28 is November 26th and these variants are no longer supported. For more information on end of life of metal variants, please see #3794

Testing done:

Default build cargo-make succeeds and cargo make -e BUILDSYS_VARIANT=meta-dev still works and builds the dev variant of metal.

Testing done:

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

@@ -26,8 +26,6 @@ members = [
"variants/aws-k8s-1.30-nvidia",
"variants/aws-k8s-1.31-nvidia",
"variants/metal-dev",
"variants/metal-k8s-1.28",
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should drop the corresponding settings-plugins for these variants (looks like I'd missed that in the 1.27 drop amidst the core kit shift 😅):

%description metal-dev
%{summary}.
%package metal-k8s
Summary: Settings plugin for the metal-k8s variants
Requires: %{_cross_os}variant-family(metal-k8s)
Provides: %{_cross_os}settings-plugin(any)
Provides: %{_cross_os}settings-plugin(metal-k8s-1.27)
Provides: %{_cross_os}settings-plugin(metal-k8s-1.28)
Provides: %{_cross_os}settings-plugin(metal-k8s-1.29)
Provides: %{_cross_os}settings-plugin(metal-k8s-1.30)
Conflicts: %{_cross_os}settings-plugin(any)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That makes sense, I removed the defaults and plugins for metal-k8s.

variants/README.md Outdated Show resolved Hide resolved
@cbgbt cbgbt mentioned this pull request Nov 7, 2024
7 tasks
@yeazelm yeazelm merged commit 6b3ebd5 into bottlerocket-os:develop Nov 7, 2024
2 checks passed
@yeazelm yeazelm deleted the remove-1-28-metal branch November 7, 2024 19:10
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