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

packages: boilerplate kubernetes-1.32 and ecr-credential-provider-1.32 #298

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

Sparksssj
Copy link
Contributor

Add boilerplate for the kubernetes-1.32 and ecr-credential-provider-1.32 packages required for Bottlerocket k8s-1.32 variants. Package sources point to 1.31 sources and will be updated to 1.32 once available. Created by copying the -1.31 equivalent of packages and updating <package>.spec and Cargo.toml to define package names and dependencies as -1.32.

Issue number:

Tracked in bottlerocket-os/bottlerocket#4318

Description of changes:

Add boilerplate for the kubernetes-1.32 and ecr-credential-provider-1.32 packages required for Bottlerocket k8s-1.32 variants. Package sources point to 1.31 sources and will be updated to 1.32 once available.

Testing done:

make twoliter build-package -e PACKAGE=kubernetes-1_32 -e BUILDSYS_ARCH=aarch64

make twoliter build-package -e PACKAGE=kubernetes-1_32 -e BUILDSYS_ARCH=x86_64

PR to add real k8s 1.32 sources will include full conformance testing.

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.

%build
%set_cross_go_flags

export GO_VERSION="1.22.2"
Copy link
Contributor

Choose a reason for hiding this comment

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

k8s 1.32 will use Go version 1.23.3 (source), so let's update this

%build
export FORCE_HOST_GO=1

export GO_VERSION="1.22.2"
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's update the version here as well

@Sparksssj Sparksssj merged commit e8fd3bf into bottlerocket-os:develop Dec 5, 2024
2 checks passed
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