Skip to content

Commit

Permalink
Merge pull request #2245 from yliaog/master
Browse files Browse the repository at this point in the history
update release 1.30.1 GA README and CHANGELOG
  • Loading branch information
k8s-ci-robot committed Jul 3, 2024
2 parents 139dc0c + ace4882 commit 7a278c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v30.1.0

Kubernetes API Version: v1.30.1


# v30.1.0b1

Kubernetes API Version: v1.30.1
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ supported versions of Kubernetes clusters.
- [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 (+-)
- [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 (+-)
- [client 29.y.z](https://pypi.org/project/kubernetes/29.0.0/): Kubernetes 1.28 or below (+-), Kubernetes 1.29 (✓), Kubernetes 1.30 or above (+-)
- [client 30.y.z](https://pypi.org/project/kubernetes/30.1.0b1/): Kubernetes 1.29 or below (+-), Kubernetes 1.30 (✓), Kubernetes 1.31 or above (+-)
- [client 30.y.z](https://pypi.org/project/kubernetes/30.1.0/): Kubernetes 1.29 or below (+-), Kubernetes 1.30 (✓), Kubernetes 1.31 or above (+-)


> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
Expand Down Expand Up @@ -158,12 +158,13 @@ between client-python versions.
| 26.0 Alpha/Beta | Kubernetes main repo, 1.26 branch ||
| 26.0 | Kubernetes main repo, 1.26 branch ||
| 27.0 Alpha/Beta | Kubernetes main repo, 1.27 branch ||
| 27.0 | Kubernetes main repo, 1.27 branch | |
| 27.0 | Kubernetes main repo, 1.27 branch | |
| 28.0 Alpha/Beta | Kubernetes main repo, 1.28 branch ||
| 28.0 | Kubernetes main repo, 1.28 branch ||
| 29.0 Alpha/Beta | Kubernetes main repo, 1.29 branch ||
| 29.0 | Kubernetes main repo, 1.29 branch ||
| 30.0 Alpha/Beta | Kubernetes main repo, 1.30 branch ||
| 30.0 Alpha/Beta | Kubernetes main repo, 1.30 branch ||
| 30.0 | Kubernetes main repo, 1.30 branch ||

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

0 comments on commit 7a278c7

Please sign in to comment.