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 AtomicLong
New Features
Fix #5636: Add new extension open-virtual-networking to manage resources in k8s.ovn.org/v1 API 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-log4j module 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.
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 AtomicLong
New Features
Fix #5636: Add new extension open-virtual-networking to manage resources in k8s.ovn.org/v1 API 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-log4j module 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.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 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)
Bumps io.fabric8:kubernetes-client from 6.10.0 to 6.11.0.
Release notes
Sourced from io.fabric8:kubernetes-client's releases.
Changelog
Sourced from io.fabric8:kubernetes-client's changelog.
Commits
81711c1
[RELEASE] Updated project version to v6.11.062dde7f
chore: fix changelog entry for #5818f1b105b
Add akubernetes-log4j
module (#5718)0ff78b4
chore (kubernetes-client) : Update commons-compress optional dependency5bc84b3
chore (deps) : Addcommons-io:commons-io
as optional dependency to Kubernet...e731de3
chore(deps): bump org.apache.commons:commons-compress384db32
chore(deps): rollback bump org.apache.maven.plugins:maven-gpg-plugin722f5c8
fix: replaced usages ofUUID.randomUUID()
with UUID created via AtomicLong3ae4f9d
feat(crd-generator): add support for validation rules (#5788)d24e424
chore(deps): bump google.golang.org/protobufDependabot 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