Skip to content

Commit 0dbfa66

Browse files
committed
update changelog and readme
1 parent 06bae61 commit 0dbfa66

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v23.6.0
2+
3+
Kubernetes API Version: v1.23.6
4+
5+
### API Change
6+
- Omits alpha-level enums from the static openapi file captured in api/openapi-spec ([kubernetes/kubernetes#109179](https://github.com/kubernetes/kubernetes/pull/109179), [@liggitt](https://github.com/liggitt)) [SIG Apps and Auth]
7+
- 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 merge `matchLabels` content and replace `matchExpressions` content. In 1.21, patch requests touching the `selector` 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](https://github.com/kubernetes/kubernetes/pull/108139), [@liggitt](https://github.com/liggitt)) [SIG Auth and Testing]
8+
19
# v23.3.0
210

311
Kubernetes API Version: v1.23.4

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ supported versions of Kubernetes clusters.
9292
- [client 20.y.z](https://pypi.org/project/kubernetes/20.13.0/): Kubernetes 1.19 or below (+-), Kubernetes 1.20 (✓), Kubernetes 1.21 or above (+-)
9393
- [client 21.y.z](https://pypi.org/project/kubernetes/21.7.0/): Kubernetes 1.20 or below (+-), Kubernetes 1.21 (✓), Kubernetes 1.22 or above (+-)
9494
- [client 22.y.z](https://pypi.org/project/kubernetes/22.6.0/): Kubernetes 1.21 or below (+-), Kubernetes 1.22 (✓), Kubernetes 1.23 or above (+-)
95-
- [client 23.y.z](https://pypi.org/project/kubernetes/23.3.0/): Kubernetes 1.22 or below (+-), Kubernetes 1.23 (✓), Kubernetes 1.24 or above (+-)
95+
- [client 23.y.z](https://pypi.org/project/kubernetes/23.6.0/): Kubernetes 1.22 or below (+-), Kubernetes 1.23 (✓), Kubernetes 1.24 or above (+-)
9696

9797
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
9898
@@ -130,18 +130,19 @@ between client-python versions.
130130
| 12.0 Alpha/Beta | Kubernetes main repo, 1.16 branch ||
131131
| 12.0 | Kubernetes main repo, 1.16 branch ||
132132
| 17.0 Alpha/Beta | Kubernetes main repo, 1.17 branch ||
133-
| 17.0 | Kubernetes main repo, 1.17 branch | |
133+
| 17.0 | Kubernetes main repo, 1.17 branch | |
134134
| 18.0 Alpha/Beta | Kubernetes main repo, 1.18 branch ||
135-
| 18.0 | Kubernetes main repo, 1.18 branch | |
135+
| 18.0 | Kubernetes main repo, 1.18 branch | |
136136
| 19.0 Alpha/Beta | Kubernetes main repo, 1.19 branch ||
137-
| 19.0 | Kubernetes main repo, 1.19 branch | |
137+
| 19.0 | Kubernetes main repo, 1.19 branch | |
138138
| 20.0 Alpha/Beta | Kubernetes main repo, 1.20 branch ||
139-
| 20.0 | Kubernetes main repo, 1.20 branch | |
139+
| 20.0 | Kubernetes main repo, 1.20 branch | |
140140
| 21.0 Alpha/Beta | Kubernetes main repo, 1.21 branch ||
141141
| 21.0 | Kubernetes main repo, 1.21 branch ||
142142
| 22.0 Alpha/Beta | Kubernetes main repo, 1.22 branch ||
143143
| 22.0 | Kubernetes main repo, 1.22 branch ||
144-
| 23.0 Alpha/Beta | Kubernetes main repo, 1.23 branch ||
144+
| 23.0 Alpha/Beta | Kubernetes main repo, 1.23 branch ||
145+
| 23.0 | Kubernetes main repo, 1.23 branch ||
145146

146147
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
147148

0 commit comments

Comments
 (0)