Skip to content

chore(deps): bump kubernetes-client-bom from 5.8.0 to 5.10.0 #676

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2021

Bumps kubernetes-client-bom from 5.8.0 to 5.10.0.

Release notes

Sourced from kubernetes-client-bom's releases.

5.10.0 (2021-11-11)

Bugs

  • Fix #3408: quote pod upload file paths to support special chars
  • Fix #3561: ensure okhttp resources are closed
  • Fix #3570: added a setter for additionalProperties for proper builder support

Improvements

  • Fix #3562: Kubernetes Mock Server improvements
  • Fix #3406: Add support for approve/deny CertificateSigningRequests
  • Fix #3460: support for deserializing templates with non-string params
  • Fix #3574: support for deserialization of properties that don't match the target field's type
  • Fix #3511: Improve selectors support in OperationContext

Dependency Upgrade

  • Fix #3562: Bump MockWebServer

New Features

  • Fix #3430: Support Vertical Pod Autoscaler

Note: Breaking changes in the API

Tools Changes:
  • Serialization: Those KubernetesResources that include entries in the additionalProperties Map that override a field of the resource instance, will no longer be duplicated. The values present in the additionalProperties Map take precedence.

5.9.0 (2021-10-14)

Bugs

  • Fix #3482: sanitizeName now truncate names to be less than 63 chars and makes sure first and last charaters are letters
  • Fix #3353: addressing extra quoting in quantity serialization
  • Fix #3509: notify reader when something is written in ExecWebSocketListener
  • Fix #3501: addressed NPE with default BuildConfig operations

Improvements

  • Fix #3448 added methods for getting specific version information - KubernetesClient.getKubernetesVersion, OpenShiftClient.getOpenShiftV3Version, and OpenShiftClient.getOpenShiftV3Version
  • Fix #3404 supporting generic resources in resource/resourceList with minimal metadata, as well as a new entry point KubernetesClient.genericKubernetesResources(String apiVersion, String kind)
  • Fix #3390: Make mock server support JSON_MERGE_PATCH

New Features

  • Fix #3294: Support fetching APIGroupList
  • Fix #3303: Support fetching APIResourceList

Note: Breaking changes in the API

  • OpenShiftConfig#openshiftApiGroupsEnabled is deprecated and no longer used.
  • OpenShiftConfig#disableApiGroupCheck is used only to determine if a client is adaptable to the OpenShiftClient and is generally only needed in mock scenarios. It will be set automatically on clients obtained from an openshift mock server.
  • KubernetesClient.getVersion has been deprecated, please use one of the more specific methods introduced by #3448 - KubernetesClient.getKubernetesVersion, OpenShiftClient.getOpenShiftV3Version, and OpenShiftClient.getOpenShiftV3Version
Changelog

Sourced from kubernetes-client-bom's changelog.

5.10.0 (2021-11-11)

Bugs

  • Fix #3408: quote pod upload file paths to support special chars
  • Fix #3561: ensure okhttp resources are closed
  • Fix #3570: added a setter for additionalProperties for proper builder support

Improvements

  • Fix #3562: Kubernetes Mock Server improvements
  • Fix #3406: Add support for approve/deny CertificateSigningRequests
  • Fix #3460: support for deserializing templates with non-string params
  • Fix #3574: support for deserialization of properties that don't match the target field's type
  • Fix #3511: Improve selectors support in OperationContext

Dependency Upgrade

  • Fix #3562: Bump MockWebServer

New Features

  • Fix #3430: Support Vertical Pod Autoscaler

Note: Breaking changes in the API

Tools Changes:
  • Serialization: Those KubernetesResources that include entries in the additionalProperties Map that override a field of the resource instance, will no longer be duplicated. The values present in the additionalProperties Map take precedence.

5.9.0 (2021-10-14)

Bugs

  • Fix #3482: sanitizeName now truncate names to be less than 63 chars and makes sure first and last charaters are letters
  • Fix #3353: addressing extra quoting in quantity serialization
  • Fix #3509: notify reader when something is written in ExecWebSocketListener
  • Fix #3501: addressed NPE with default BuildConfig operations

Improvements

  • Fix #3448 added methods for getting specific version information - KubernetesClient.getKubernetesVersion, OpenShiftClient.getOpenShiftV3Version, and OpenShiftClient.getOpenShiftV3Version
  • Fix #3404 supporting generic resources in resource/resourceList with minimal metadata, as well as a new entry point KubernetesClient.genericKubernetesResources(String apiVersion, String kind)
  • Fix #3390: Make mock server support JSON_MERGE_PATCH
  • Fix #2171: Support BOOKMARK (Watcher) events

New Features

  • Fix #3294: Support fetching APIGroupList
  • Fix #3303: Support fetching APIResourceList

Note: Breaking changes in the API

  • OpenShiftConfig#openshiftApiGroupsEnabled is deprecated and no longer used.
  • OpenShiftConfig#disableApiGroupCheck is used only to determine if a client is adaptable to the OpenShiftClient and is generally only needed in mock scenarios. It will be set automatically on clients obtained from an openshift mock server.
  • KubernetesClient.getVersion has been deprecated, please use one of the more specific methods introduced by #3448 - KubernetesClient.getKubernetesVersion, OpenShiftClient.getOpenShiftV3Version, and OpenShiftClient.getOpenShiftV3Version
Commits
  • e68bc09 [RELEASE] Updated project version to v5.10.0
  • 00a28cc test: fix: serialization of additionalProperties changed
  • 8271e25 updating the model annotator and the pre-generated model files
  • 18fa70e fix #3570: using lombok to add the additionalProperties setter
  • 563287e chore(deps): bump sonar-maven-plugin from 3.9.0.2155 to 3.9.1.2184
  • 1fddf90 chore: Add missing changelog entries
  • ef19182 refactor(iss_3546): unused code in test
  • 297a8c3 refactor(iss_3546): refactored to use Math.max instead of ternary operator
  • 9601f7a doc: Document breaking changes for new UnmatchedFieldTypeModule Serialization...
  • 8f04ee0 feat: UnmatchedFieldTypeModule restricted to Templates by default
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [kubernetes-client-bom](https://github.com/fabric8io/kubernetes-client) from 5.8.0 to 5.10.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@v5.8.0...v5.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 12, 2021
@csviri
Copy link
Collaborator

csviri commented Nov 12, 2021

will close this since there is an other PR covering it:
#656

@csviri csviri closed this Nov 12, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/io.fabric8-kubernetes-client-bom-5.10.0 branch November 12, 2021 13:09
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant