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
Change-Id: I5cc0955856751c9b1f3fcfbf4d30c4d5b81d551c
This commit is contained in:
Takashi Kajinami 2021-05-24 23:33:44 +09:00
parent 15bfeb667b
commit c5d6aef8d9
1 changed files with 3 additions and 3 deletions

View File

@ -19,11 +19,11 @@
}, },
{ {
"name": "openstack/openstacklib", "name": "openstack/openstacklib",
"version_requirement": ">=15.4.0 <16.0.0" "version_requirement": ">=15.5.0 <16.0.0"
}, },
{ {
"name": "openstack/oslo", "name": "openstack/oslo",
"version_requirement": ">=15.4.0 <16.0.0" "version_requirement": ">=15.5.0 <16.0.0"
} }
], ],
"description": "Installs and configures OpenStack Watcher.", "description": "Installs and configures OpenStack Watcher.",
@ -65,5 +65,5 @@
], ],
"source": "git://github.com/openstack/puppet-watcher.git", "source": "git://github.com/openstack/puppet-watcher.git",
"summary": "Puppet module for OpenStack Watcher", "summary": "Puppet module for OpenStack Watcher",
"version": "15.4.0" "version": "15.4.1"
} }