Skip to content

Commit

Permalink
Update python-base, CHANGELOG and README
Browse files Browse the repository at this point in the history
pick up python-base change: Add support for refreshing Azure tokens.
update CHANGELOG and README to prepare for 7.0.0 release.
  • Loading branch information
roycaihw committed Aug 14, 2018
1 parent 517d708 commit 34bbe69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v7.0.0
**New Features:**
- Add support for refreshing Azure tokens [kubernetes-client/python-base#77](https://github.com/kubernetes-client/python-base/pull/77)

# v7.0.0b1
**New Features:**
- Add Azure support to authentication loading [kubernetes-client/python-base#74](https://github.com/kubernetes-client/python-base/pull/74)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ between client-python versions.
| 5.0 | Kubernetes main repo, 1.9 branch ||
| 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 Alpha/Beta | Kubernetes main repo, 1.11 branch ||
| 7.0 | Kubernetes main repo, 1.11 branch ||


Key:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/base
Submodule base updated 2 files
+4 −0 OWNERS
+22 −1 config/kube_config.py

0 comments on commit 34bbe69

Please sign in to comment.