Skip to content

Commit a6d44ff

Browse files
authored
Merge pull request #2127 from yliaog/master
cherrypick changelog and README for 1.28 release
2 parents 74453c9 + 55c6c01 commit a6d44ff

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v28.1.0
2+
3+
Kubernetes API Version: v1.28.2
4+
5+
### API Change
6+
- Fixed a bug where CEL expressions in CRD validation rules would incorrectly compute a high estimated cost for functions that return strings, lists or maps.
7+
The incorrect cost was evident when the result of a function was used in subsequent operations. ([kubernetes/kubernetes#119807](https://github.com/kubernetes/kubernetes/pull/119807), [@jpbetz](https://github.com/jpbetz)) [SIG API Machinery, Auth and Cloud Provider]
8+
- Mark Job onPodConditions as optional in pod failure policy ([kubernetes/kubernetes#120208](https://github.com/kubernetes/kubernetes/pull/120208), [@mimowo](https://github.com/mimowo)) [SIG API Machinery and Apps]
9+
10+
111
# v28.1.0b1
212

313
Kubernetes API Version: v1.28.1

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ supported versions of Kubernetes clusters.
9797
- [client 25.y.z](https://pypi.org/project/kubernetes/25.3.0/): Kubernetes 1.24 or below (+-), Kubernetes 1.25 (✓), Kubernetes 1.26 or above (+-)
9898
- [client 26.y.z](https://pypi.org/project/kubernetes/26.1.0/): Kubernetes 1.25 or below (+-), Kubernetes 1.26 (✓), Kubernetes 1.27 or above (+-)
9999
- [client 27.y.z](https://pypi.org/project/kubernetes/27.2.0/): Kubernetes 1.26 or below (+-), Kubernetes 1.27 (✓), Kubernetes 1.28 or above (+-)
100-
- [client 28.y.z](https://pypi.org/project/kubernetes/28.1.0b1/): Kubernetes 1.27 or below (+-), Kubernetes 1.28 (✓), Kubernetes 1.29 or above (+-)
100+
- [client 28.y.z](https://pypi.org/project/kubernetes/28.1.0/): Kubernetes 1.27 or below (+-), Kubernetes 1.28 (✓), Kubernetes 1.29 or above (+-)
101101

102102
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
103103
@@ -151,12 +151,13 @@ between client-python versions.
151151
| 24.0 Alpha/Beta | Kubernetes main repo, 1.24 branch ||
152152
| 24.0 | Kubernetes main repo, 1.24 branch ||
153153
| 25.0 Alpha/Beta | Kubernetes main repo, 1.25 branch ||
154-
| 25.0 | Kubernetes main repo, 1.25 branch | |
154+
| 25.0 | Kubernetes main repo, 1.25 branch | |
155155
| 26.0 Alpha/Beta | Kubernetes main repo, 1.26 branch ||
156156
| 26.0 | Kubernetes main repo, 1.26 branch ||
157157
| 27.0 Alpha/Beta | Kubernetes main repo, 1.27 branch ||
158158
| 27.0 | Kubernetes main repo, 1.27 branch ||
159-
| 28.0 Alpha/Beta | Kubernetes main repo, 1.28 branch ||
159+
| 28.0 Alpha/Beta | Kubernetes main repo, 1.28 branch ||
160+
| 28.0 | Kubernetes main repo, 1.28 branch ||
160161

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

0 commit comments

Comments
 (0)