Skip to content

Commit 98eb9d7

Browse files
authored
Merge pull request #712 from roycaihw/release-7.0.1
Release 7.0.1: security fix for CVE-2018-20060
2 parents d4bdd74 + 11979c1 commit 98eb9d7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
# v7.0.0
26
**New Features:**
37
- Add support for refreshing Azure tokens [kubernetes-client/python-base#77](https://github.com/kubernetes-client/python-base/pull/77)

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ certifi>=14.05.14 # MPL
22
six>=1.9.0 # MIT
33
python-dateutil>=2.5.3 # BSD
44
setuptools>=21.0.0 # PSF/ZPL
5-
urllib3>=1.19.1,!=1.21 # MIT
5+
urllib3>=1.23 # MIT
66
pyyaml>=3.12 # MIT
77
google-auth>=1.0.1 # Apache-2.0
88
ipaddress>=1.0.17;python_version=="2.7" # PSF

0 commit comments

Comments
 (0)