Merge commit 'b68c3bd68de412ef8239cf799bffb2f60f5e1baf' of github.com:kubernetes-client/python into release-7.0
This commit is contained in:
commit
0912265e18
@ -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)
|
||||
|
||||
2
OWNERS
2
OWNERS
@ -2,4 +2,6 @@ approvers:
|
||||
- mbohlool
|
||||
- caesarxuchao
|
||||
- lavalamp
|
||||
- yliaog
|
||||
- roycaihw
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 7359cdae5a4c1cfe65551c9ff3024252449412e3
|
||||
Subproject commit 07ef6263685802ee5a8532662bf589adaa07b592
|
||||
Loading…
Reference in New Issue
Block a user