We are gleeful to announce the release of: magnum 3.3.1: Container Management project for OpenStack This release is part of the newton stable release series. The source is available from: ** http://git.openstack.org/cgit/openstack/magnum Download the package from: https://tarballs.openstack.org/magnum/ Please report issues through launchpad: ** http://bugs.launchpad.net/magnum For more details, please see below. Changes in magnum 3.3.0..3.3.1 ------------------------------ ce5133c Add Kubernetes API Service IP to x509 certificates d5d01af Updated from global requirements Diffstat (except docs and test files) ------------------------------------- magnum/drivers/common/templates/kubernetes/fragments/make-cert.sh | 4 ++++ magnum/drivers/k8s_coreos_v1/templates/fragments/make-cert.yaml | 4 ++++ requirements.txt | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0dabbfc..8fb511f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52 +52 @@ requests>=2.10.0 # Apache-2.0 -setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=34.3.3,>=16.0 # PSF/ZPL +setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=34.3.3,!=36.2.0,>=16.0 # PSF/ZPL