jenkinsci / kubernetes-cd-plugin

A Jenkins plugin to deploy to Kubernetes cluster
MIT License
139 stars 70 forks source link

Bump client-java from 7.0.0 to 11.0.1 #158

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 years ago

Bumps client-java from 7.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)
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](https://github.com/jenkinsci/kubernetes-cd-plugin/network/alerts).
dependabot[bot] commented 1 month ago

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.

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