Prepare the final stable/train release

The stable/train is entering in extended manitenance. Because we have
seveal changes merged since the last release, a new release should be
created before that.

Depends-on: https://review.opendev.org/791063
Depends-on: https://review.opendev.org/791064
Depends-on: https://review.opendev.org/791204
Change-Id: I37ef899324a937633b9c2a09dd6501a965f70110
This commit is contained in:
Takashi Kajinami 2021-05-14 15:48:26 +09:00
parent 7b0e3c78c0
commit c830d4b600
1 changed files with 3 additions and 3 deletions

View File

@ -19,11 +19,11 @@
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=15.4.0 <16.0.0"
"version_requirement": ">=15.5.0 <16.0.0"
},
{
"name": "openstack/oslo",
"version_requirement": ">=15.4.0 <16.0.0"
"version_requirement": ">=15.5.0 <16.0.0"
}
],
"description": "Installs and configures OpenStack Gnocchi (Metric & index storage API).",
@ -65,5 +65,5 @@
],
"source": "git://github.com/openstack/puppet-gnocchi.git",
"summary": "Puppet module for OpenStack Gnocchi",
"version": "15.4.0"
"version": "15.5.0"
}