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

fix(deps): update dependency io.fabric8:kubernetes-client to v6.7.1 #585

Merged
merged 1 commit into from
Jun 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.fabric8:kubernetes-client (source) 6.6.0 -> 6.7.1 age adoption passing confidence

Release Notes

fabric8io/kubernetes-client

v6.7.1

Bugs
  • Fix #​5200: KubernetesSerialization.registerKubernetesResource(Class) reuses KubernetesDeserializer.Mapping.addMapping which is better supported when manually registering KubernetesResource classes
  • Fix #​5202: OkHttp needs to default to unlimited read timeout so that log watches and http watches do not time out

v6.7.0

Bugs
  • Fix #​5117: corrected the trace httpclient logging of large response bodies
  • Fix #​5125: TLS 1.3 only should be supported
  • Fix #​5126: fallback to changeit only if null/empty does not work
  • Fix #​5145: [java-generator] handle additionalProperties: true emitting a field of type AnyType
  • Fix #​5152: preventing JDK WebSocket errors from terminating watches and improving watch termination and its logging
  • Fix #​5164: [java-generator] handle more special characters in field names
Improvements
  • Fix #​1335: HttpClient Factory additionalConfig consistently applied for all client types
Dependency Upgrade
  • Fix #​4989: Upgrade Tekton Model to v0.47.0
  • Fix #​5107: The Camel-k extension has been deprecated in favor of the official release of the generated one
New Features
  • Fix #​4184: Add utility methods for creating ConfigMap from files/directories in KubernetesResourceUtil
  • Fix #​4829: Gradle Plugin for Java Generation from CRD
  • Fix #​5086: Allow for supporting socks proxies via proxy urls with the socks4 or socks5 protocol. Note that the JDK client does not support socks, and the Jetty client does not support socks5
Note: Breaking changes
  • Fix #​4911: Config/RequestConfig.scaleTimeout has been deprecated along with Scalable.scale(count, wait) and DeployableScalableResource.deployLatest(wait). withTimeout may be called before the operation to control the timeout.
  • Fix #​4911: Config/RequestConfig.websocketTimeout has been removed. Config/RequestConfig.requestTimeout will be used for websocket connection timeouts.
  • Fix #​4911: HttpClient api/building changes - writeTimeout has been removed, readTimeout has moved to the HttpRequest
  • Fix #​4662: removed deprecated classes/methods: ReflectUtils, ReplaceValueStream, ParameterNamespaceListVisitFromServerGetDeleteRecreateWaitApplicable, ResourceCompare, and Serialization methods taking parameters
  • Fix #​4662: deprecated serialization static logic: several IOHelpers methods, Serialization methods, such as access to the static jsonMapper. Please use KubernetesSerialization methods instead.
  • Fix #​4662: deprecated Helper.getAnnotationValue, use HasMetadata methods instead.
  • Fix #​5125: support for TLSv1.3 is now enabled by default
  • Fix #​5125: usage of TlsVersion.TLS_1_1, TLS_1_0, and SSL_3_0 have been deprecated
  • Fix #​1335: The JDK and OkHttp clients will default to using the VM's standard configuration for proxies if an applicable proxy configuration is not found in the Kubernetes client Config

v6.6.2

Bugs

Fix #​5121: RequestConfig is propagated to derived HttpClient instances

v6.6.1

Bugs
  • Fix #​5095: moving the enforcement of requestTimeout
  • Fix #​5100: lessened the level of the non-conflicting httpclient implementation warning
  • Fix #​5102: wait on scale to 0 was not completing
  • Fix #​5112: Expose put method with InputStream argument in HttpRequest class

Configuration

📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type: dependency-upgrade Upgrade a dependency label Jun 7, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jun 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sdelamo sdelamo merged commit 44d0100 into master Jun 10, 2023
@sdelamo sdelamo deleted the renovate/io.fabric8.kubernetes.client branch June 10, 2023 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Upgrade a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant