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

build(deps): bump kubernetes-client.version from 6.13.4 to 7.0.0 #979

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2024

Bumps kubernetes-client.version from 6.13.4 to 7.0.0.
Updates io.fabric8:kubernetes-client from 6.13.4 to 7.0.0

Release notes

Sourced from io.fabric8:kubernetes-client's releases.

7.0.0 (2024-12-03)

Bugs

  • Fix #6038: Support for Gradle configuration cache
  • Fix #6214: Java generator does not recognize fields in CRDs other than metadata, spec, and status
  • Fix #6459: Pod log request sinceTime param correctly encoded
  • Fix #6632: Mock server creationTimestamp and deletionTimestamp formatted consistently (ISO 8601)
  • Fix #6654: (crd-generator) default values for CRD fields can be numeric or boolean

Improvements

  • Fix #3069: (crd-generator) Add @AdditionalPrinterColumn to specify a printer column by JSON path.
  • Fix #6392: (crd-generator) Add @AdditionalSelectableField and @SelectableField to specify selectable fields.
  • Fix #5836: (crd-generator) Add @Size annotation to limit the size of strings, lists/arrays or maps
  • Fix #5868: (crd-generator) Add exlusiveMinimum / exclusiveMaximum support to @Min and @Max
  • Fix #5264: Remove deprecated Config.errorMessages field
  • Fix #6008: removing the optional dependency on bouncy castle
  • Fix #6407: sundrio builder-annotations is not available via bom import
  • Fix #6230: introduced Quantity.multiply(int) to allow for Quantity multiplication by an integer
  • Fix #6281: use GitHub binary repo for Kube API Tests
  • Fix #6282: Allow annotated types with Pattern, Min, and Max with Lists and Maps and CRD generation
  • Fix #5480: Move io.fabric8:zjsonpatch to KubernetesClient project
  • Fix #6240: Support for multiple files listed in the KUBECONFIG env var
  • Fix #6655: Support removing ResourceEventHandler for informers

Dependency Upgrade

  • Fix #2632: Bumped OkHttp from 3.12.12 to 4.12.0
  • Fix #5965: Bumped sundrio.version from 0.103.1 to 0.200.0
  • Fix #6052: Removed dependency on no longer maintained com.github.mifmif:generex
  • Fix #6676: Removed tests and examples from the BOM

New Features

  • Fix #5719: io.fabric8:mockwebserver is now based on Vert.x
  • Fix #5795: (crd-generator) Allow to configure categories
  • Fix #5944: (crd-generator) Add CRD-Generator Maven Plugin
  • Fix #5958: (crd-generator) Add CRD-Generator CLI Application
  • Fix #6145: Introduced io.fabric8:kubernetes-model-validator module to validate Kubernetes resources
  • Fix #6150: Config uses proxy-url in kubeconfig's cluster configuration

Note: Breaking changes

  • Check detailed migration documentation for breaking changes in 7.0.0
  • Fix #4659: Removed SupportTestingClient interface
  • Fix #5264: Config.errorMessages has been removed. Please use Kubernetes status messages directly.
  • Fix #5351: Removed deprecated io.fabric8:openshift-server-mock artifact
  • Fix #6081: Moved Java baseline from 8 (1.8) to 11
  • Fix #6138: Removed unused io:fabric8:kubernetes-model artifact
  • Fix #6140: withReadyWaitTimeout defaults to 0, which means no waiting
  • Fix #6156: Removed deprecated extension io:fabric8:service-catalog
  • Fix #6158: Removed deprecated methods from io.fabric8.kubernetes.client.utils.IOHelpers class
  • Fix #6159: Removed deprecated io.fabric8.kubernetes.client.utils.Utils.getPluralFromKind method
  • Fix #6361: Renamed SettableBeanPropertyDelegate to SettableBeanPropertyDelegating
  • Fix #6470: Switched default HTTP client from OkHttp to Vert.x (kubernetes-httpclient-vertx)

... (truncated)

Changelog

Sourced from io.fabric8:kubernetes-client's changelog.

7.0.0 (2024-12-03)

Bugs

  • Fix #6038: Support for Gradle configuration cache
  • Fix #6214: Java generator does not recognize fields in CRDs other than metadata, spec, and status
  • Fix #6459: Pod log request sinceTime param correctly encoded
  • Fix #6632: Mock server creationTimestamp and deletionTimestamp formatted consistently (ISO 8601)
  • Fix #6654: (crd-generator) default values for CRD fields can be numeric or boolean

Improvements

  • Fix #3069: (crd-generator) Add @AdditionalPrinterColumn to specify a printer column by JSON path.
  • Fix #6392: (crd-generator) Add @AdditionalSelectableField and @SelectableField to specify selectable fields.
  • Fix #5836: (crd-generator) Add @Size annotation to limit the size of strings, lists/arrays or maps
  • Fix #5868: (crd-generator) Add exlusiveMinimum / exclusiveMaximum support to @Min and @Max
  • Fix #5264: Remove deprecated Config.errorMessages field
  • Fix #6008: removing the optional dependency on bouncy castle
  • Fix #6407: sundrio builder-annotations is not available via bom import
  • Fix #6230: introduced Quantity.multiply(int) to allow for Quantity multiplication by an integer
  • Fix #6281: use GitHub binary repo for Kube API Tests
  • Fix #6282: Allow annotated types with Pattern, Min, and Max with Lists and Maps and CRD generation
  • Fix #5480: Move io.fabric8:zjsonpatch to KubernetesClient project
  • Fix #6240: Support for multiple files listed in the KUBECONFIG env var
  • Fix #6655: Support removing ResourceEventHandler for informers

Dependency Upgrade

  • Fix #2632: Bumped OkHttp from 3.12.12 to 4.12.0
  • Fix #5965: Bumped sundrio.version from 0.103.1 to 0.200.0
  • Fix #6052: Removed dependency on no longer maintained com.github.mifmif:generex
  • Fix #6676: Removed tests and examples from the BOM

New Features

  • Fix #5719: io.fabric8:mockwebserver is now based on Vert.x
  • Fix #5795: (crd-generator) Allow to configure categories
  • Fix #5944: (crd-generator) Add CRD-Generator Maven Plugin
  • Fix #5958: (crd-generator) Add CRD-Generator CLI Application
  • Fix #6145: Introduced io.fabric8:kubernetes-model-validator module to validate Kubernetes resources
  • Fix #6150: Config uses proxy-url in kubeconfig's cluster configuration

Note: Breaking changes

  • Check detailed migration documentation for breaking changes in 7.0.0
  • Fix #4659: Removed SupportTestingClient interface
  • Fix #5264: Config.errorMessages has been removed. Please use Kubernetes status messages directly.
  • Fix #5351: Removed deprecated io.fabric8:openshift-server-mock artifact
  • Fix #6081: Moved Java baseline from 8 (1.8) to 11
  • Fix #6138: Removed unused io:fabric8:kubernetes-model artifact
  • Fix #6140: withReadyWaitTimeout defaults to 0, which means no waiting
  • Fix #6156: Removed deprecated extension io:fabric8:service-catalog
  • Fix #6158: Removed deprecated methods from io.fabric8.kubernetes.client.utils.IOHelpers class
  • Fix #6159: Removed deprecated io.fabric8.kubernetes.client.utils.Utils.getPluralFromKind method
  • Fix #6361: Renamed SettableBeanPropertyDelegate to SettableBeanPropertyDelegating

... (truncated)

Commits
  • e9039a0 [RELEASE] Updated project version to v7.0.0
  • b3a5fea feat(crd-generator): add support for more validation constraints (6447)
  • 5cab66c doc(migration): OpenShift Template objects type
  • 1f5fe72 chore(deps): bump sigs.k8s.io/gateway-api from 1.2.0 to 1.2.1 in /kubernetes-...
  • 27023ad test(java-generator): use assertJ assertions
  • 34ccf96 chore(bom): Exclude tests and examples from BOM
  • 7073051 doc(crd-generator): add mention of v2 CRD generator API to migration guide
  • fa7d5d5 fix(crd-generator): processing private and package-private CustomResource cla...
  • 1202c11 config: extract openapi-model-generator-maven-plugin versions to main pom
  • 9d35f21 fix(openapi): include Quantity in openshift-generated.json
  • Additional commits viewable in compare view

Updates io.fabric8:knative-client from 6.13.4 to 7.0.0

Updates io.fabric8:kubernetes-server-mock from 6.13.4 to 7.0.0

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 4, 2024
@cescoffier
Copy link
Contributor

LEt's put this on hold. We will need to coordinate with Quarkus (CC @geoand, @metacosm)

@geoand
Copy link
Contributor

geoand commented Dec 4, 2024

Good point!

@manusa just released KC 7.x which will likely be added to Quarkus soon

@manusa
Copy link
Contributor

manusa commented Dec 4, 2024

Quarkus issue for coordination: quarkusio/quarkus#44899

@dependabot dependabot bot force-pushed the dependabot/maven/kubernetes-client.version-7.0.0 branch from 69c492c to 6295545 Compare December 9, 2024 14:39
Bumps `kubernetes-client.version` from 6.13.4 to 7.0.0.

Updates `io.fabric8:kubernetes-client` from 6.13.4 to 7.0.0
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v6.13.4...v7.0.0)

Updates `io.fabric8:knative-client` from 6.13.4 to 7.0.0

Updates `io.fabric8:kubernetes-server-mock` from 6.13.4 to 7.0.0

---
updated-dependencies:
- dependency-name: io.fabric8:kubernetes-client
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.fabric8:knative-client
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.fabric8:kubernetes-server-mock
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/kubernetes-client.version-7.0.0 branch from 6295545 to e1cb81b Compare December 17, 2024 10:55
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2024

Superseded by #985.

@dependabot dependabot bot closed this Dec 18, 2024
@dependabot dependabot bot deleted the dependabot/maven/kubernetes-client.version-7.0.0 branch December 18, 2024 07:53
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.

3 participants