Release 8.0.0

* Update CHANGELOG with release notes URL.
* Update README with new release number & name.
* Update metadata.json with new tag & dependencies.
* Add release note prelude for Mitaka.
* Update Reno release note to drop prelude.
* Improve release note landing page.

Change-Id: Ic9c0531e635bbcb90c4c18a140a8e9e352d8e86b
This commit is contained in:
Emilien Macchi 2016-03-23 14:43:59 -04:00
parent e76ff289fe
commit 16dc996694
5 changed files with 25 additions and 9 deletions

View File

@ -1,3 +1,8 @@
## 8.0.0 and beyond
From 8.0.0 release and beyond, release notes are published on
[docs.openstack.org](http://docs.openstack.org/releasenotes/puppet-ironic/).
##2015-11-25 - 7.0.0 ##2015-11-25 - 7.0.0
###Summary ###Summary

View File

@ -1,6 +1,6 @@
{ {
"name": "openstack-ironic", "name": "openstack-ironic",
"version": "7.0.0", "version": "8.0.0",
"author": "eNovance and OpenStack Contributors", "author": "eNovance and OpenStack Contributors",
"summary": "Puppet module for OpenStack Ironic", "summary": "Puppet module for OpenStack Ironic",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -32,9 +32,9 @@
"description": "Installs and configures OpenStack Ironic (Bare metal).", "description": "Installs and configures OpenStack Ironic (Bare metal).",
"dependencies": [ "dependencies": [
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" }, { "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name": "openstack/keystone", "version_requirement": ">=7.0.0 <8.0.0" }, { "name": "openstack/keystone", "version_requirement": ">=8.0.0 <9.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" }, { "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" },
{ "name": "openstack/openstacklib", "version_requirement": ">=7.0.0 <8.0.0" }, { "name": "openstack/openstacklib", "version_requirement": ">=8.0.0 <9.0.0" },
{ "name": "puppetlabs/vcsrepo", "version_requirement": ">=1.3.0 <2.0.0"} { "name": "puppetlabs/vcsrepo", "version_requirement": ">=1.3.0 <2.0.0"}
] ]
} }

View File

@ -0,0 +1,3 @@
---
prelude: >
This is the first Mitaka release for puppet-ironic module.

View File

@ -1,6 +1,4 @@
--- ---
prelude: >
Release notes are generated by Reno.
features: features:
- Release notes are no longer maintained by hand, we now use the reno tool to - Release notes are no longer maintained by hand, we now use the reno tool to
manage them. manage them.

View File

@ -1,8 +1,18 @@
=========================== =======================================
puppet-ironic Release Notes Welcome to puppet-ironic Release Notes!
=========================== =======================================
Contents
========
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 2
unreleased unreleased
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`