chore(deps): update dependency io.fabric8:kubernetes-client to v6 - autoclosed #287
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:
4.8.0
->6.7.0
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
fabric8io/kubernetes-client (io.fabric8:kubernetes-client)
v6.7.0
Compare Source
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
settingNamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableListImpl
extendsServerSideApplicable
Dependency Upgrade
New Features
Note: Breaking changes
v6.5.1
Compare Source
Bugs
idp-certificate-authority-data
absent in auth-provider config403
response codev6.5.0
Compare Source
Bugs
http://json-schema.org/draft-07/schema#
)NullPointerException
inThread.currentThread().getContextClassLoader()
*/
in generated JavaDocsImprovements
PUT
andPATCH
requests.scope
field when implementing theNamespaced
interfacekubernetes-examples/
module to use up to date codenetworking.k8s.io
apiGroup while resolving IngressDependency Upgrade
New Features
Note: Breaking changes
replace
is deprecated, you should useupdate
instead. If you set the resourceVersion to null it will not be optimistically locked.createOrReplace
is deprecated, you should use server side apply instead.edit
uses now optimistic locking by default. To disable locking you should change your methods to follow this pattern:.edit(pod -> new PodBuilder(pod).editMetadata().withResourceVersion(null)//...
Note: Deprecations
v6.4.1
Compare Source
Bugs
v6.4.0
Compare Source
Bugs
CompletableFuture
cancel will close / cancel the underlying resourceImprovements
New Features
Note: Breaking changes
v6.3.1
Compare Source
Bugs
v6.3.0
Compare Source
Bugs
isSupported
doesn't check all the applicable API GroupsImprovements
New Features
Note: Breaking changes
javax.validation.constraints.NotNull
in thecrd-generator
, to mark a property asrequired
it needs to be annotated withio.fabric8.generator.annotation.Required
v6.2.0
Compare Source
Bugs
Improvements
TokenRefreshInterceptor
Annotations
andLabels
to be emitted in the CRDDependency Upgrade
New Features
x-kubernetes-preserve-unknown-fields: true
definedjavax.annotation.processing.Generated
to classes generated with thejava-generator
Note: Breaking changes in the API
io.fabric8:tekton-model-triggers
which contained Tekton triggers v1alpha1 model has been removed. We have introduced separate modulesio.fabric8:tekton-model-v1alpha1
andio.fabric8:tekton-model-v1beta1
for Tekton triggers v1alpha1 and v1beta1 apigroups respectively. Users who are usingio.fabric8:tekton-client
dependency directly should be unaffected by this change.etc/io.fabric8.openshift.client.cfg
file in order to load ManagedOpenShiftClient in OSGi environment.v6.1.1
Compare Source
Bugs
fix #4373: NO_PROXY should allow URIs with hyphens ("circleci-internal-outer-build-agent")
v6.1.0
Compare Source
Bugs
Improvements
@EqualsAndHashCode
withcallSuper = true
class
Dependency Upgrade
New Features
Note: Breaking changes in the API
io.fabric8.chaosmesh.v1alpha1.AwsChaos
=>io.fabric8.chaosmesh.v1alpha1.AWSChaos
io.fabric8.chaosmesh.v1alpha1.IoChaos
=>io.fabric8.chaosmesh.v1alpha1.IOChaos
io.fabric8.chaosmesh.v1alpha1.PodIoChaos
=>io.fabric8.chaosmesh.v1alpha1.PodIOChaos
NO_PROXY
. The behavior has been changed to match GNU WGet Specv6.0.0
Compare Source
Bugs
replaceStatus()
is calledImprovements
config.openshift.io
apiGroup resources out ofopenshift-model/
kubernetes-client/
andopenshift-client/
modulesv5.12.4
Compare Source
Bugs
Note: Behavior changes
v5.12.3
Compare Source
Bugs
v5.12.2
Compare Source
Bugs
Replaceable
interface inNonNamespaceOperation
onOpen
should be called before marking the connection as openDeletable
interface inNonNamespaceOperation
Note:
Config#autoConfigure(String context)
: Has been changed to only trigger the autoConfigure method once. Previously, providing a wrong context argument would not be a problem since an initial context-less autoConfigure would have already been invoked to provide a valid initial Config.v5.12.1
Compare Source
Bugs
edit()
should not be allowed as a NonNamespaceOperationNote:
Config#autoConfigure(String context)
: Has been changed to only trigger the autoConfigure method once. Previously, providing a wrong context argument would not be a problem since an initial context-less autoConfigure would have already been invoked to provide a valid initial Config.v5.12.0
Compare Source
Bugs