fix(deps): update dependency io.fabric8:kubernetes-client to v7 (release/2.1.x) #479
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.10.2
->7.4.0
Release Notes
fabric8io/kubernetes-client (io.fabric8:kubernetes-client)
v7.4.0
Bugs
Improvements
Dependency Upgrade
New Features
Note: Breaking changes
Fix #7204: Rationalized config constructors
v7.3.1
Bugs
v7.3.0
Bugs
Dependency Upgrade
Note: Breaking changes
v7.2.0
Bugs
d
suffixImprovements
Dependency Upgrade
New Features
Note: Breaking changes
v7.1.0
Bugs
New Features
v7.0.1
Bugs
v7.0.0
Bugs
Improvements
@AdditionalPrinterColumn
to specify a printer column by JSON path.@AdditionalSelectableField
and@SelectableField
to specify selectable fields.@Size
annotation to limit the size of strings, lists/arrays or mapsexlusiveMinimum
/exclusiveMaximum
support to@Min
and@Max
Config.errorMessages
fieldio.fabric8:zjsonpatch
to KubernetesClient projectDependency Upgrade
New Features
io.fabric8:kubernetes-model-validator
module to validate Kubernetes resourcesproxy-url
in kubeconfig's cluster configurationNote: Breaking changes
SupportTestingClient
interfaceConfig.errorMessages
has been removed. Please use Kubernetes status messages directly.io.fabric8:openshift-server-mock
artifactio:fabric8:kubernetes-model
artifactio:fabric8:service-catalog
io.fabric8.kubernetes.client.utils.IOHelpers
classio.fabric8.kubernetes.client.utils.Utils.getPluralFromKind
methodkubernetes-httpclient-vertx
)io.fabric8.openshift.api.model.runtime.RawExtension
classApiVersionUtil
classes in extension modulesio.fabric8.crd.generator.CRDInfo.getVersion
methodio.fabric8.kubernetes.client.Client.isAdaptable
methodio.fabric8.kubernetes.client.osgi.ManagedKubernetesClient
classio.fabric8.kubernetes.client.CustomResource
classio.fabric8.kubernetes.client.CustomResourceList
classio.fabric8.kubernetes.client.utils.ReflectUtils
class@PrinterColumn
to enumv6.14.0
Bugs
Note: Breaking changes
v6.13.5
Bugs
v6.13.4
Bugs
v6.13.3
Bugs
v6.13.2
Bugs
v1.APIVersions
in KubernetesClientConfigBuilder.withAutoConfigure
is not workingv6.13.1
Bugs
v6.13.0
Bugs
Improvements
Dependency Upgrade
Note: Breaking changes
storagemigration.k8s.io/v1alpha1
StorageVersionMigration
introduced in Kubernetes 1.30.0 is added to kubernetes-model-storageclass module. A dedicated module hasn't been created for this new ApiGroup.v6.12.1
Bugs
v6.12.0
Bugs
Log4j2Plugins.dat
descriptor in Kubernetes LookupImprovements
v6.11.0
Bugs
Improvements
UUID.randomUUID()
with UUID created via AtomicLongNew Features
open-virtual-networking
to manage resources ink8s.ovn.org/v1
API group.io.fabric8.openshift.api.model.DeploymentConfigRollback
kubernetes-log4j
module to lookup Kubernetes attributes in a Log4j Core configuration.Note: Breaking changes
This implies that builders will no longer be generated for these classes and that they won't have special deserialization/serialization behavior.
v6.10.0
Bugs
/tmp
is read-onlyImprovements
Dependency Upgrade
v1.29.0
sigs.k8s.io/gateway-api
go dependency to v1.0.0github.com/cert-manager/cert-manager
to latest available version (v1.14.0-alpha.0.0.20240105200543-3234974a3865
)New Features
Note: Breaking changes
flowcontrol.apiserver.k8s.io/v1alpha1
, please migrate toflowcontrol.apiserver.k8s.io/v1
resources (available viaclient.flowControl().v1()
DSL)io.fabric8.kubernetes.api.model.flowcontrol.v1alpha1.FlowSchema
removedio.fabric8.kubernetes.api.model.flowcontrol.v1alpha1.PriorityLevelConfiguration
removedio.fabric8.kubernetes.api.model.networking.v1alpha1.ClusterCIDR
removedclient.network().v1alpha1().clusterCIDRs()
has been removed from KubernetesClientv6.9.2
Bugs
v6.9.1
Bugs
Default
annotation in presence of multiple accessorsv6.9.0
Bugs
Improvements
additionalProperties
on generated POJOsdefault
Dependency Upgrade
New Features
Note: Breaking changes
io.fabric8.kubernetes.model.annotation.PrinterColumn
, useio.fabric8.crd.generator.annotation.PrinterColumn
v6.8.1
Bugs
v6.8.0
Bugs
Improvements
errorMessages
and deprecate itkubernetes-junit-jupiter-autodetect
to use with automatic extension registration@PrinterColumn
annotation 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-crds
instead.date-time
fields, they are now mapped to nativejava.time.ZonedDateTime
junit.jupiter.extensions.autodetection.enabled=true
configuration. If you wish to use these extensions and autodetect them, change your dependency tokubernetes-junit-jupiter-autodetect
.io.fabric8.kubernetes.model.annotation.PrinterColumn
in favor of:io.fabric8.crd.generator.annotation.PrinterColumn
resource.k8s.io/v1alpha1
have been moved toresource.k8s.io/v1alpha2
apiGroup 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.PodSchedulingContext
io.fabric8.kubernetes.api.model.resource.v1alpha1.ResourceClaim
-> -io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaim
io.fabric8.kubernetes.api.model.resource.v1alpha1.ResourceClaimTemplate
->io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimTemplate
io.fabric8.kubernetes.api.model.resource.v1alpha1.ResourceClass
->io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClass
v6.7.2
Bugs
io.fabric8.tekton.triggers.internal.knative.pkg.apis.duck.v1beta1
in tekton v1beta1 triggers modelv6.7.1
Bugs
v6.7.0
Bugs
additionalProperties: true
emitting a field of typeAnyType
Improvements
Dependency Upgrade
New Features
Note: Breaking changes
v6.6.2
Compare Source
Bugs
Fix #5121: RequestConfig is propagated to derived HttpClient instances
v6.6.1
Compare Source
Bugs
v6.6.0
Compare Source
Bugs
v1alpha
apigroup packages inistio-model-v1beta1
Improvements
batch/v1
CronJob insteadsubresource
settingConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.