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

[WIP] Support for Kubernetes v1.32.0 🚧 #11116

Closed
wants to merge 20 commits into from

Conversation

marc1404
Copy link
Member

@marc1404 marc1404 commented Jan 7, 2025

How to categorize this PR?

/area open-source
/kind enhancement

What this PR does / why we need it:

TODO

Which issue(s) this PR fixes:
Fixes #11020

Special notes for your reviewer:

Release note:

TODO

@gardener-prow gardener-prow bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jan 7, 2025
Copy link
Contributor

gardener-prow bot commented Jan 7, 2025

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@gardener-prow gardener-prow bot added area/open-source Open Source (community, enablement, contributions, conferences, CNCF, etc.) related kind/enhancement Enhancement, improvement, extension cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. labels Jan 7, 2025
Copy link
Contributor

gardener-prow bot commented Jan 7, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from marc1404. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@gardener-prow gardener-prow bot requested review from acumino and ScheererJ January 7, 2025 15:34
@gardener-prow gardener-prow bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jan 7, 2025
@marc1404 marc1404 assigned marc1404 and unassigned marc1404 Jan 7, 2025
```
./hack/compare-k8s-admission-plugins.sh 1.31 1.32
Admission plugins added in 1.32 compared to 1.31:
MutatingAdmissionPolicy

Admission plugins removed in 1.32 compared to 1.31:
```
```
./hack/compare-k8s-api-groups.sh 1.31 1.32

Kubernetes API group versions added in 1.32 compared to 1.31:
coordination.k8s.io/v1alpha2
resource.k8s.io/v1beta1

Kubernetes API GVRs added in 1.32 compared to 1.31:
admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicies
admissionregistration.k8s.io/v1alpha1/mutatingadmissionpolicybindings
coordination.k8s.io/v1alpha2/leasecandidates
resource.k8s.io/v1beta1/deviceclasses
resource.k8s.io/v1beta1/resourceclaims
resource.k8s.io/v1beta1/resourceclaimtemplates
resource.k8s.io/v1beta1/resourceslices

Kubernetes API group versions removed in 1.32 compared to 1.31:
coordination.k8s.io/v1alpha1

Kubernetes API GVRs removed in 1.32 compared to 1.31:
coordination.k8s.io/v1alpha1/leasecandidates
resource.k8s.io/v1alpha3/podschedulingcontexts
```
```
./hack/compare-k8s-controllers.sh 1.31 1.32

kube-controller-manager controllers added in 1.32 compared to 1.31:
kube-apiserver-serving-clustertrustbundle-publisher
volumeattributesclass-protection-controller

kube-controller-manager controllers removed in 1.32 compared to 1.31:
route-controller
service-controller
```
@marc1404 marc1404 force-pushed the feat/kubernetes-v1.32 branch from cbdd560 to bc26f64 Compare January 7, 2025 15:46
@marc1404
Copy link
Member Author

marc1404 commented Jan 7, 2025

/test all

Copy link
Contributor

gardener-prow bot commented Jan 8, 2025

@marc1404: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-gardener-e2e-kind-upgrade bc26f64 link true /test pull-gardener-e2e-kind-upgrade
pull-gardener-e2e-kind-ha-multi-zone-upgrade bc26f64 link true /test pull-gardener-e2e-kind-ha-multi-zone-upgrade
pull-gardener-e2e-kind-ha-single-zone-upgrade bc26f64 link true /test pull-gardener-e2e-kind-ha-single-zone-upgrade
pull-gardener-e2e-kind bc26f64 link true /test pull-gardener-e2e-kind
pull-gardener-e2e-kind-operator-seed bc26f64 link true /test pull-gardener-e2e-kind-operator-seed
pull-gardener-e2e-kind-ha-multi-zone bc26f64 link true /test pull-gardener-e2e-kind-ha-multi-zone
pull-gardener-e2e-kind-ha-single-zone bc26f64 link true /test pull-gardener-e2e-kind-ha-single-zone
pull-gardener-e2e-kind-ipv6 bc26f64 link true /test pull-gardener-e2e-kind-ipv6
pull-gardener-e2e-kind-migration bc26f64 link true /test pull-gardener-e2e-kind-migration
pull-gardener-e2e-kind-migration-ha-single-zone bc26f64 link true /test pull-gardener-e2e-kind-migration-ha-single-zone

Full PR test history. Your PR dashboard. Command help for this repository.
Please help us cut down on flakes by linking this test failure to an open flake report or filing a new flake report if you can't find an existing one. Also see our testing guideline for how to avoid and hunt flakes.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@marc1404 marc1404 closed this Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/open-source Open Source (community, enablement, contributions, conferences, CNCF, etc.) related cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/enhancement Enhancement, improvement, extension 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.

☂️-Issue for "Support for Kubernetes v1.32”
2 participants