Release 8.0.0

* Update CHANGELOG file to document the right URL for release notes.
* Update beaker_spec_helper and rake_tasks to checkout stable/mitaka.
* Update version in version.rb, to match with other modules versionning.
* Improve index.rst to list releases and propose indices and tables.
* Add mitaka.rst to track notes added in stable/mitaka.

Change-Id: I9eedb76279e5f2bf61b7819c55433b1393d312aa
This commit is contained in:
Emilien Macchi 2016-03-21 15:16:49 -04:00
parent a773a798f3
commit 4150a405ca
7 changed files with 27 additions and 8 deletions

View File

@ -0,0 +1,2 @@
Release notes are published on
[docs.openstack.org](http://docs.openstack.org/releasenotes/puppet-openstack_spec_helper/).

View File

@ -12,7 +12,7 @@ install_gems() {
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
git://git.openstack.org openstack/puppet-nova
else
git clone git://git.openstack.org/openstack/puppet-nova openstack/puppet-nova
git clone git://git.openstack.org/openstack/puppet-nova -b stable/mitaka openstack/puppet-nova
fi
cd openstack/puppet-nova

View File

@ -49,7 +49,7 @@ RSpec.configure do |c|
zuul_clone_cmd += "git://git.openstack.org #{repo}"
on host, zuul_clone_cmd
else
on host, "git clone https://git.openstack.org/#{repo} #{repo}"
on host, "git clone https://git.openstack.org/#{repo} -b stable/mitaka #{repo}"
end
on host, "ZUUL_REF=#{zuul_ref} ZUUL_BRANCH=#{zuul_branch} ZUUL_URL=#{zuul_url} bash #{repo}/install_modules.sh"

View File

@ -59,7 +59,7 @@ task :spec_prep do
zuul_clone_cmd += ['git://git.openstack.org', "#{repo}"]
sh(*zuul_clone_cmd)
else
sh("git clone https://git.openstack.org/#{repo} #{repo}")
sh("git clone https://git.openstack.org/#{repo} -b stable/mitaka #{repo}")
end
script = ['env']
script += ["PUPPETFILE_DIR=#{Dir.pwd}/spec/fixtures/modules"]

View File

@ -1,5 +1,5 @@
module PuppetOpenstackSpecHelper
module Version
STRING = '0.0.1'
STRING = '8.0.0'
end
end

View File

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

View File

@ -0,0 +1,6 @@
===========================
Mitaka Series Release Notes
===========================
.. release-notes::
:branch: origin/stable/mitaka