Prepare for Newton post release

Prepare the metadata configuration for a new Newton release.

Change-Id: I92c2af9b4c0f89881d330960161019230633ba69
This commit is contained in:
Emilien Macchi 2018-01-17 06:58:40 -08:00
parent 39790fb913
commit 333dc5088e
2 changed files with 62 additions and 62 deletions

View File

@ -1,61 +1,61 @@
{ {
"name": "openstack-barbican", "name": "openstack-barbican",
"version": "9.5.0", "version": "9.6.0",
"author": "OpenStack Contributors", "author": "OpenStack Contributors",
"summary": "Puppet module for OpenStack Barbican", "summary": "Puppet module for OpenStack Barbican",
"license": "Apache-2.0", "license": "Apache-2.0",
"source": "git://github.com/openstack/puppet-barbican.git", "source": "git://github.com/openstack/puppet-barbican.git",
"project_page": "https://launchpad.net/puppet-barbican", "project_page": "https://launchpad.net/puppet-barbican",
"issues_url": "https://bugs.launchpad.net/puppet-barbican", "issues_url": "https://bugs.launchpad.net/puppet-barbican",
"description": "Installs and configures OpenStack Barbican.", "description": "Installs and configures OpenStack Barbican.",
"operatingsystem_support": [ "operatingsystem_support": [
{ {
"operatingsystem": "Debian", "operatingsystem": "Debian",
"operatingsystemrelease": [ "operatingsystemrelease": [
"8" "8"
] ]
}, },
{ {
"operatingsystem": "Fedora", "operatingsystem": "Fedora",
"operatingsystemrelease": [ "operatingsystemrelease": [
"21", "21",
"22" "22"
] ]
}, },
{ {
"operatingsystem": "RedHat", "operatingsystem": "RedHat",
"operatingsystemrelease": [ "operatingsystemrelease": [
"7" "7"
] ]
}, },
{ {
"operatingsystem": "Ubuntu", "operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "operatingsystemrelease": [
"14.04", "14.04",
"16.04" "16.04"
] ]
} }
], ],
"dependencies": [ "dependencies": [
{ {
"name": "puppetlabs/inifile", "name": "puppetlabs/inifile",
"version_requirement": ">=1.0.0 <2.0.0" "version_requirement": ">=1.0.0 <2.0.0"
}, },
{ {
"name": "puppetlabs/stdlib", "name": "puppetlabs/stdlib",
"version_requirement": ">= 4.2.0 <5.0.0" "version_requirement": ">= 4.2.0 <5.0.0"
}, },
{ {
"name": "openstack/keystone", "name": "openstack/keystone",
"version_requirement": ">=9.5.0 <10.0.0" "version_requirement": ">=9.6.0 <10.0.0"
}, },
{ {
"name": "openstack/openstacklib", "name": "openstack/openstacklib",
"version_requirement": ">=9.5.0 <10.0.0" "version_requirement": ">=9.6.0 <10.0.0"
}, },
{ {
"name": "openstack/oslo", "name": "openstack/oslo",
"version_requirement": ">=9.5.0 <10.0.0" "version_requirement": ">=9.6.0 <10.0.0"
} }
] ]
} }

View File

@ -52,9 +52,9 @@ copyright = u'2016, Puppet OpenStack Developers'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '9.5.0' version = ''
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '9.5.0' release = ''
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.