We are happy to announce the release of: castellan 2.0.0: Generic Key Manager interface for OpenStack This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/castellan Download the package from: https://tarballs.openstack.org/castellan/ Please report issues through: https://bugs.launchpad.net/castellan/+bugs For more details, please see below. 2.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. The minimum version of Python now supported by castellan is Python 3.6. Changes in castellan 1.4.0..2.0.0 --------------------------------- 141e7e4 [ussuri][goal] Drop python 2.7 support and testing 14d1172 Add Wiki links to readme 2c73354 Switch to Ussuri jobs Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +-- README.rst | 1 + lower-constraints.txt | 4 ++-- .../notes/drop-python-2-7-73d3113c69d724d6.yaml | 5 +++++ requirements.txt | 2 +- setup.cfg | 17 +++-------------- tox.ini | 21 ++++----------------- 8 files changed, 18 insertions(+), 38 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0d89d61..5bec0f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16 +16 @@ keystoneauth1>=3.4.0 # Apache-2.0 -requests>=2.14.2,!=2.20.0 # Apache-2.0 +requests>=2.18.0,!=2.20.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org