We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4bdd74 + 11979c1 commit 98eb9d7Copy full SHA for 98eb9d7
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v7.0.1
2
+**Security Fix:**
3
+- Bump urllib3 version to pick up security fix for CVE-2018-20060 [kubernetes-client/python#707](https://github.com/kubernetes-client/python/pull/707)
4
+
5
# v7.0.0
6
**New Features:**
7
- Add support for refreshing Azure tokens [kubernetes-client/python-base#77](https://github.com/kubernetes-client/python-base/pull/77)
requirements.txt
@@ -2,7 +2,7 @@ certifi>=14.05.14 # MPL
six>=1.9.0 # MIT
python-dateutil>=2.5.3 # BSD
setuptools>=21.0.0 # PSF/ZPL
-urllib3>=1.19.1,!=1.21 # MIT
+urllib3>=1.23 # MIT
pyyaml>=3.12 # MIT
google-auth>=1.0.1 # Apache-2.0
8
ipaddress>=1.0.17;python_version=="2.7" # PSF
0 commit comments