Sample Spring Boot application that uses some features provided by Spring Cloud Kubernetes, Spring Cloud OpenFeign and Spring Cloud Gateway deployed on Kubernetes
[!WARNING]
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
fabric8io/kubernetes-client (io.fabric8:kubernetes-server-mock)
### [`v6.10.0`](https://togithub.com/fabric8io/kubernetes-client/blob/HEAD/CHANGELOG.md#6100-2024-01-10)
[Compare Source](https://togithub.com/fabric8io/kubernetes-client/compare/v6.9.2...v6.10.0)
##### Bugs
- Fix [#5527](https://togithub.com/fabric8io/kubernetes-client/issues/5527): Unable to transfer file to pod if `/tmp` is read-only
- Fix [#5580](https://togithub.com/fabric8io/kubernetes-client/issues/5580): (java-generator) Correctly handle defaults for IntOrString types
- Fix [#5584](https://togithub.com/fabric8io/kubernetes-client/issues/5584): Fix CRD generation when EnumMap is used
- Fix [#5626](https://togithub.com/fabric8io/kubernetes-client/issues/5626): Prevent memory accumulation from informer usage
- Fix [#5656](https://togithub.com/fabric8io/kubernetes-client/issues/5656): Enable EC private key usage for mTLS auth
- Fix [#5694](https://togithub.com/fabric8io/kubernetes-client/issues/5694): ExecCredential doesn't fail with unsupported command output
##### Improvements
- Fix [#5429](https://togithub.com/fabric8io/kubernetes-client/issues/5429): moved crd generator annotations to generator-annotations instead of crd-generator-api. Using generator-annotations introduces no transitive dependencies.
- Fix [#5496](https://togithub.com/fabric8io/kubernetes-client/issues/5496): Added PodResource.patchReadinessGateStatus and a general subresource method to use any of the patch/edit/update methods with any subresource
- Fix [#5535](https://togithub.com/fabric8io/kubernetes-client/issues/5535): Add lombok and sundrio dependencies to the generated bom
##### Dependency Upgrade
- Fix [#5485](https://togithub.com/fabric8io/kubernetes-client/issues/5485): Updated okio to version 1.17.6 to avoid CVE-2023-3635
- Fix [#5643](https://togithub.com/fabric8io/kubernetes-client/issues/5643): Updated Kubernetes Model to Kubernetes `v1.29.0`
- Fix [#5673](https://togithub.com/fabric8io/kubernetes-client/issues/5673): Updated `sigs.k8s.io/gateway-api` go dependency to v1.0.0
- Fix [#5691](https://togithub.com/fabric8io/kubernetes-client/issues/5691): Updated `github.com/cert-manager/cert-manager` to latest available version (`v1.14.0-alpha.0.0.20240105200543-3234974a3865`)
##### New Features
- Fix [#5608](https://togithub.com/fabric8io/kubernetes-client/issues/5608) Support authentication with certificate in exec-credentials
##### ***Note***: Breaking changes
- Deleted resources in Kubernetes 1.29.0 `flowcontrol.apiserver.k8s.io/v1alpha1`, please migrate to `flowcontrol.apiserver.k8s.io/v1` resources (available via `client.flowControl().v1()` DSL)
- `io.fabric8.kubernetes.api.model.flowcontrol.v1alpha1.FlowSchema` removed
- `io.fabric8.kubernetes.api.model.flowcontrol.v1alpha1.PriorityLevelConfiguration` removed
- ClusterCIDR has been removed from Kubernetes 1.29.0 Networking Model
- `io.fabric8.kubernetes.api.model.networking.v1alpha1.ClusterCIDR` removed
- DSL entrypoint `client.network().v1alpha1().clusterCIDRs()` has been removed from KubernetesClient
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
6.9.2
->6.10.0
Release Notes
fabric8io/kubernetes-client (io.fabric8:kubernetes-server-mock)
### [`v6.10.0`](https://togithub.com/fabric8io/kubernetes-client/blob/HEAD/CHANGELOG.md#6100-2024-01-10) [Compare Source](https://togithub.com/fabric8io/kubernetes-client/compare/v6.9.2...v6.10.0) ##### Bugs - Fix [#5527](https://togithub.com/fabric8io/kubernetes-client/issues/5527): Unable to transfer file to pod if `/tmp` is read-only - Fix [#5580](https://togithub.com/fabric8io/kubernetes-client/issues/5580): (java-generator) Correctly handle defaults for IntOrString types - Fix [#5584](https://togithub.com/fabric8io/kubernetes-client/issues/5584): Fix CRD generation when EnumMap is used - Fix [#5626](https://togithub.com/fabric8io/kubernetes-client/issues/5626): Prevent memory accumulation from informer usage - Fix [#5656](https://togithub.com/fabric8io/kubernetes-client/issues/5656): Enable EC private key usage for mTLS auth - Fix [#5694](https://togithub.com/fabric8io/kubernetes-client/issues/5694): ExecCredential doesn't fail with unsupported command output ##### Improvements - Fix [#5429](https://togithub.com/fabric8io/kubernetes-client/issues/5429): moved crd generator annotations to generator-annotations instead of crd-generator-api. Using generator-annotations introduces no transitive dependencies. - Fix [#5496](https://togithub.com/fabric8io/kubernetes-client/issues/5496): Added PodResource.patchReadinessGateStatus and a general subresource method to use any of the patch/edit/update methods with any subresource - Fix [#5535](https://togithub.com/fabric8io/kubernetes-client/issues/5535): Add lombok and sundrio dependencies to the generated bom ##### Dependency Upgrade - Fix [#5485](https://togithub.com/fabric8io/kubernetes-client/issues/5485): Updated okio to version 1.17.6 to avoid CVE-2023-3635 - Fix [#5643](https://togithub.com/fabric8io/kubernetes-client/issues/5643): Updated Kubernetes Model to Kubernetes `v1.29.0` - Fix [#5673](https://togithub.com/fabric8io/kubernetes-client/issues/5673): Updated `sigs.k8s.io/gateway-api` go dependency to v1.0.0 - Fix [#5691](https://togithub.com/fabric8io/kubernetes-client/issues/5691): Updated `github.com/cert-manager/cert-manager` to latest available version (`v1.14.0-alpha.0.0.20240105200543-3234974a3865`) ##### New Features - Fix [#5608](https://togithub.com/fabric8io/kubernetes-client/issues/5608) Support authentication with certificate in exec-credentials ##### ***Note***: Breaking changes - Deleted resources in Kubernetes 1.29.0 `flowcontrol.apiserver.k8s.io/v1alpha1`, please migrate to `flowcontrol.apiserver.k8s.io/v1` resources (available via `client.flowControl().v1()` DSL) - `io.fabric8.kubernetes.api.model.flowcontrol.v1alpha1.FlowSchema` removed - `io.fabric8.kubernetes.api.model.flowcontrol.v1alpha1.PriorityLevelConfiguration` removed - ClusterCIDR has been removed from Kubernetes 1.29.0 Networking Model - `io.fabric8.kubernetes.api.model.networking.v1alpha1.ClusterCIDR` removed - DSL entrypoint `client.network().v1alpha1().clusterCIDRs()` has been removed from KubernetesClientConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.