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 3.0.0-beta2 to 11.0.1 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps client-java from 3.0.0-beta2 to 11.0.1.

Release notes

Sourced from client-java's releases.

Release 11.0.0

Release Notes:

  • Major release in support of Kubernetes 1.19.x
  • Improvements to Spring support for Kubernetes
  • Misc. bug fixes
  • Lots of dependencies rev'd to latest by dependabot

Release 10.0.1

Release Notes:

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

Release 10.0.0

  • Latest release supporting Kubernetes 1.18.x
  • kubectl equivalent commands
  • Bug fixes

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

... (truncated)

Changelog

Sourced from client-java's changelog.

13.0.0

  • Features
    • Bump kubernetes api spec to v1.21.x.
    • Compatibility w/ JDK 16.
    • Separate fluent builder classes (and also its generator) to new modules client-java-api-fluent and client-java-api-fluent-gen.
    • Support @KubernetesInformers annotation on bean method so we can skip declaring a nested class. (#1603)
    • Jittering informer's client-side timeout. (#1656)
    • Published a client-java-admission-review module via manual module generation.
  • Bugfix
    • ModelMapper now registers lister kind. (#1658)
    • Defaulting a 200 status code upon successful response. (#1672)
    • Fixes security issues from SnakeYaml's dynamic serialization. (#1676)
    • Fixes duplicate informer-resync calls. (#1727)
  • Misc
    • Improving loggings
    • Upgrading a few dependencies
    • Test flakiness

12.0.0

  • Features
    • Kubernetes spec to v1.20.x
    • Switching datetime library from joda-time to jdk's OffsetDateTime (#1418)
      • Joda-time is under deprecation
      • Support millis-second precision in timestamp
    • Introducing DynamicKubernetesApi which extends GenericKubernetesApi and packs kubernetes resources into a dynamic object. (#1528)
    • Adding updateStatus() convenience for GenericKubernetesApi (#1470)
  • Bugfix
    • Fixes the patch content sent by event-logger. (#1559, #1569)
  • Misc

11.0.0

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

10.0.0

  • Kubernetes spec to v1.18.x
  • Implementation of kubectl equivalent utilities
  • Custom resource definitions for common add-on APIs
  • Prometheus instrumentation
  • Metrics support

... (truncated)

Commits
  • 0c2bb97 [maven-release-plugin] prepare release client-java-parent-11.0.1
  • 4af8244 Update POMs. Create examples-release-12
  • 321440e Merge pull request #1572 from brendandburns/release-11-fix
  • 3f3d278 Fix the build for JODA time
  • c6915b7 Merge pull request #1570 from yue9944882/cherrypick-11-eventlogger-patch
  • a10b0bd fixes eventlogger timestamp format
  • 6b793f5 fixes event patching
  • d597d79 Merge pull request #1552 from yue9944882/cherrypick-11-reflector-list-expiration
  • af80a09 fixes reflector list expiration
  • b8cf5e6 [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.

Bumps [client-java](https://github.com/kubernetes-client/java) from 3.0.0-beta2 to 11.0.1.
- [Release notes](https://github.com/kubernetes-client/java/releases)
- [Changelog](https://github.com/kubernetes-client/java/blob/master/CHANGELOG.md)
- [Commits](kubernetes-client/java@client-java-parent-3.0.0-beta2...client-java-parent-11.0.1)

---
updated-dependencies:
- dependency-name: io.kubernetes:client-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 12, 2021
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.

None yet

0 participants