[release-announce] ec2-api 16.0.0 (antelope)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 22 12:23:35 UTC 2023


We are ecstatic to announce the release of:

ec2-api 16.0.0: OpenStack Ec2api Service

This release is part of the antelope release series.

The source is available from:

    https://opendev.org/openstack/ec2-api

Download the package from:

    https://pypi.org/project/ec2-api

Please report issues through:

    https://bugs.launchpad.net/ec2-api/+bugs

For more details, please see below.

Changes in ec2-api 15.0.0.0rc1..16.0.0
--------------------------------------

27c479a Update tox.ini for tox4
5971b2a increase default timeout
0ae0b9a Add some automatic steps & Fix SQL in install scripts
a17f4bd Add some automatic steps & Fix SQL in install scripts
16b27e6 Correct queue declaration in Zuul config
24a9c69 doc: Fix docs about installation
750bc48 Drop Babel from reqs
6dbe766 Cleanup py27 support
d641766 Remove logic for Python <= 2.6
e2de35f Switch to 2023.1 Python3 unit tests and generic template name
af83b08 Start generating our own key pairs


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                           |  4 ++--
README.rst                           | 36 ++++++++++++++++++++++++++----------
babel.cfg                            |  1 -
devstack/create_config               |  3 +--
ec2api/api/key_pair.py               | 28 ++++++++++++++++++++++++++--
ec2api/db/sqlalchemy/api.py          |  6 +++++-
install.sh                           | 14 +++++++++++++-
requirements.txt                     |  2 +-
setup.cfg                            |  1 -
setup.py                             |  9 ---------
tools/colorizer.py                   |  5 +----
tools/db/ec2api-db-setup             | 36 ++++++++++++++++++++++++++++++------
tox.ini                              |  2 +-
15 files changed, 120 insertions(+), 43 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 32a62d4..dc5718b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@
-Babel>=2.5.3 # BSD
+






More information about the Release-announce mailing list