Skip to content

Commit

Permalink
Prepare for Newton post release
Browse files Browse the repository at this point in the history
Prepare the metadata configuration for a new Newton release.

Change-Id: Id238fe0172202d1d786b50d74b90bb6493c28ee7
  • Loading branch information
EmilienM committed Jan 17, 2018
1 parent 62f1ae6 commit b29d8a4
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
104 changes: 52 additions & 52 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
{
"name": "openstack-oslo",
"version": "9.5.0",
"author": "OpenStack Contributors",
"summary": "Puppet module for OpenStack Oslo",
"license": "Apache-2.0",
"source": "git://github.com/openstack/puppet-oslo.git",
"project_page": "https://launchpad.net/puppet-oslo",
"issues_url": "https://bugs.launchpad.net/puppet-oslo",
"description": "Installs and configures OpenStack Oslo.",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"21",
"22"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04"
]
}
],
"dependencies": [
{
"name": "puppetlabs/inifile",
"version_requirement": ">=1.0.0 <2.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.2.0 <5.0.0"
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=9.5.0 <10.0.0"
}
]
}
"name": "openstack-oslo",
"version": "9.6.0",
"author": "OpenStack Contributors",
"summary": "Puppet module for OpenStack Oslo",
"license": "Apache-2.0",
"source": "git://github.com/openstack/puppet-oslo.git",
"project_page": "https://launchpad.net/puppet-oslo",
"issues_url": "https://bugs.launchpad.net/puppet-oslo",
"description": "Installs and configures OpenStack Oslo.",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"21",
"22"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04"
]
}
],
"dependencies": [
{
"name": "puppetlabs/inifile",
"version_requirement": ">=1.0.0 <2.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.2.0 <5.0.0"
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=9.6.0 <10.0.0"
}
]
}
4 changes: 2 additions & 2 deletions releasenotes/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = '9.5.0'
version = ''
# The full version, including alpha/beta/rc tags.
release = '9.5.0'
release = ''

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit b29d8a4

Please sign in to comment.