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

schema: Added OpenAPI schema for 1.29.0 #84

Merged
merged 1 commit into from
Jan 8, 2024
Merged

Conversation

manusa
Copy link
Owner

@manusa manusa commented Jan 5, 2024

Copy link

sonarqubecloud bot commented Jan 5, 2024

Quality Gate Failed Quality Gate failed

Failed conditions

0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@rohanKanojia
Copy link

rohanKanojia commented Jan 5, 2024

I have observed these changes

  • Add ServiceCIDR
  • Add VolumeAttributesClass
  • Add v1 FlowSchema and required classes
  • Add v1 PriorityLevelConfiguration and required classes
  • Remove v1alpha1 ClusterCIDR
  • Remove v1alpha1 CSIStorageCapacity controller api
  • SleepAction sleep field in LifecycleHandler
  • String ipMode in LoadBalancerIngress
  • String volumeAttributesClassName in PersistentVolumeClaimSpec
  • String currentVolumeAttributesClassName in PersistentVolumeClaimStatus
  • ModifyVolumeStatus modifyVolumeStatus in PersistentVolumeClaimStatus
  • String volumeAttributesClassName in PersistentVolumeSpec
  • List matchLabelKeys, mismatchLabelKeys in PodAffinityTerm
  • ClusterTrustBundleProjection clusterTrustBundle in VolumeProjection
  • String uid removed from ParentReference

Only change I see that's not covered by fabric8io/kubernetes-client#5686 is this one

  • Remove v1alpha1 CSIStorageCapacity controller api

Maybe it's just because v1alpha1 CSIStorageCapacity apiVersion is no longer served? I only see v1 being served on Kubernetes 1.29. According to Kubernetes Deprecated Migration Guide storage.k8s.io/v1beta1 CSIStorageCapacity was stopped serving since Kubernetes 1.27.0 . I only see storage.k8s.io/v1 CSIStorageCapacity in Kubernetes 1.29.0 api resources.

I don't think this change affects Fabric8 Kubernetes Client.

@manusa manusa merged commit 2965919 into master Jan 8, 2024
4 of 5 checks passed
@manusa manusa deleted the feat/kubernetes-1.29 branch January 8, 2024 13:53
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.

2 participants