Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 4, 2023

Bumps revision from 6.4.1 to 6.6.0.
Updates kubernetes-client from 6.4.1 to 6.6.0

Release notes

Sourced from kubernetes-client's releases.

6.6.0 (2023-05-03)

Bugs

  • Fix #4793: (java-generator) Fix broken POJO generation when two schema properties collide into a single field name
  • Fix #4910: Pod file upload will now detect if it's not completely sent to the api server
  • Fix #4963: Openshift Client return 403 when use websocket
  • Fix #4985: triggering the immediate cleanup of the okhttp idle task
  • Fix #4988: Ensuring that previous requests are closed before retry
  • Fix #4993: Quantity class should have @​JsonIgnore on the additionalProperties parameter
  • Fix #5000: Remove clashing v1alpha apigroup packages in istio-model-v1beta1
  • fix #5002: Jetty response completion accounts for header processing
  • Fix #5009: addressing issue with serialization of wrapped polymorphic types
  • Fix #5015: executing resync as a locking operation to ensure resync event ordering
  • Fix #5020: updating the resourceVersion on a delete with finalizers
  • Fix #5033: port forwarding for clients other than okhttp needs to specify the subprotocol
  • Fix #5035: allowed client.authentication.k8s.io/v1 to work for the ExecConfig
  • fix #5036: Better websocket error handling for protocol / client enforced errors, also update frame/message limits
  • Fix #5044: disable Vert.x instance file caching
  • Fix #5059: Vert.x InputStreamReader uses an empty Buffer sentinel to avoid NPE
  • Fix #5085: Vert.x HTTP Client InputStreamReadStream works in Native mode

Improvements

  • Fix #4434: Update CronJobIT to use batch/v1 CronJob instead
  • Fix #4477: exposing LeaderElector.release to force an elector to give up the lease
  • Fix #4935: improve HTTP client implementation selection messages
  • Fix #4975: exposing scale operations for all Resources
  • Fix #4992: Optimize Quantity parsing to avoid regex overhead
  • Fix #4998: removing the internal usage of the Serialization yaml mapper
  • Fix #5005: status operations use the context subresource setting
  • Fix #5022: adding additional buffering to ExecWatchInputStream
  • Fix #5052: add Quantity.fromNumericalAmount, the inverse of getNumericalAmount
  • Fix #5073: NamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableListImpl extends ServerSideApplicable
  • Fix #5080: minimizing debug logs related to the backoff interval

Dependency Upgrade

  • Fix #5006: Bump BouncyCastle to 1.72
  • Fix #5006: Use BouncyCastle JDK 1.8 compatible jars

New Features

  • Fix #5037: OkHttp-specific logging interceptor replacement. Introducing a generic HTTP interceptor to log HTTP and WS requests.
  • Fix #5041: exposed Client.raw methods for arbitrary calls

Note: Breaking changes

  • Fix #4875: Removed unused options from the java-generator
  • Fix #4910: all Pod file uploads require commons-compress
  • Fix #4998: Serialization.yamlMapper and Serialization.clearYamlMapper have been deprecated

New Contributors

... (truncated)

Changelog

Sourced from kubernetes-client's changelog.

6.6.0 (2023-05-03)

Bugs

  • Fix #4793: (java-generator) Fix broken POJO generation when two schema properties collide into a single field name
  • Fix #4910: Pod file upload will now detect if it's not completely sent to the api server
  • Fix #4963: Openshift Client return 403 when use websocket
  • Fix #4985: triggering the immediate cleanup of the okhttp idle task
  • Fix #4988: Ensuring that previous requests are closed before retry
  • Fix #4993: Quantity class should have @​JsonIgnore on the additionalProperties parameter
  • Fix #5000: Remove clashing v1alpha apigroup packages in istio-model-v1beta1
  • fix #5002: Jetty response completion accounts for header processing
  • Fix #5009: addressing issue with serialization of wrapped polymorphic types
  • Fix #5015: executing resync as a locking operation to ensure resync event ordering
  • Fix #5020: updating the resourceVersion on a delete with finalizers
  • Fix #5033: port forwarding for clients other than okhttp needs to specify the subprotocol
  • Fix #5035: allowed client.authentication.k8s.io/v1 to work for the ExecConfig
  • fix #5036: Better websocket error handling for protocol / client enforced errors, also update frame/message limits
  • Fix #5044: disable Vert.x instance file caching
  • Fix #5059: Vert.x InputStreamReader uses an empty Buffer sentinel to avoid NPE
  • Fix #5085: Vert.x HTTP Client InputStreamReadStream works in Native mode

Improvements

  • Fix #4434: Update CronJobIT to use batch/v1 CronJob instead
  • Fix #4477: exposing LeaderElector.release to force an elector to give up the lease
  • Fix #4935: improve HTTP client implementation selection messages
  • Fix #4975: exposing scale operations for all Resources
  • Fix #4992: Optimize Quantity parsing to avoid regex overhead
  • Fix #4998: removing the internal usage of the Serialization yaml mapper
  • Fix #5005: status operations use the context subresource setting
  • Fix #5022: adding additional buffering to ExecWatchInputStream
  • Fix #5052: add Quantity.fromNumericalAmount, the inverse of getNumericalAmount
  • Fix #5073: NamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableListImpl extends ServerSideApplicable
  • Fix #5080: minimizing debug logs related to the backoff interval

Dependency Upgrade

  • Fix #5006: Bump BouncyCastle to 1.72
  • Fix #5006: Use BouncyCastle JDK 1.8 compatible jars

New Features

  • Fix #5037: OkHttp-specific logging interceptor replacement. Introducing a generic HTTP interceptor to log HTTP and WS requests.
  • Fix #5041: exposed Client.raw methods for arbitrary calls

Note: Breaking changes

  • Fix #4875: Removed unused options from the java-generator
  • Fix #4910: all Pod file uploads require commons-compress
  • Fix #4998: Serialization.yamlMapper and Serialization.clearYamlMapper have been deprecated

6.5.1 (2023-03-20)

Bugs

... (truncated)

Commits
  • 3631dc2 [RELEASE] Updated project version to v6.6.0
  • e78f053 NamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableListImpl extends ...
  • ee38b09 fix #5091 reverting to byte[] simple requests
  • d0a3730 simplifying http client factory mechanisms
  • a6b8362 chore(deps): bump javaparser-core from 3.25.2 to 3.25.3
  • 16f4109 fix #5035: removing initial execconfig version check
  • e470271 fix #5088: adding a few more test timeouts
  • a044fca fix: prevent runtime issues when running with Vert.x HTTP client in native mode
  • 00d3803 Quantity.fromNumericalAmount, the inverse of getNumericalAmount (#5052)
  • f7273dc fix #5041: adding raw methods
  • Additional commits viewable in compare view

Updates openshift-client from 6.4.1 to 6.6.0

Release notes

Sourced from openshift-client's releases.

6.6.0 (2023-05-03)

Bugs

  • Fix #4793: (java-generator) Fix broken POJO generation when two schema properties collide into a single field name
  • Fix #4910: Pod file upload will now detect if it's not completely sent to the api server
  • Fix #4963: Openshift Client return 403 when use websocket
  • Fix #4985: triggering the immediate cleanup of the okhttp idle task
  • Fix #4988: Ensuring that previous requests are closed before retry
  • Fix #4993: Quantity class should have @​JsonIgnore on the additionalProperties parameter
  • Fix #5000: Remove clashing v1alpha apigroup packages in istio-model-v1beta1
  • fix #5002: Jetty response completion accounts for header processing
  • Fix #5009: addressing issue with serialization of wrapped polymorphic types
  • Fix #5015: executing resync as a locking operation to ensure resync event ordering
  • Fix #5020: updating the resourceVersion on a delete with finalizers
  • Fix #5033: port forwarding for clients other than okhttp needs to specify the subprotocol
  • Fix #5035: allowed client.authentication.k8s.io/v1 to work for the ExecConfig
  • fix #5036: Better websocket error handling for protocol / client enforced errors, also update frame/message limits
  • Fix #5044: disable Vert.x instance file caching
  • Fix #5059: Vert.x InputStreamReader uses an empty Buffer sentinel to avoid NPE
  • Fix #5085: Vert.x HTTP Client InputStreamReadStream works in Native mode

Improvements

  • Fix #4434: Update CronJobIT to use batch/v1 CronJob instead
  • Fix #4477: exposing LeaderElector.release to force an elector to give up the lease
  • Fix #4935: improve HTTP client implementation selection messages
  • Fix #4975: exposing scale operations for all Resources
  • Fix #4992: Optimize Quantity parsing to avoid regex overhead
  • Fix #4998: removing the internal usage of the Serialization yaml mapper
  • Fix #5005: status operations use the context subresource setting
  • Fix #5022: adding additional buffering to ExecWatchInputStream
  • Fix #5052: add Quantity.fromNumericalAmount, the inverse of getNumericalAmount
  • Fix #5073: NamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableListImpl extends ServerSideApplicable
  • Fix #5080: minimizing debug logs related to the backoff interval

Dependency Upgrade

  • Fix #5006: Bump BouncyCastle to 1.72
  • Fix #5006: Use BouncyCastle JDK 1.8 compatible jars

New Features

  • Fix #5037: OkHttp-specific logging interceptor replacement. Introducing a generic HTTP interceptor to log HTTP and WS requests.
  • Fix #5041: exposed Client.raw methods for arbitrary calls

Note: Breaking changes

  • Fix #4875: Removed unused options from the java-generator
  • Fix #4910: all Pod file uploads require commons-compress
  • Fix #4998: Serialization.yamlMapper and Serialization.clearYamlMapper have been deprecated

New Contributors

... (truncated)

Changelog

Sourced from openshift-client's changelog.

6.6.0 (2023-05-03)

Bugs

  • Fix #4793: (java-generator) Fix broken POJO generation when two schema properties collide into a single field name
  • Fix #4910: Pod file upload will now detect if it's not completely sent to the api server
  • Fix #4963: Openshift Client return 403 when use websocket
  • Fix #4985: triggering the immediate cleanup of the okhttp idle task
  • Fix #4988: Ensuring that previous requests are closed before retry
  • Fix #4993: Quantity class should have @​JsonIgnore on the additionalProperties parameter
  • Fix #5000: Remove clashing v1alpha apigroup packages in istio-model-v1beta1
  • fix #5002: Jetty response completion accounts for header processing
  • Fix #5009: addressing issue with serialization of wrapped polymorphic types
  • Fix #5015: executing resync as a locking operation to ensure resync event ordering
  • Fix #5020: updating the resourceVersion on a delete with finalizers
  • Fix #5033: port forwarding for clients other than okhttp needs to specify the subprotocol
  • Fix #5035: allowed client.authentication.k8s.io/v1 to work for the ExecConfig
  • fix #5036: Better websocket error handling for protocol / client enforced errors, also update frame/message limits
  • Fix #5044: disable Vert.x instance file caching
  • Fix #5059: Vert.x InputStreamReader uses an empty Buffer sentinel to avoid NPE
  • Fix #5085: Vert.x HTTP Client InputStreamReadStream works in Native mode

Improvements

  • Fix #4434: Update CronJobIT to use batch/v1 CronJob instead
  • Fix #4477: exposing LeaderElector.release to force an elector to give up the lease
  • Fix #4935: improve HTTP client implementation selection messages
  • Fix #4975: exposing scale operations for all Resources
  • Fix #4992: Optimize Quantity parsing to avoid regex overhead
  • Fix #4998: removing the internal usage of the Serialization yaml mapper
  • Fix #5005: status operations use the context subresource setting
  • Fix #5022: adding additional buffering to ExecWatchInputStream
  • Fix #5052: add Quantity.fromNumericalAmount, the inverse of getNumericalAmount
  • Fix #5073: NamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableListImpl extends ServerSideApplicable
  • Fix #5080: minimizing debug logs related to the backoff interval

Dependency Upgrade

  • Fix #5006: Bump BouncyCastle to 1.72
  • Fix #5006: Use BouncyCastle JDK 1.8 compatible jars

New Features

  • Fix #5037: OkHttp-specific logging interceptor replacement. Introducing a generic HTTP interceptor to log HTTP and WS requests.
  • Fix #5041: exposed Client.raw methods for arbitrary calls

Note: Breaking changes

  • Fix #4875: Removed unused options from the java-generator
  • Fix #4910: all Pod file uploads require commons-compress
  • Fix #4998: Serialization.yamlMapper and Serialization.clearYamlMapper have been deprecated

6.5.1 (2023-03-20)

Bugs

... (truncated)

Commits
  • 3631dc2 [RELEASE] Updated project version to v6.6.0
  • e78f053 NamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableListImpl extends ...
  • ee38b09 fix #5091 reverting to byte[] simple requests
  • d0a3730 simplifying http client factory mechanisms
  • a6b8362 chore(deps): bump javaparser-core from 3.25.2 to 3.25.3
  • 16f4109 fix #5035: removing initial execconfig version check
  • e470271 fix #5088: adding a few more test timeouts
  • a044fca fix: prevent runtime issues when running with Vert.x HTTP client in native mode
  • 00d3803 Quantity.fromNumericalAmount, the inverse of getNumericalAmount (#5052)
  • f7273dc fix #5041: adding raw methods
  • Additional commits viewable in compare view

Updates volumesnapshot-client from 6.4.1 to 6.6.0

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 commands and options

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)

Bumps `revision` from 6.4.1 to 6.6.0.

Updates `kubernetes-client` from 6.4.1 to 6.6.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/master/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v6.4.1...v6.6.0)

Updates `openshift-client` from 6.4.1 to 6.6.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/master/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v6.4.1...v6.6.0)

Updates `volumesnapshot-client` from 6.4.1 to 6.6.0

---
updated-dependencies:
- dependency-name: io.fabric8:kubernetes-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.fabric8:openshift-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.fabric8:volumesnapshot-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 4, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2023

Superseded by #201.

@dependabot dependabot bot closed this May 12, 2023
@dependabot dependabot bot deleted the dependabot/maven/revision-6.6.0 branch May 12, 2023 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants