Skip to content

Commit

Permalink
add changelog for python repo changes; update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roycaihw committed Jul 1, 2019
1 parent 8622ac4 commit 38e35af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
**Bug Fix:**
- Fix base64 padding for kube config [kubernetes-client/python-base#79](https://github.com/kubernetes-client/python-base/pull/79)
- 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)
- Add email scope to GCP provided credential refresh [kubernetes-client/python-base#110](https://github.com/kubernetes-client/python-base/pull/110)
- Fix broken urllib3 dependencies [kubernetes-client/python#816](https://github.com/kubernetes-client/python/pull/816)

**New Feature:**
- Add method to dynamically set namespace in yaml utility [kubernetes-client/python#782](https://github.com/kubernetes-client/python/pull/782)

# v10.0.0a1
**Bug Fix:**
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,13 @@ between client-python versions.
| 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch ||
| 6.0 | Kubernetes main repo, 1.10 branch ||
| 7.0 Alpha/Beta | Kubernetes main repo, 1.11 branch ||
| 7.0 | Kubernetes main repo, 1.11 branch | |
| 7.0 | Kubernetes main repo, 1.11 branch | |
| 8.0 Alpha/Beta | Kubernetes main repo, 1.12 branch ||
| 8.0 | Kubernetes main repo, 1.12 branch ||
| 9.0 Alpha/Beta | Kubernetes main repo, 1.13 branch ||
| 9.0 | Kubernetes main repo, 1.13 branch ||
| 10.0 Alpha/Beta | Kubernetes main repo, 1.14 branch ||
| 10.0 Alpha/Beta | Kubernetes main repo, 1.14 branch ||
| 10.0 | Kubernetes main repo, 1.14 branch ||

Key:

Expand Down

0 comments on commit 38e35af

Please sign in to comment.