Bump kubernetes.client.version from 6.10.0 to 6.12.1
Bumps kubernetes.client.version from 6.10.0 to 6.12.1.
Updates io.fabric8:kubernetes-client from 6.10.0 to 6.12.1
Release notes
Sourced from io.fabric8:kubernetes-client's releases.
6.12.1 (2024-04-18)
Bugs
- Fix #5880: OpenID Connect token refreshed in loaded Config
- Fix #5911: (crd-generator) Improve error message for detected cycles
- Fix #5898: Kube API module resolvable from Maven Central
New Contributors
@ttbadrmade their first contribution in fabric8io/kubernetes-client#5888Full Changelog: https://github.com/fabric8io/kubernetes-client/compare/v6.12.0...v6.12.1
6.12.0 (2024-04-12)
Bugs
- Fix #5845: (crd-generator) Fail generating if multiple versions are marked as stored
- Fix #5847: Missing
Log4j2Plugins.datdescriptor in Kubernetes Lookup- Fix #5853: (java-generator) Gracefully handle colliding enum definitions
- Fix #5860: Corrections to java-generator gradle plugin extension
- Fix #5817: NPE on EKS OIDC cluster when token needs to be refreshed
Improvements
- Fix #5843: Support existingJavaTypes extension in java-generator
6.11.0 (2024-03-25)
Bugs
- Fix #5729: ensure that kind is set for generic resource lists
- Fix #3032: JUnit5 Kubernetes Extension works with Nested tests
- Fix #5759: Don't annotate KubeSchema and ValidationSchema classes
- Fix #5781: Use UTF-8 for basic authentication
- Fix #5508: (crd-generator) Ensure deterministic ordering of CustomResourceDefinitionVersions
Improvements
- Fix #5701: Owner reference validity check regarding scope and namespace
- Fix #5353: added KubernetesClientBuilder.editOrNewConfig
- Fix #5357: adding additional Quantity methods
- Fix #5635: refined LeaderElector lifecycle and logging
- Fix #5787: (crd-generator) add support for deprecated versions for generated CRDs
- Fix #5788: (crd-generator) add support for Kubernetes validation rules
- Fix #5735: Replace usages of
UUID.randomUUID()with UUID created via AtomicLongNew Features
- Fix #5636: Add new extension
open-virtual-networkingto manage resources ink8s.ovn.org/v1API group.- Fix #5711: Kube API Test - Kubernetes API Server JUnit Test Support
- Fix #5772: Add openshift model
io.fabric8.openshift.api.model.DeploymentConfigRollback- Fix #5718: Add a
kubernetes-log4jmodule to lookup Kubernetes attributes in a Log4j Core configuration.Note: Breaking changes
- KubeSchema and Validation Schema generated classes are no longer annotated with Jackson, Lombok, and Sundrio annotations. This implies that builders will no longer be generated for these classes and that they won't have special deserialization/serialization behavior.
New Contributors
... (truncated)
Changelog
Sourced from io.fabric8:kubernetes-client's changelog.
6.12.1 (2024-04-18)
Bugs
- Fix #5880: OpenID Connect token refreshed in loaded Config
- Fix #5911: (crd-generator) Improve error message for detected cycles
- Fix #5898: Kube API module resolvable from Maven Central
6.12.0 (2024-04-12)
Bugs
- Fix #5845: (crd-generator) Fail generating if multiple versions are marked as stored
- Fix #5847: Missing
Log4j2Plugins.datdescriptor in Kubernetes Lookup- Fix #5853: (java-generator) Gracefully handle colliding enum definitions
- Fix #5860: Corrections to java-generator gradle plugin extension
- Fix #5817: NPE on EKS OIDC cluster when token needs to be refreshed
Improvements
- Fix #5843: Support existingJavaTypes extension in java-generator
6.11.0 (2024-03-25)
Bugs
- Fix #5729: ensure that kind is set for generic resource lists
- Fix #3032: JUnit5 Kubernetes Extension works with Nested tests
- Fix #5759: Don't annotate KubeSchema and ValidationSchema classes
- Fix #5781: Use UTF-8 for basic authentication
- Fix #5508: (crd-generator) Ensure deterministic ordering of CustomResourceDefinitionVersions
Improvements
- Fix #5701: Owner reference validity check regarding scope and namespace
- Fix #5353: added KubernetesClientBuilder.editOrNewConfig
- Fix #5357: adding additional Quantity methods
- Fix #5635: refined LeaderElector lifecycle and logging
- Fix #5787: (crd-generator) add support for deprecated versions for generated CRDs
- Fix #5788: (crd-generator) add support for Kubernetes validation rules
- Fix #5735: Replace usages of
UUID.randomUUID()with UUID created via AtomicLongNew Features
- Fix #5636: Add new extension
open-virtual-networkingto manage resources ink8s.ovn.org/v1API group.- Fix #5711: Kube API Test - Kubernetes API Server JUnit Test Support
- Fix #5772: Add openshift model
io.fabric8.openshift.api.model.DeploymentConfigRollback- Fix #5718: Add a
kubernetes-log4jmodule to lookup Kubernetes attributes in a Log4j Core configuration.Note: Breaking changes
- KubeSchema and Validation Schema generated classes are no longer annotated with Jackson, Lombok, and Sundrio annotations. This implies that builders will no longer be generated for these classes and that they won't have special deserialization/serialization behavior.
Commits
e4ddf55[RELEASE] Updated project version to v6.12.10164956test(openid-connection): ensure token refresh request contains required attri...bb3d0c0task: improve the cycle error message64db0b0test: complete behavioral test suite for OpenIDConnectionUtils1a1508cchore(deps-dev): bump org.keycloak:keycloak-core from 24.0.2 to 24.0.3772e9eatest: initial refactor of OpenIDConnectionUtils tests4ec7c99fix: updated OpenId access and refresh token persistend in in-memory config (...6f63909chore(deps-dev): bump com.approvaltests:approvaltestsa16649ffix: JsonUnwrappedDeserializer works when serialized data is not providedc1c4b0aci:fix: kube-api-test module released with Java 11 (yaml scalar)- Additional commits viewable in compare view
Updates io.fabric8:kubernetes-model-common from 6.10.0 to 6.12.1
Updates io.fabric8:knative-client from 6.10.0 to 6.12.1
Updates io.fabric8:kubernetes-server-mock from 6.10.0 to 6.12.1
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot rebase
Superseded by #1124.