You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/12 08:03:56 UTC

[GitHub] [dubbo] dependabot[bot] opened a new pull request, #12500: Bump fabric8_kubernetes_version from 6.6.2 to 6.7.1

dependabot[bot] opened a new pull request, #12500:
URL: https://github.com/apache/dubbo/pull/12500

   Bumps `fabric8_kubernetes_version` from 6.6.2 to 6.7.1.
   Updates `kubernetes-client` from 6.6.2 to 6.7.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/fabric8io/kubernetes-client/releases">kubernetes-client's releases</a>.</em></p>
   <blockquote>
   <h2>6.7.1(2023-06-06)</h2>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5200">#5200</a>: KubernetesSerialization.registerKubernetesResource(Class) reuses KubernetesDeserializer.Mapping.addMapping which is better supported when manually registering KubernetesResource classes</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5202">#5202</a>: OkHttp needs to default to unlimited read timeout so that log watches and http watches do not time out</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/fabric8io/kubernetes-client/compare/v6.7.0...v6.7.1">https://github.com/fabric8io/kubernetes-client/compare/v6.7.0...v6.7.1</a></p>
   <h2>6.7.0 (2023-06-01)</h2>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5117">#5117</a>: corrected the trace httpclient logging of large response bodies</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5125">#5125</a>: TLS 1.3 only should be supported</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5126">#5126</a>: fallback to changeit only if null/empty does not work</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5145">#5145</a>: [java-generator] handle <code>additionalProperties: true</code> emitting a field of type <code>AnyType</code></li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5152">#5152</a>: preventing JDK WebSocket errors from terminating watches and improving watch termination and its logging</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5164">#5164</a>: [java-generator] handle more special characters in field names</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/1335">#1335</a>: HttpClient Factory additionalConfig consistently applied for all client types</li>
   </ul>
   <h4>Dependency Upgrade</h4>
   <ul>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4989">#4989</a>: Upgrade Tekton Model to v0.47.0</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5107">#5107</a>: The Camel-k extension has been deprecated in favor of the official release of the generated one</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4184">#4184</a>: Add utility methods for creating ConfigMap from files/directories in KubernetesResourceUtil</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4829">#4829</a>: Gradle Plugin for Java Generation from CRD</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5086">#5086</a>: 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</li>
   </ul>
   <h4><em><strong>Note</strong></em>: Breaking changes</h4>
   <ul>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4911">#4911</a>: 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.</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4911">#4911</a>: Config/RequestConfig.websocketTimeout has been removed. Config/RequestConfig.requestTimeout will be used for websocket connection timeouts.</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4911">#4911</a>: HttpClient api/building changes - writeTimeout has been removed, readTimeout has moved to the HttpRequest</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4662">#4662</a>: removed deprecated classes/methods:  ReflectUtils, ReplaceValueStream, ParameterNamespaceListVisitFromServerGetDeleteRecreateWaitApplicable, ResourceCompare, and Serialization methods taking parameters</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4662">#4662</a>: deprecated serialization static logic:  several IOHelpers methods, Serialization methods, such as access to the static jsonMapper.  Please use KubernetesSerialization methods instead.</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4662">#4662</a>: deprecated Helper.getAnnotationValue, use HasMetadata methods instead.</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5125">#5125</a>: support for TLSv1.3 is now enabled by default</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5125">#5125</a>: usage of TlsVersion.TLS_1_1, TLS_1_0, and SSL_3_0 have been deprecated</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/1335">#1335</a>: 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</li>
   </ul>
   <h4>New Contributors</h4>
   <ul>
   <li><a href="https://github.com/dziemba"><code>@​dziemba</code></a> made their first contribution in <a href="https://redirect.github.com/fabric8io/kubernetes-client/pull/4989">fabric8io/kubernetes-client#4989</a></li>
   <li><a href="https://github.com/rissen"><code>@​rissen</code></a> made their first contribution in <a href="https://redirect.github.com/fabric8io/kubernetes-client/pull/5045">fabric8io/kubernetes-client#5045</a></li>
   <li><a href="https://github.com/Indrranil"><code>@​Indrranil</code></a> made their first contribution in <a href="https://redirect.github.com/fabric8io/kubernetes-client/pull/5157">fabric8io/kubernetes-client#5157</a></li>
   <li><a href="https://github.com/miriSch"><code>@​miriSch</code></a> made their first contribution in <a href="https://redirect.github.com/fabric8io/kubernetes-client/pull/5165">fabric8io/kubernetes-client#5165</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/fabric8io/kubernetes-client/compare/v6.6.2...v6.7.0">https://github.com/fabric8io/kubernetes-client/compare/v6.6.2...v6.7.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/fabric8io/kubernetes-client/blob/master/CHANGELOG.md">kubernetes-client's changelog</a>.</em></p>
   <blockquote>
   <h3>6.7.1(2023-06-06)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5200">#5200</a>: KubernetesSerialization.registerKubernetesResource(Class) reuses KubernetesDeserializer.Mapping.addMapping which is better supported when manually registering KubernetesResource classes</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5202">#5202</a>: OkHttp needs to default to unlimited read timeout so that log watches and http watches do not time out</li>
   </ul>
   <h3>6.7.0 (2023-06-01)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5117">#5117</a>: corrected the trace httpclient logging of large response bodies</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5125">#5125</a>: TLS 1.3 only should be supported</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5126">#5126</a>: fallback to changeit only if null/empty does not work</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5145">#5145</a>: [java-generator] handle <code>additionalProperties: true</code> emitting a field of type <code>AnyType</code></li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5152">#5152</a>: preventing JDK WebSocket errors from terminating watches and improving watch termination and its logging</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5164">#5164</a>: [java-generator] handle more special characters in field names</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/1335">#1335</a>: HttpClient Factory additionalConfig consistently applied for all client types</li>
   </ul>
   <h4>Dependency Upgrade</h4>
   <ul>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4989">#4989</a>: Upgrade Tekton Model to v0.47.0</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5107">#5107</a>: The Camel-k extension has been deprecated in favor of the official release of the generated one</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4184">#4184</a>: Add utility methods for creating ConfigMap from files/directories in KubernetesResourceUtil</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4829">#4829</a>: Gradle Plugin for Java Generation from CRD</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5086">#5086</a>: 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</li>
   </ul>
   <h4><em><strong>Note</strong></em>: Breaking changes</h4>
   <ul>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4911">#4911</a>: 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.</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4911">#4911</a>: Config/RequestConfig.websocketTimeout has been removed. Config/RequestConfig.requestTimeout will be used for websocket connection timeouts.</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4911">#4911</a>: HttpClient api/building changes - writeTimeout has been removed, readTimeout has moved to the HttpRequest</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4662">#4662</a>: removed deprecated classes/methods:  ReflectUtils, ReplaceValueStream, ParameterNamespaceListVisitFromServerGetDeleteRecreateWaitApplicable, ResourceCompare, and Serialization methods taking parameters</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4662">#4662</a>: deprecated serialization static logic:  several IOHelpers methods, Serialization methods, such as access to the static jsonMapper.  Please use KubernetesSerialization methods instead.</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4662">#4662</a>: deprecated Helper.getAnnotationValue, use HasMetadata methods instead.</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5125">#5125</a>: support for TLSv1.3 is now enabled by default</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5125">#5125</a>: usage of TlsVersion.TLS_1_1, TLS_1_0, and SSL_3_0 have been deprecated</li>
   <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/1335">#1335</a>: 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</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/aa822b731559083549bec2c440b207c2f287e3ac"><code>aa822b7</code></a> [RELEASE] Updated project version to v6.7.1</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/993c75a908908750ac1f581752f8928daee1b840"><code>993c75a</code></a> test:refactor: long log watch tests use awaitility</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/8210a96caaacb3c6dc8ccd66860efd0dbb69b446"><code>8210a96</code></a> test: verify 0 read/write timeouts in OkHttp</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/e4f434578f3c1343fb66660c53bc2de105466081"><code>e4f4345</code></a> fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5202">#5202</a> setting the default okhttp read/write timeouts to unlimited</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/33459d34ddf6e542ca186a987cc5860da6385c3f"><code>33459d3</code></a> Address comments</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/a82adcd84d7d0f36637407855c679bf072c4ba75"><code>a82adcd</code></a> Fix style warnings and remove usage of rules.ExternalResource</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/ffd10bb9fe859d01c335832680d1f87a3be0ad7d"><code>ffd10bb</code></a> fix style warnings</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/1d40880fb820b5eb64b0897132eee378dc7521be"><code>1d40880</code></a> refactor tests to junit 5</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/f87a56c6c557d3968b0906e87c7ad4fa53459306"><code>f87a56c</code></a> fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5141">#5141</a>: remove junit5 junit-jupiter-migrationsupport dependency from codebase</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/bc42701ccaf46b1dd251ae247093c8680b05efbf"><code>bc42701</code></a> follow up to Marc's change - removing the legacy confusion</li>
   <li>Additional commits viewable in <a href="https://github.com/fabric8io/kubernetes-client/compare/v6.6.2...v6.7.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `kubernetes-server-mock` from 6.6.2 to 6.7.1
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ merged pull request #12500: Bump fabric8_kubernetes_version from 6.6.2 to 6.7.1

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ merged PR #12500:
URL: https://github.com/apache/dubbo/pull/12500


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org