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 k8s v1.26 #2230

Merged
merged 1 commit into from Dec 9, 2022
Merged

Add support for k8s v1.26 #2230

merged 1 commit into from Dec 9, 2022

Conversation

lblackstone
Copy link
Member

@lblackstone lblackstone commented Nov 11, 2022

Proposed changes

Release is scheduled for December 6

Related issues (optional)

@github-actions

This comment was marked as outdated.

@github-actions

This comment was marked as outdated.

@github-actions
Copy link

Does the PR have any schema changes?

Found 4 breaking changes:
Type "kubernetes:core/v1:PersistentVolumeClaimSpecPatch" input "dataSourceRef" type changed from "#/types/kubernetes:core/v1:TypedLocalObjectReferencePatch" to "#/types/kubernetes:core/v1:TypedObjectReferencePatch"
Type "kubernetes:networking.k8s.io/v1:IngressStatusPatch" input "loadBalancer" type changed from "#/types/kubernetes:core/v1:LoadBalancerStatusPatch" to "#/types/kubernetes:networking.k8s.io/v1:IngressLoadBalancerStatusPatch"
Type "kubernetes:networking.k8s.io/v1:IngressStatus" input "loadBalancer" type changed from "#/types/kubernetes:core/v1:LoadBalancerStatus" to "#/types/kubernetes:networking.k8s.io/v1:IngressLoadBalancerStatus"
Type "kubernetes:core/v1:PersistentVolumeClaimSpec" input "dataSourceRef" type changed from "#/types/kubernetes:core/v1:TypedLocalObjectReference" to "#/types/kubernetes:core/v1:TypedObjectReference"

New resources:

  • admissionregistration.k8s.io/v1alpha1.ValidatingAdmissionPolicy
  • admissionregistration.k8s.io/v1alpha1.ValidatingAdmissionPolicyBinding
  • admissionregistration.k8s.io/v1alpha1.ValidatingAdmissionPolicyBindingList
  • admissionregistration.k8s.io/v1alpha1.ValidatingAdmissionPolicyBindingPatch
  • admissionregistration.k8s.io/v1alpha1.ValidatingAdmissionPolicyList
  • admissionregistration.k8s.io/v1alpha1.ValidatingAdmissionPolicyPatch
  • authentication.k8s.io/v1alpha1.SelfSubjectReview
  • authentication.k8s.io/v1alpha1.SelfSubjectReviewPatch
  • flowcontrol.apiserver.k8s.io/v1beta3.FlowSchema
  • flowcontrol.apiserver.k8s.io/v1beta3.FlowSchemaList
  • flowcontrol.apiserver.k8s.io/v1beta3.FlowSchemaPatch
  • flowcontrol.apiserver.k8s.io/v1beta3.PriorityLevelConfiguration
  • flowcontrol.apiserver.k8s.io/v1beta3.PriorityLevelConfigurationList
  • flowcontrol.apiserver.k8s.io/v1beta3.PriorityLevelConfigurationPatch
  • resource.k8s.io/v1alpha1.PodScheduling
  • resource.k8s.io/v1alpha1.PodSchedulingList
  • resource.k8s.io/v1alpha1.PodSchedulingPatch
  • resource.k8s.io/v1alpha1.ResourceClaim
  • resource.k8s.io/v1alpha1.ResourceClaimList
  • resource.k8s.io/v1alpha1.ResourceClaimPatch
  • resource.k8s.io/v1alpha1.ResourceClaimTemplate
  • resource.k8s.io/v1alpha1.ResourceClaimTemplateList
  • resource.k8s.io/v1alpha1.ResourceClaimTemplatePatch
  • resource.k8s.io/v1alpha1.ResourceClass
  • resource.k8s.io/v1alpha1.ResourceClassList
  • resource.k8s.io/v1alpha1.ResourceClassPatch

@lblackstone lblackstone marked this pull request as ready for review December 9, 2022 00:18
@lblackstone lblackstone enabled auto-merge (squash) December 9, 2022 00:18
@github-actions
Copy link

github-actions bot commented Dec 9, 2022

Does the PR have any schema changes?

Found 4 breaking changes:
Type "kubernetes:networking.k8s.io/v1:IngressStatusPatch" input "loadBalancer" type changed from "#/types/kubernetes:core/v1:LoadBalancerStatusPatch" to "#/types/kubernetes:networking.k8s.io/v1:IngressLoadBalancerStatusPatch"
Type "kubernetes:networking.k8s.io/v1:IngressStatus" input "loadBalancer" type changed from "#/types/kubernetes:core/v1:LoadBalancerStatus" to "#/types/kubernetes:networking.k8s.io/v1:IngressLoadBalancerStatus"
Type "kubernetes:core/v1:PersistentVolumeClaimSpecPatch" input "dataSourceRef" type changed from "#/types/kubernetes:core/v1:TypedLocalObjectReferencePatch" to "#/types/kubernetes:core/v1:TypedObjectReferencePatch"
Type "kubernetes:core/v1:PersistentVolumeClaimSpec" input "dataSourceRef" type changed from "#/types/kubernetes:core/v1:TypedLocalObjectReference" to "#/types/kubernetes:core/v1:TypedObjectReference"

New resources:

  • admissionregistration.k8s.io/v1alpha1.ValidatingAdmissionPolicy
  • admissionregistration.k8s.io/v1alpha1.ValidatingAdmissionPolicyBinding
  • admissionregistration.k8s.io/v1alpha1.ValidatingAdmissionPolicyBindingList
  • admissionregistration.k8s.io/v1alpha1.ValidatingAdmissionPolicyBindingPatch
  • admissionregistration.k8s.io/v1alpha1.ValidatingAdmissionPolicyList
  • admissionregistration.k8s.io/v1alpha1.ValidatingAdmissionPolicyPatch
  • authentication.k8s.io/v1alpha1.SelfSubjectReview
  • authentication.k8s.io/v1alpha1.SelfSubjectReviewPatch
  • flowcontrol.apiserver.k8s.io/v1beta3.FlowSchema
  • flowcontrol.apiserver.k8s.io/v1beta3.FlowSchemaList
  • flowcontrol.apiserver.k8s.io/v1beta3.FlowSchemaPatch
  • flowcontrol.apiserver.k8s.io/v1beta3.PriorityLevelConfiguration
  • flowcontrol.apiserver.k8s.io/v1beta3.PriorityLevelConfigurationList
  • flowcontrol.apiserver.k8s.io/v1beta3.PriorityLevelConfigurationPatch
  • resource.k8s.io/v1alpha1.PodScheduling
  • resource.k8s.io/v1alpha1.PodSchedulingList
  • resource.k8s.io/v1alpha1.PodSchedulingPatch
  • resource.k8s.io/v1alpha1.ResourceClaim
  • resource.k8s.io/v1alpha1.ResourceClaimList
  • resource.k8s.io/v1alpha1.ResourceClaimPatch
  • resource.k8s.io/v1alpha1.ResourceClaimTemplate
  • resource.k8s.io/v1alpha1.ResourceClaimTemplateList
  • resource.k8s.io/v1alpha1.ResourceClaimTemplatePatch
  • resource.k8s.io/v1alpha1.ResourceClass
  • resource.k8s.io/v1alpha1.ResourceClassList
  • resource.k8s.io/v1alpha1.ResourceClassPatch

@lblackstone lblackstone merged commit fd81fa8 into master Dec 9, 2022
@lblackstone lblackstone deleted the lblackstone/k8s-1.26 branch December 9, 2022 00:49
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.

None yet

2 participants