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

Update to k8s v1.27.0 #2295

Merged
merged 12 commits into from
Apr 12, 2023
Merged

Update to k8s v1.27.0 #2295

merged 12 commits into from
Apr 12, 2023

Conversation

lblackstone
Copy link
Member

Proposed changes

Expected release date is April 11, 2023

Related issues (optional)

@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@pulumi pulumi deleted a comment from github-actions bot Apr 11, 2023
@kpitzen
Copy link
Contributor

kpitzen commented Apr 11, 2023

Manually checking all of the breaking resource changes (each Type change is associated with one of these):

  • Resource "kubernetes:resource.k8s.io/v1alpha1:ResourceClaimTemplateList" missing
    • Moved to v1alpha2
  • Resource "kubernetes:resource.k8s.io/v1alpha1:ResourceClassList" missing
    • Moved to v1alpha2
  • Resource "kubernetes:resource.k8s.io/v1alpha1:ResourceClassPatch" missing
    • Moved to v1alpha2
  • Resource "kubernetes:resource.k8s.io/v1alpha1:PodSchedulingList" missing
    • Renamed to PodSchedulingContext...
  • Resource "kubernetes:resource.k8s.io/v1alpha1:PodSchedulingPatch" missing
    • Renamed to PodSchedulingContext...
  • Resource "kubernetes:resource.k8s.io/v1alpha1:PodScheduling" missing
    • Renamed to PodSchedulingContext...
  • Resource "kubernetes:resource.k8s.io/v1alpha1:ResourceClaimList" missing
    • Moved to v1alpha2
  • Resource "kubernetes:storage.k8s.io/v1beta1:CSIStorageCapacity" missing
    • Moved to v1
  • Resource "kubernetes:resource.k8s.io/v1alpha1:ResourceClass" missing
    • Moved to v1alpha2
  • Resource "kubernetes:resource.k8s.io/v1alpha1:ResourceClaimTemplate" missing
    • Moved to v1alpha2
  • Resource "kubernetes:resource.k8s.io/v1alpha1:ResourceClaimTemplatePatch" missing
    • Moved to v1alpha2
  • Resource "kubernetes:resource.k8s.io/v1alpha1:ResourceClaim" missing
    • Moved to v1alpha2
  • Resource "kubernetes:storage.k8s.io/v1beta1:CSIStorageCapacityPatch" missing
    • Moved to v1
  • Resource "kubernetes:resource.k8s.io/v1alpha1:ResourceClaimPatch" missing
    • Moved to v1alpha2
  • Resource "kubernetes:storage.k8s.io/v1beta1:CSIStorageCapacityList" missing
    • Moved to v1

@kpitzen kpitzen marked this pull request as ready for review April 11, 2023 20:06
@pulumi pulumi deleted a comment from github-actions bot Apr 11, 2023
@lblackstone
Copy link
Member Author

I realized that we also need to update https://github.com/pulumi/pulumi-kubernetes/blob/master/provider/pkg/kinds/deprecated.go for the affected types so that warnings work properly for any removed types.

CHANGELOG.md Outdated Show resolved Hide resolved
@pulumi pulumi deleted a comment from github-actions bot Apr 11, 2023
@kpitzen kpitzen force-pushed the lblackstone/k8s-1.27 branch 2 times, most recently from 42d9cdc to 42733be Compare April 11, 2023 22:51
@pulumi pulumi deleted a comment from github-actions bot Apr 11, 2023
@pulumi pulumi deleted a comment from github-actions bot Apr 11, 2023
@pulumi pulumi deleted a comment from github-actions bot Apr 11, 2023
@kpitzen kpitzen requested a review from rquitales April 11, 2023 23:53
@pulumi pulumi deleted a comment from github-actions bot Apr 12, 2023
Copy link
Contributor

@rquitales rquitales left a comment

Choose a reason for hiding this comment

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

LGTM

@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:

  • authentication.k8s.io/v1beta1.SelfSubjectReview
  • authentication.k8s.io/v1beta1.SelfSubjectReviewPatch
  • certificates.k8s.io/v1alpha1.ClusterTrustBundle
  • certificates.k8s.io/v1alpha1.ClusterTrustBundleList
  • certificates.k8s.io/v1alpha1.ClusterTrustBundlePatch
  • networking.k8s.io/v1alpha1.IPAddress
  • networking.k8s.io/v1alpha1.IPAddressList
  • networking.k8s.io/v1alpha1.IPAddressPatch
  • resource.k8s.io/v1alpha2.PodSchedulingContext
  • resource.k8s.io/v1alpha2.PodSchedulingContextList
  • resource.k8s.io/v1alpha2.PodSchedulingContextPatch
  • resource.k8s.io/v1alpha2.ResourceClaim
  • resource.k8s.io/v1alpha2.ResourceClaimList
  • resource.k8s.io/v1alpha2.ResourceClaimPatch
  • resource.k8s.io/v1alpha2.ResourceClaimTemplate
  • resource.k8s.io/v1alpha2.ResourceClaimTemplateList
  • resource.k8s.io/v1alpha2.ResourceClaimTemplatePatch
  • resource.k8s.io/v1alpha2.ResourceClass
  • resource.k8s.io/v1alpha2.ResourceClassList
  • resource.k8s.io/v1alpha2.ResourceClassPatch

@kpitzen kpitzen enabled auto-merge (squash) April 12, 2023 00:16
@kpitzen kpitzen merged commit 5f9eaba into master Apr 12, 2023
@kpitzen kpitzen deleted the lblackstone/k8s-1.27 branch April 12, 2023 00:45
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

3 participants