Merge branch 'master' of github.com:kubernetes-client/python into release-7.0

This commit is contained in:
Haowei Cai 2018-07-23 14:13:06 -07:00
commit 560723ba7e
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 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)
# v7.0.0a1
**Breaking Change:**
- **ACTION REQUIRED** Rename the currently being-used `async` parameter to `async_req` to support Python 3.7 because it's a reserved keyword in Python 3.7 [kubernetes-client/gen#67](https://github.com/kubernetes-client/gen/pull/67)

@ -1 +1 @@
Subproject commit 78472de0c929a57bf3bcff469e3bdb7f09a051c6
Subproject commit 7359cdae5a4c1cfe65551c9ff3024252449412e3

View File

@ -9,3 +9,4 @@ ipaddress>=1.0.17;python_version=="2.7" # PSF
websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
requests # Apache-2.0
requests-oauthlib # ISC
adal>=1.0.2 # MIT