We contentedly announce the release of: aetos 1.0.0 This is the first release of aetos. This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/aetos Download the package from: https://tarballs.openstack.org/aetos/ Please report issues through: https://bugs.launchpad.net/aetos/+bugs For more details, please see below. Changes in aetos 02defdf49dc41f8d45157764a4eb75341282b375..1.0.0 ---------------------------------------------------------------- 298e64c Execute the watcher-aetos-integration job 187047e Enable a few common hacking checks e563b9e Reduce Prometheus requests for modify_query calls 918dcf4 Validate input of [DEFAULT] auth_mode 455c21f Add Prometheus TLS support 623378a Switch Aetos service type to 'metric-storage' 0e1a4cd setup.cfg: Replace dashes with underscores c43f0fc Run telemetry zuul jobs with Aetos 8f17013 Refactor match[] parameter handling 0a97926 Allow match[] parameter in label and labels 7c89d7e Add first iteration of documentation 5dda7b9 Add bashate 107747c Add tenancy enforcement for all endpoints be28f81 Remove unused python-memcached fa970e5 Drop explicit dependency on python-subunit 7f2e5ea Drop override of [oslo_policy] policy_file 9d20ac4 Exclude test code from coverage report 9dcb65e Add policy and tenancy for query endpoint ae4b845 Add policy handling for admin endpoints 18719a0 Move unit tests to functional tests cea09b9 Update installation guide 8984d5d Remove hacking from explicit test requirements 6873666 Replace old OS version fa9c680 Remove installation guide for openSUSE/SLES 7197d2c Add unit tests b408ebc Drop support for Python 3.9 d4a6a22 Bump packages version f394afb Remove duplicate package 43fe003 Remove db options f44e99e Add http status handling d94c983 Rename delete endpoint 039d5c4 Add admin endpoints 44df540 tox: Bump minimum version and remove ignore_basepython_conflict c5a6df7 Add pyproject.toml to support pip 23.1 3a2092b Add genconfig/policy target a5a1721 Fix missing requirements 3760a1f Drop service_credential options f9b643d No-op implementation of Aetos endpoints 144f909 Add devstack plugin 6c91eb3 Replace UPPER_CONSTRAINTS_FILE 45440df Use pre-commit to run format check 4d0579e Initial structure created by cookiecutter Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..3058b17 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,18 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + +pbr>=6.0.0 # Apache-2.0 +keystonemiddleware>=5.1.0 # Apache-2.0 +lxml>=2.3 # BSD +oslo.config>=6.8.0 # Apache-2.0 +oslo.i18n>=1.5.0 # Apache-2.0 +oslo.log>=4.3.0 # Apache-2.0 +oslo.policy>=4.5.0 # Apache-2.0 +PasteDeploy>=1.5.0 # MIT +Paste>=3.10 # MIT +pecan>=0.8.0 # BSD +oslo.middleware>=3.22.0 # Apache-2.0 +oslo.utils>=4.7.0 # Apache-2.0 +WSME>=0.12.1 # MIT +python-observabilityclient>=1.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..17b3274 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,5 @@ +coverage>=4.0,!=4.4 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0 +testtools>=2.2.0 # MIT +WebTest>=3.0.0 # MIT