-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
deps (kubernetes-model-generator) : Upgrade Kubernetes Model to Kubernetes v1.29.0 (#5643) #5686
Conversation
fcd29b3
to
38dde11
Compare
.github/workflows/e2e-tests.yml
Outdated
@@ -101,7 +101,7 @@ jobs: | |||
strategy: | |||
fail-fast: false | |||
matrix: | |||
kubernetes: [v1.28.1] | |||
kubernetes: [v1.29.0, v1.28.1] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be enough to run a single version here, the other jobs have the complete matrix.
Also, I think we added this when we couldn't deploy ~1.28 on bare metal and this was introduced as a workaround. If this is the case, maybe we should just remove this job altogether.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I can see v1.28.1
in baremetal workflow too. It should be okay to delete this.
38dde11
to
6a13a09
Compare
Signed-off-by: Rohan Kumar <[email protected]>
Signed-off-by: Rohan Kumar <[email protected]>
6a13a09
to
9f4c02b
Compare
Quality Gate failedFailed conditions 16.6% Coverage on New Code (required ≥ 80%) |
### What changes were proposed in this pull request? Upgrade `kubernetes-client` from 6.9.1 to 6.10.0 [Release notes 6.10.0](https://github.com/fabric8io/kubernetes-client/releases/tag/v6.10.0) [Release notes 6.9.2](https://github.com/fabric8io/kubernetes-client/releases/tag/v6.9.2) ### Why are the changes needed? [Updated okio to version 1.17.6 to avoid CVE-2023-3635](fabric8io/kubernetes-client#5587) [Upgrade Kubernetes Model to Kubernetes v1.29.0](fabric8io/kubernetes-client#5686) ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA ### Was this patch authored or co-authored using generative AI tooling? No. Closes #44672 from bjornjorgensen/kubclient6.10. Authored-by: Bjørn Jørgensen <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
Upgrade `kubernetes-client` from 6.9.1 to 6.10.0 [Release notes 6.10.0](https://github.com/fabric8io/kubernetes-client/releases/tag/v6.10.0) [Release notes 6.9.2](https://github.com/fabric8io/kubernetes-client/releases/tag/v6.9.2) [Updated okio to version 1.17.6 to avoid CVE-2023-3635](fabric8io/kubernetes-client#5587) [Upgrade Kubernetes Model to Kubernetes v1.29.0](fabric8io/kubernetes-client#5686) No. Pass GA No. Closes apache#44672 from bjornjorgensen/kubclient6.10. Authored-by: Bjørn Jørgensen <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
Description
Related to #5643
k8s.io/
go dependencies inkubernetes-model-generator/go.mod
tov0.29.0
policy/v1beta1
PodSecurityPolicy
tosrc/main/java
fromsrc/generated/java
as it's deleted from Kubernetes sourceio.fabric8.kubernetes.api.model.flowcontrol.v1alpha1.FlowSchema
io.fabric8.kubernetes.api.model.flowcontrol.v1alpha1.PriorityLevelConfiguration
io.fabric8.kubernetes.api.model.networking.v1alpha1.ClusterCIDR
Newly Added Resources to Kubernetes 1.29.0 Source
Resources Removed From Kubernetes 1.29.0 Source
Other Changes:
optionalOldSelf
added to Kubernetes Model ApiExtensions’s ValidationRuleSleepAction sleep
added to Kubernetes Model Core’s LifecycleHandlerString ipMode
added to Kubernetes Model Core’s LoadBalancerIngressString volumeAttributesClassName
added to Kubernetes Model Core’s PersistentVolumeClaimSpec.resources
type changes to VolumeResourceRequirements from ResourceRequirementsString currentVolumeAttributesClassName
added to PersistentVolumeClaimStatusModifyVolumeStatus modifyVolumeStatus
added to PersistentVolumeClaimStatusString volumeAttributesClassName
added to PersistentVolumeSpecList<String>
matchLabelKeys, mismatchLabelKeys added to PodAffinityTermClusterTrustBundleProjection clusterTrustBundle
added to VolumeProjectionType of change
test, version modification, documentation, etc.)
Checklist