1998 Commits

Author SHA1 Message Date
Jenkins
8c7ff0dd34 Merge "Stable mitaka release for instack-undercloud" 2016-06-17 12:39:31 +00:00
Jenkins
b00ea59a79 Merge "Release OpenStack-Ansible Liberty/12.0.15" 2016-06-17 12:07:09 +00:00
Jenkins
861f941b8b Merge "Release OpenStack-Ansible Mitaka/13.1.3" 2016-06-17 12:07:01 +00:00
Jesse Pretorius
d17f90c13e Release OpenStack-Ansible Liberty/12.0.15
Change-Id: Ibcc0c9b9c1ab7c802240d5c35142ee1c25daf7b6
2016-06-17 10:15:12 +01:00
Jesse Pretorius
4ee7619070 Release OpenStack-Ansible Mitaka/13.1.3
Change-Id: I7da34d20244df1acf48fd3c43a75b2e1e16dfc4e
2016-06-17 09:23:39 +01:00
Angus Lees
a0492871f0 Release oslo.privsep 1.9.0
Highlights:

Adds an (optional for now) initialisation function that should be called
near top of main() in applications that use oslo.privsep.

In particular, this allows applications to tell privsep which rootwrap
executable to use, removing the need to set helper_command in
oslo.config in many cases.

Change-Id: I8bb782a848e44d7c00affdc921c4f2d8afa9b114
Depends-On: I3ea73e16b07a870629e7d69e897f2524d7068ae8
Partial-Bug: #1592043
2016-06-17 16:04:08 +10:00
Jenkins
cc5110a289 Merge "tools: Trivial fixup" 2016-06-16 18:50:36 +00:00
Jenkins
c6ee77f243 Merge "release cliff 2.1.0" 2016-06-16 13:16:48 +00:00
Jenkins
cf718922f5 Merge "newton: release python-novaclient 4.1.0" 2016-06-16 13:09:09 +00:00
Steven Hardy
75734003fb Stable mitaka release for instack-undercloud
Cut a release for the instack-undercloud component.

The previous 4.0.0 release was tagged directly, so this adds the
deliverable and continues the numbering with a 4.1.0 release.

Note this has been validated via the following periodic CI:

http://logs.openstack.org/periodic/periodic-tripleo-ci-centos-7-ha-mitaka/d3b1c10/console.html

Change-Id: Iaa22fb4d7238f48392a5b8cec35946926f08c8c2
2016-06-16 12:25:33 +01:00
Tony Breeds
3d515abe57 tools: Trivial fixup
tox -ebashate complains about the 'do' not being on the same line.

Fix that.

Change-Id: Ibd109509cdcd0b51546c3246c452630a82ed84f7
2016-06-16 16:12:18 +10:00
Steve Martinelli
ebf7e80076 release cliff 2.1.0
it's been a while and a few new features have landed.

Change-Id: Id67c18cca8bdba2d968bfdfb2c9b437dbca8cc04
Related-Bug: 1577368
Related-Bug: 1485847
2016-06-16 02:22:50 +00:00
Matt Riedemann
64d6061686 newton: release python-novaclient 4.1.0
Change-Id: I2f1e6140803b201f6a074b8b3e39f176c96f83b5
2016-06-15 19:35:35 -04:00
Kaiyan Sheng
81000f477d Release monasca-common 1.0.0 for Newton
Change-Id: I1604e3086a5ae681d89832d6487bd5a9665d8b54
2016-06-15 13:45:42 -06:00
Jenkins
dcfbb76ec8 Merge "Release OpenStack-Ansible Newton/14.0.0.0b1" 2016-06-15 12:17:37 +00:00
Jenkins
2c2637626d Merge "Don't try to re-wrap things that already have newlines" 2016-06-15 12:02:16 +00:00
Jesse Pretorius
6e3acb0c1b Release OpenStack-Ansible Newton/14.0.0.0b1
Depends-On: I291ff553efd96c3dee5d36cb803140e66be2a40e
Change-Id: I7ee03d037a8308cdfe8ee78c7e35608bf88be1ec
2016-06-15 12:08:21 +01:00
Jenkins
25c17ce9d9 Merge "networking-bagpipe 4.0.0 (mitaka) release" 2016-06-14 18:28:24 +00:00
Jenkins
006f85ea85 Merge "networking-bgpvpn 4.0.1 (mitaka) release" 2016-06-14 18:15:20 +00:00
Jenkins
f049f916c4 Merge "os-win 1.0.0" 2016-06-14 15:49:54 +00:00
Jenkins
69377342d3 Merge "mitaka: release nova 13.1.0" 2016-06-14 15:40:07 +00:00
Ihar Hrachyshka
6248224e60 networking-bagpipe 4.0.0 (mitaka) release
This is the very first release of the subproject. The version is not
1.0.0 because the team wants to stay in sync with networking-bgpvpn in
terms of versioning.

Change-Id: Id3d886d2b65b8991f838aa20a6b759117a0cb526
Closes-Bug: #1589502
2016-06-14 17:30:54 +02:00
Ihar Hrachyshka
35541a7953 networking-bgpvpn 4.0.1 (mitaka) release
FYI the tag is already pushed into the repo.

Closes-Bug: #1589501
Change-Id: I73e85c62e450c673908dbf78ff27af52dcd96685
2016-06-14 17:15:59 +02:00
Jenkins
23efa8ca9d Merge "Release Zaqar client 1.1.0" 2016-06-14 15:10:47 +00:00
Fei Long Wang
9739ffddbc Release Zaqar client 1.1.0
Change-Id: I9e56dc2bc102b21714ca219e64be268e19fa6f37
2016-06-14 11:14:48 +12:00
Joshua Harlow
ee556a1341 Oslo releases for week of june 13, 2016
Change-Id: If3f71ed75642bdd5a2cd4164650b4857575a77b5
2016-06-13 15:12:24 -07:00
Joshua Harlow
167e228d27 Don't try to re-wrap things that already have newlines
When a string is found (and about to be output) that
already has newlines in it (say it was read in previously)
we shouldn't be trying to reformat that string when
writing it back out; so avoid doing this by searching for
existing newlines and not re-wrapping things when they
already exist.

Change-Id: Ic310677314172f46b360c90197539993eb5bcc99
2016-06-13 11:41:53 -07:00
Matt Riedemann
62f0c82186 mitaka: release nova 13.1.0
This is a minor version bump due to requiring a newer
minimum oslo.concurrency for the CVE-2015-5162 fix.

Change-Id: I2e9d4b71593a8d96339074590974a79634c37710
2016-06-10 21:06:54 -04:00
Claudiu Belu
52e316c42f os-win 1.0.0
It includes support for Hyper-V Shielded VMs.

Change-Id: Ifbf8a0570b47513cd8e698f8b35adf52828e4f93
2016-06-10 08:37:52 -07:00
Jenkins
bd888c1f4f Merge "maintain team ownership info in the deliverable files" 2016-06-10 02:04:49 +00:00
Jenkins
59c5545049 Merge "add team field for remaining deliverables" 2016-06-10 02:04:43 +00:00
Jenkins
5b6693e0a2 Merge "add team field for diablo deliverables" 2016-06-10 02:04:34 +00:00
Jenkins
60aa4cfb2f Merge "add team field for essex deliverables" 2016-06-10 02:04:28 +00:00
Jenkins
f3114f053b Merge "add team field for folsom deliverables" 2016-06-10 02:04:26 +00:00
Jenkins
1f37255e1d Merge "add team field for grizzly deliverables" 2016-06-10 02:04:21 +00:00
Jenkins
de0f5a4d6b Merge "add team field for havana deliverables" 2016-06-10 02:04:18 +00:00
Jenkins
1c1a5ba843 Merge "add team field for icehouse deliverables" 2016-06-10 02:04:12 +00:00
Jenkins
63a9f0e5af Merge "add team field for juno deliverables" 2016-06-10 02:04:06 +00:00
Jenkins
d92e138039 Merge "add team field for kilo deliverables" 2016-06-10 02:04:01 +00:00
Jenkins
f36c2801e2 Merge "neutron 8.1.2 (mitaka) release" 2016-06-10 01:51:01 +00:00
Jenkins
facbc31012 Merge "neutron 7.1.1 (liberty) release" 2016-06-10 01:50:56 +00:00
Jenkins
4932c45f0f Merge "reno 1.7.0" 2016-06-10 01:50:50 +00:00
Jenkins
770dce3f17 Merge "mitaka: release oslo.concurrency 3.7.1" 2016-06-10 01:45:18 +00:00
Jenkins
c9bf9c39ce Merge "Oslo releases for week of june 6th, 2016" 2016-06-10 01:24:25 +00:00
Matt Riedemann
0f75c3e1e8 mitaka: release oslo.concurrency 3.7.1
This is needed to get a CVE-related fix out for mitaka
that Nova can use.

Change-Id: I764d92fdba20ea5389f7fbfc107e7557c09801b4
Related-Bug: #1449062
2016-06-09 16:56:43 -04:00
Doug Hellmann
c88a05351f reno 1.7.0
Change-Id: I47ee6abd8a61fc6e34964cbac8268b748a3ec7ba
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-06-09 14:38:30 -04:00
Doug Hellmann
9d12f20416 maintain team ownership info in the deliverable files
Teams add and remove repositories, change owners of repositories, and
are themselves removed over time. We can't rely on the current version
of the governance repository to include the information about who owned
a deliverable, so we need to put that information here in the releases
repository where we can track changes over time.

This patch adds support for a required "team" field to the deliverable
file, using the values set in previous patches in the series, and
updates the rendering code to use it instead of the project list from
the governance repository.

Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Change-Id: I5941072c641c05bf0983984cae29a34927246d86
2016-06-09 14:34:21 -04:00
Doug Hellmann
66a5aaeb43 add team field for remaining deliverables
updating these old deliverable files also required making them meet
modern validation tests, including marking the tuskar repositories as
retired and renaming the openstack-ansible-ironic repository to
openstack-ansible-os_ironic

Change-Id: I4dad522549d996639c3ecce825c27b229bbd6d0e
2016-06-09 14:34:21 -04:00
Doug Hellmann
a12d6827aa add team field for diablo deliverables
adding the new field to the old deliverable files also required updating
them to meet the modern validation rules

Change-Id: I9e772250f3ef419ce0a6e3e3eeb6a74a6491d6b9
2016-06-09 14:34:21 -04:00
Doug Hellmann
081ee6668f add team field for essex deliverables
updating the old deliverable files also required fixing them to pass
modern validation rules

Change-Id: I70ad5fa592c66ebf6174891964676f2c3d484b67
2016-06-09 14:34:21 -04:00