We are gleeful to announce the release of: gnocchi 3.1.1: Metric as a Service Download the package from: https://tarballs.openstack.org/gnocchi/ For more details, please see below. Changes in gnocchi 3.1.0..3.1.1 ------------------------------- 689f2b3 s3: set maximum length for s3_bucket_prefix option 0fad644 s3: use a different bucket prefix for each test 5b2820a s3: fix new metric listing 1dd962b s3: fix minimum botocore version 04ef146 ensure original_resource_id is not none 840888b fix bad slash migration 024ebe4 Update .gitreview for stable/3.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .../1e1a63d3d186_original_resource_id_not_null.py | 27 ++++++++++++++++++++++ .../397987e38570_no_more_slash_and_reencode.py | 7 +++--- gnocchi/storage/incoming/s3.py | 2 +- gnocchi/storage/s3.py | 3 +++ requirements.txt | 2 +- setup.cfg | 1 + 9 files changed, 42 insertions(+), 22 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ea3d96a..dae4c54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ iso8601 -oslo.config>=2.6.0 +oslo.config>=2.7.0