Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38e35af

Browse files
committed
add changelog for python repo changes; update readme
1 parent 8622ac4 commit 38e35af

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
**Bug Fix:**
33
- Fix base64 padding for kube config [kubernetes-client/python-base#79](https://github.com/kubernetes-client/python-base/pull/79)
44
- Fix websocket client decoding binary message. Replace non-utf8 data instead of failing [kubernetes-client/python-base#104](https://github.com/kubernetes-client/python-base/pull/104)
5+
- Add email scope to GCP provided credential refresh [kubernetes-client/python-base#110](https://github.com/kubernetes-client/python-base/pull/110)
6+
- Fix broken urllib3 dependencies [kubernetes-client/python#816](https://github.com/kubernetes-client/python/pull/816)
7+
8+
**New Feature:**
9+
- Add method to dynamically set namespace in yaml utility [kubernetes-client/python#782](https://github.com/kubernetes-client/python/pull/782)
510

611
# v10.0.0a1
712
**Bug Fix:**

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,13 @@ between client-python versions.
123123
| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch ||
124124
| 6.0 | Kubernetes main repo, 1.10 branch ||
125125
| 7.0 Alpha/Beta | Kubernetes main repo, 1.11 branch ||
126-
| 7.0 | Kubernetes main repo, 1.11 branch | |
126+
| 7.0 | Kubernetes main repo, 1.11 branch | |
127127
| 8.0 Alpha/Beta | Kubernetes main repo, 1.12 branch ||
128128
| 8.0 | Kubernetes main repo, 1.12 branch ||
129129
| 9.0 Alpha/Beta | Kubernetes main repo, 1.13 branch ||
130130
| 9.0 | Kubernetes main repo, 1.13 branch ||
131-
| 10.0 Alpha/Beta | Kubernetes main repo, 1.14 branch ||
131+
| 10.0 Alpha/Beta | Kubernetes main repo, 1.14 branch ||
132+
| 10.0 | Kubernetes main repo, 1.14 branch ||
132133

133134
Key:
134135

0 commit comments

Comments
 (0)