Release 4.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: Ic899d2d7a466c113c2b17a9000392b8e2d6ae494
This commit is contained in:
parent
b988c7684a
commit
2059a77127
@ -1,3 +1,8 @@
|
|||||||
|
## 4.0.0 and beyond
|
||||||
|
|
||||||
|
From 4.0.0 release and beyond, release notes are published on
|
||||||
|
[docs.openstack.org](http://docs.openstack.org/releasenotes/puppet-vswitch/).
|
||||||
|
|
||||||
##2015-11-25 - 3.0.0
|
##2015-11-25 - 3.0.0
|
||||||
###Summary
|
###Summary
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
VSwitch
|
VSwitch
|
||||||
=======
|
=======
|
||||||
|
|
||||||
3.0.0 - 2015.2 - Liberty
|
4.0.0 - 2016.1 - Mitaka
|
||||||
|
|
||||||
A Puppet module providing things for vSwitches. At the moment OVS is the only
|
A Puppet module providing things for vSwitches. At the moment OVS is the only
|
||||||
one I've added but please feel free to contribute new providers through
|
one I've added but please feel free to contribute new providers through
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "openstack-vswitch",
|
"name": "openstack-vswitch",
|
||||||
"version": "3.0.0",
|
"version": "4.0.0",
|
||||||
"author": "Endre Karlson, Dan Bode and OpenStack Contributors",
|
"author": "Endre Karlson, Dan Bode and OpenStack Contributors",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"source": "git://github.com/openstack/puppet-vswitch.git",
|
"source": "git://github.com/openstack/puppet-vswitch.git",
|
||||||
|
3
releasenotes/notes/mitaka-dece9d43a565e6cb.yaml
Normal file
3
releasenotes/notes/mitaka-dece9d43a565e6cb.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
prelude: >
|
||||||
|
This is the first Mitaka release for puppet-vswitch module.
|
@ -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.
|
||||||
|
@ -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 = '8.0.0'
|
version = '4.0.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '8.0.0'
|
release = '4.0.0'
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -1,8 +1,18 @@
|
|||||||
============================
|
========================================
|
||||||
puppet-vswitch Release Notes
|
Welcome to puppet-vswitch Release Notes!
|
||||||
============================
|
========================================
|
||||||
|
|
||||||
|
Contents
|
||||||
|
========
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 2
|
||||||
|
|
||||||
unreleased
|
unreleased
|
||||||
|
|
||||||
|
|
||||||
|
Indices and tables
|
||||||
|
==================
|
||||||
|
|
||||||
|
* :ref:`genindex`
|
||||||
|
* :ref:`search`
|
||||||
|
Loading…
Reference in New Issue
Block a user