Update dependency kubernetes to v23.6.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
kubernetes | ironbank-pypi | minor |
23.3.0 -> 23.6.0
|
Release Notes
kubernetes-client/python
v23.6.0
Kubernetes API Version: v1.23.6
API Change
- Omits alpha-level enums from the static openapi file captured in api/openapi-spec (kubernetes/kubernetes#109179, @liggitt) [SIG Apps and Auth]
- Fixes a regression in v1beta1 PodDisruptionBudget handling of "strategic merge patch"-type API requests for the
selector
field. Prior to 1.21, these requests would mergematchLabels
content and replacematchExpressions
content. In 1.21, patch requests touching theselector
field started replacing the entire selector. This is consistent with server-side apply and the v1 PodDisruptionBudget behavior, but should not have been changed for v1beta1. (kubernetes/kubernetes#108139, @liggitt) [SIG Auth and Testing]
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.