Prepare Pike metadata

Bump metadata.json and reno configs for Pike

Change-Id: I1d7f0d938dd07c668ca498acbc4befb2df42145a
This commit is contained in:
Alex Schultz 2017-03-07 14:39:56 -07:00
parent c0835195c0
commit 94040724cc
2 changed files with 18 additions and 19 deletions

View File

@ -1,7 +1,7 @@
{
"name": "openstack-designate",
"version": "10.3.0",
"author": "Xingchao Yu and StackForge Contributors",
"version": "11.0.0-dev",
"author": "Xingchao Yu and OpenStack Contributors",
"summary": "Puppet module for OpenStack Designate",
"license": "Apache-2.0",
"source": "git://github.com/openstack/puppet-designate.git",
@ -18,10 +18,16 @@
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"20"
"24"
]
},
{
@ -30,16 +36,9 @@
"7"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04"
]
}
@ -52,7 +51,7 @@
},
{
"name": "openstack/keystone",
"version_requirement": ">=10.3.0 <11.0.0"
"version_requirement": ">=11.0.0 <12.0.0"
},
{
"name": "puppetlabs/stdlib",
@ -64,11 +63,11 @@
},
{
"name": "openstack/openstacklib",
"version_requirement": ">=10.3.0 <11.0.0"
"version_requirement": ">=11.0.0 <12.0.0"
},
{
"name": "openstack/oslo",
"version_requirement": ">=10.3.0 <11.0.0"
"version_requirement": ">=11.0.0 <12.0.0"
},
{
"name": "antonlindstrom/powerdns",

View File

@ -45,16 +45,16 @@ master_doc = 'index'
# General information about the project.
project = u'puppet-designate Release Notes'
copyright = u'2016, Puppet OpenStack Developers'
copyright = u'2017, Puppet OpenStack Developers'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '10.3.0'
version = '11.0.0'
# The full version, including alpha/beta/rc tags.
release = '10.3.0'
release = '11.0.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -198,7 +198,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'puppet-designateReleaseNotes.tex', u'puppet-designate Release Notes Documentation',
u'2016, Puppet OpenStack Developers', 'manual'),
u'2017, Puppet OpenStack Developers', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -228,7 +228,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'puppet-designatereleasenotes', u'puppet-designate Release Notes Documentation',
[u'2016, Puppet OpenStack Developers'], 1)
[u'2017, Puppet OpenStack Developers'], 1)
]
# If true, show URL addresses after external links.
@ -242,7 +242,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'puppet-designateReleaseNotes', u'puppet-designate Release Notes Documentation',
u'2016, Puppet OpenStack Developers', 'puppet-designateReleaseNotes', 'One line description of project.',
u'2017, Puppet OpenStack Developers', 'puppet-designateReleaseNotes', 'One line description of project.',
'Miscellaneous'),
]