6.8.0 (2023-07-24) #5354
manusa
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bugs
Improvements
errorMessagesand deprecate itkubernetes-junit-jupiter-autodetectto use with automatic extension registration@PrinterColumnannotation has configuration field for priorityDependency Upgrade
New Features
Note: Breaking changes
client.resource(item).isReady()orReadiness.getInstance().isReady(item)instead.org.apache.camel.k:camel-k-crdsinstead.date-timefields, they are now mapped to nativejava.time.ZonedDateTimejunit.jupiter.extensions.autodetection.enabled=trueconfiguration. If you wish to use these extensions and autodetect them, change your dependency tokubernetes-junit-jupiter-autodetect.io.fabric8.kubernetes.model.annotation.PrinterColumnin favor of:io.fabric8.crd.generator.annotation.PrinterColumnresource.k8s.io/v1alpha1have been moved toresource.k8s.io/v1alpha2apiGroup in Kubernetes 1.27. Users are required to change package of the following classes:io.fabric8.kubernetes.api.model.resource.v1alpha1.PodSchedulingContext-> -io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextio.fabric8.kubernetes.api.model.resource.v1alpha1.ResourceClaim-> -io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimio.fabric8.kubernetes.api.model.resource.v1alpha1.ResourceClaimTemplate->io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimTemplateio.fabric8.kubernetes.api.model.resource.v1alpha1.ResourceClass->io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClassNew Contributors
Full Changelog: v6.7.2...v6.8.0
This discussion was created from the release 6.8.0 (2023-07-24).
Beta Was this translation helpful? Give feedback.
All reactions