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

Bump client-java from 1.0.0 to 9.0.2 #1154

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 29, 2021

Bumps client-java from 1.0.0 to 9.0.2.

Release notes

Sourced from client-java's releases.

Release 9.0.2

Latest release, including Informer fixes.

Release 9.0.2

Release Notes:

  • Fixes path normalization for files in Copy (#1426)

Release 6.0.1

Changes in this release:

  • Fix: remove the capacity limit of ProcessorListener
  • Fixes unexpectedly listener quitting leads to OOM approved
  • Fix: should not return from DefaultController.worker() method
  • manually set OKHttpClient read timeout zero ensure client doesnot timeout
  • Fixes leaking informer#controller daemon thread
  • Release/flush websocket buffers on abnormal closing
  • Add workqueue support
  • Add leader election
  • Feat: Structurelize patch object

Release 5.0.0

  • Fix a problem that lister cannot get resource correctly
  • Update openapi metadata from k/k 1.14 branch
  • Feat: Provide thread-safety for pager
  • Fixes patch format to support various patch formats
  • Refactor pager to support colon-loop java grammar
  • add workqueue implementation for kube-style controller
  • Fixes watch conflict handling in informer and more test coverage
  • Added support for KUBECONFIG environment variable with multiple paths.
  • Fix some problems with watches that return a v1.Status
  • Support client.authentication.k8s.io/v1beta1 ExecCredential

Relase 4.0.0

Changes since 4.0.0-beta1

  • Fix DateTime string generation. (#500)
  • Update proto buff files for 1.13.0 (#498)
  • Improve auth tests, fix a bug in credential parsing (#465)
  • NPE System.getenv(ENV_HOME) returns null on Windows (#455)
  • Fix serialization of null quantities (#442)

Note This library includes an update to the generated Kubernetes code which may contain breaking API changes.

Release 4.0.0-beta1

  • Fix Quantity serialization
  • Add merge in ProtoClient
  • Invoke async callback on unexpected exceptions
  • Update to 1.12 generated code. Fix a few compile errors w/ the new code.

... (truncated)

Changelog

Sourced from client-java's changelog.

9.0.2

  • Kubernetes spec to v1.17.x
  • Bug fixes

8.0.2

  • Kubernetes spec to v1.16.x
  • Bug fixes

7.0.0

Changes since 6.0.1

  • Bump kubernetes openapi spec version to v1.15.7.
  • Migrate underlying code-generator library from swagger-codegen to openapi-codegen.
  • Move/rename generated OpenAPI packages (including apis, models..) from io.kubernetes.client to io.kubernetes.client.openapi for OSGi integration. (#737)
  • Default patch format of CustomObjectApi move from application/merge-patch+json to application/json-patch+json.
  • Backport kubernetes upstream client-go informer fix to prevent notification leakage. (#731)
  • Add new required renewDeadline option for leader-election utilities.
  • Provide label-selector filtering utilities.

4.0.0-alpha1

Changes since 3.0.0 Changes since 4.0.0-beta1

  • Fix DateTime string generation. (#500)
  • Update proto buff files for 1.13.0 (#498)
  • Improve auth tests, fix a bug in credential parsing (#465)
  • NPE System.getenv(ENV_HOME) returns null on Windows (#455)
  • Fix serialization of null quantities (#442)
  • Fix Quantity serialization
  • Add merge in ProtoClient
  • Invoke async callback on unexpected exceptions
  • Update to 1.12 generated code. Fix a few compile errors w/ the new code.

Note This library includes an update to the generated Kubernetes code which may contain breaking API changes.

3.0.0

Changes Since 2.0.0

  • Expand HOME detection on Windows.
  • Changed to set USERPROFILE on Windows environment.
  • Add utilities for copying files.
  • shutdown okhttp client after exec call
  • add constructDateTime to snakeYaml CustomConstructor
  • Dropped reference to gson internal API
  • Implemented equals method for Quantity
  • set content-type to merge-patch+json while building nodePatchCall
  • support client certificate chain
  • feat (#137): Introduce builder generation.
  • Close watches more cleanly.

... (truncated)

Commits
  • 02c4ad4 [maven-release-plugin] prepare release client-java-parent-9.0.2
  • 1b7c724 Merge pull request #1150 from kubernetes-client/release-9.0.1
  • 69028d3 [maven-release-plugin] prepare for next development iteration
  • 796c74f [maven-release-plugin] prepare release client-java-parent-9.0.1
  • 2b23941 Update poms to 9.0.1-SNAPSHOT version
  • fe754c3 Merge pull request #1148 from brendandburns/cherry-pick
  • b6ac710 removing failing tests
  • fdccec2 graceful shutdown sharedprocessor
  • c59623f Fix generic watches.
  • dd06710 [maven-release-plugin] prepare for next development iteration
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 29, 2021
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 12, 2021

Superseded by #1160.

@dependabot dependabot bot closed this Oct 12, 2021
@dependabot dependabot bot deleted the dependabot/maven/io.kubernetes-client-java-9.0.2 branch October 12, 2021 17:51
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