kubeflow-incubator / tfjob-java-client

Java Client for Kubeflow TFJob
Apache License 2.0
3 stars 6 forks source link

Bump client-java from 1.0.0 to 11.0.1 in /examples #30

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps client-java from 1.0.0 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
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](https://github.com/kubeflow-incubator/tfjob-java-client/network/alerts).