8000 update version constants for 9.0.1 release and update CHANGELOG · kubernetes-client/python@1cbeacd · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cbeacd

Browse files
committed
update version constants for 9.0.1 release and update CHANGELOG
1 parent 5ab21de commit 1cbeacd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v9.0.1
2+
**Security Fix:**
3+
- Bump urllib3 version to pick up security fix for CVE-2019-11324 [kubernetes-client/python#897](https://github.com/kubernetes-client/python/pull/897)
4+
15
# v9.0.0
26
**Bug Fix:**
37
- Add fieldSelector parameter to list/watch methods in custom objects spec [kubernetes-client/gen#106](https://github.com/kubernetes-client/gen/pull/106)

scripts/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
KUBERNETES_BRANCH = "release-1.13"
1919

2020
# client version for packaging and releasing.
21-
CLIENT_VERSION = "9.0.0"
21+
CLIENT_VERSION = "9.0.1"
2222

2323
# Name of the release package
2424
PACKAGE_NAME = "kubernetes"

0 commit comments

Comments
 (0)
0