josdk-spring-boot-starter
josdk-spring-boot-starter copied to clipboard
chore(deps): bump fabric8-client.version from 6.10.0 to 6.11.0
Bumps fabric8-client.version from 6.10.0 to 6.11.0.
Updates io.fabric8:kubernetes-client-bom from 6.10.0 to 6.11.0
Release notes
Sourced from io.fabric8:kubernetes-client-bom's releases.
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
@csvirimade their first contribution in fabric8io/kubernetes-client#5701@fvascomade their first contribution in fabric8io/kubernetes-client#5700@jmarti44made their first contribution in fabric8io/kubernetes-client#5312@mluckammade their first contribution in fabric8io/kubernetes-client#5772@baloo42made their first contribution in fabric8io/kubernetes-client#5787@jpraetmade their first contribution in fabric8io/kubernetes-client#5789@zwangshengmade their first contribution in fabric8io/kubernetes-client#5806@ppkarwaszmade their first contribution in fabric8io/kubernetes-client#5718Full Changelog: https://github.com/fabric8io/kubernetes-client/compare/v6.10.0...v6.11.0
Changelog
Sourced from io.fabric8:kubernetes-client-bom's changelog.
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
81711c1[RELEASE] Updated project version to v6.11.062dde7fchore: fix changelog entry for #5818f1b105bAdd akubernetes-log4jmodule (#5718)0ff78b4chore (kubernetes-client) : Update commons-compress optional dependency5bc84b3chore (deps) : Addcommons-io:commons-ioas optional dependency to Kubernet...e731de3chore(deps): bump org.apache.commons:commons-compress384db32chore(deps): rollback bump org.apache.maven.plugins:maven-gpg-plugin722f5c8fix: replaced usages ofUUID.randomUUID()with UUID created via AtomicLong3ae4f9dfeat(crd-generator): add support for validation rules (#5788)d24e424chore(deps): bump google.golang.org/protobuf- Additional commits viewable in compare view
Updates io.fabric8:kubernetes-server-mock from 6.10.0 to 6.11.0
Updates io.fabric8:openshift-client from 6.10.0 to 6.11.0
Release notes
Sourced from io.fabric8:openshift-client's releases.
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
@csvirimade their first contribution in fabric8io/kubernetes-client#5701@fvascomade their first contribution in fabric8io/kubernetes-client#5700@jmarti44made their first contribution in fabric8io/kubernetes-client#5312@mluckammade their first contribution in fabric8io/kubernetes-client#5772@baloo42made their first contribution in fabric8io/kubernetes-client#5787@jpraetmade their first contribution in fabric8io/kubernetes-client#5789@zwangshengmade their first contribution in fabric8io/kubernetes-client#5806@ppkarwaszmade their first contribution in fabric8io/kubernetes-client#5718Full Changelog: https://github.com/fabric8io/kubernetes-client/compare/v6.10.0...v6.11.0
Changelog
Sourced from io.fabric8:openshift-client's changelog.
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
81711c1[RELEASE] Updated project version to v6.11.062dde7fchore: fix changelog entry for #5818f1b105bAdd akubernetes-log4jmodule (#5718)0ff78b4chore (kubernetes-client) : Update commons-compress optional dependency5bc84b3chore (deps) : Addcommons-io:commons-ioas optional dependency to Kubernet...e731de3chore(deps): bump org.apache.commons:commons-compress384db32chore(deps): rollback bump org.apache.maven.plugins:maven-gpg-plugin722f5c8fix: replaced usages ofUUID.randomUUID()with UUID created via AtomicLong3ae4f9dfeat(crd-generator): add support for validation rules (#5788)d24e424chore(deps): bump google.golang.org/protobuf- Additional commits viewable in compare view
Updates io.fabric8:crd-generator-apt from 6.10.0 to 6.11.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 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)
replaced by: https://github.com/operator-framework/josdk-spring-boot-starter/pull/141
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.