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

Add support for Kubernetes v1.31 #1840

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Conversation

xmudrii
Copy link
Member

@xmudrii xmudrii commented Aug 15, 2024

What this PR does / why we need it:

  • Document Kubernetes v1.31 as a supported Kubernetes version
  • Update controller-runtime to v0.19.0
  • Update fixtures and tests

What type of PR is this?

/kind feature

Special notes for your reviewer:

I'll follow up with another PR to try to get tests working for providers that originally used the in-tree CCM.

Does this PR introduce a user-facing change? Then add your Release Note here:

Add support for Kubernetes v1.31

Documentation:

NONE

/assign @xrstf

Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
@kubermatic-bot kubermatic-bot added release-note Denotes a PR that will be considered when it comes time to generate release notes. docs/none Denotes a PR that doesn't need documentation (changes). kind/feature Categorizes issue or PR as related to a new feature. dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. sig/cluster-management Denotes a PR or issue as being assigned to SIG Cluster Management. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Aug 15, 2024
@@ -202,7 +202,7 @@ func Add(
nodePortRange: nodePortRange,
overrideBootstrapKubeletAPIServer: overrideBootstrapKubeletAPIServer,
}
utilruntime.ErrorHandlers = append(utilruntime.ErrorHandlers, func(error) {
utilruntime.ErrorHandlers = append(utilruntime.ErrorHandlers, func(context.Context, error, string, ...interface{}) {
Copy link
Member Author

Choose a reason for hiding this comment

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

Context for this change kubernetes/kubernetes#121970

@xrstf
Copy link
Contributor

xrstf commented Aug 15, 2024

/approve
/lgtm

@kubermatic-bot kubermatic-bot added the lgtm Indicates that a PR is ready to be merged. label Aug 15, 2024
@kubermatic-bot
Copy link
Contributor

LGTM label has been added.

Git tree hash: e16887b0abc5c1a8508467f0a308842c7ebb5925

@kubermatic-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: xrstf

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubermatic-bot kubermatic-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 15, 2024
@kubermatic-bot kubermatic-bot merged commit 646e5aa into kubermatic:main Aug 15, 2024
13 checks passed
@xmudrii xmudrii deleted the k8s-1.31 branch August 15, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. docs/none Denotes a PR that doesn't need documentation (changes). kind/feature Categorizes issue or PR as related to a new feature. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/cluster-management Denotes a PR or issue as being assigned to SIG Cluster Management. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants