6126 Commits

Author SHA1 Message Date
Michael Dong
76e913783a Release Syntribos 0.5.0
Change-Id: Ie67a395e08612084b85a2daa15f91fd5e09307c0
2017-11-29 16:29:05 -05:00
Michael Dong
80c65225ae Release syntribos 0.4.0
Change-Id: I98097b452c6fb6dd836e5fa5e2d8d8f2433d936f
2017-10-25 13:36:52 -05:00
Zuul
81f73d804c Merge "Fix release model URL links in schedule" 2017-10-16 21:25:41 +00:00
Doug Hellmann
6b2b2f10af Revert "Release puppet-vitrage for Pike"
This reverts commit ef00e18f9937e1544d2bedebf26328a7c3d741b8.

Change-Id: I4050e42b96bf36072502086b9cdeb39bb4f776a7
2017-10-16 20:16:27 +00:00
Mohammed Naser
ef00e18f99 Release puppet-vitrage for Pike
This patch also adds the bits to to set it as a cycle-trailing
release for the current cycle.

Change-Id: Ie56df421625b99488160cca383a284e5aaf2041e
2017-10-16 12:02:57 -04:00
Doug Hellmann
3f5c4ffb45 only try to apply temporary tag one time
We had two separate places where we were applying the temporary tag
for the new version. Consolidate that into one place, early in the
processing, so the rest of the logic can assume that the tag exists.

Change-Id: Id712292036abf98124bb41c6650dadbb698b942e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-16 12:02:57 -04:00
Doug Hellmann
7fed957392 show the command used to create temporary tag
Change-Id: Ie13eddfe0fdc1268124a6e6c928ac4e7b93bc3c3
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-16 12:02:57 -04:00
Sean McGinnis
6b81fd72e6 Fix release model URL links in schedule
Links were pointing under the tags information for a release model, should
be under the release_models governance info.

Change-Id: Ia7fc62cae517c3340a46deafe54e94746873314b
2017-10-16 10:41:56 -05:00
Doug Hellmann
0ea15a31e8 ensure the git user identity is configured
In order for list-changes to tag the repo we need to ensure the git
user identity is set. We do that conditionally to avoid overwriting
local user settings when running the command outside of CI.

Change-Id: I6ac6be1ad1907f19e9ba8850d80460f84d34446c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-16 11:34:17 -04:00
Doug Hellmann
fffdada0bd pass $HOME to tox commands so git can find its config file
list-changes now needs to be able to add a temporary tag to build the
release notes. Adding the tag requires identity information not previously
required for other git commands, and git needs to know where HOME is to
find that info.

Change-Id: Ia9a506bdfa30cf72b48d53a7ec05b0bc939f34a6
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-16 09:22:21 -04:00
Doug Hellmann
3fc5805761 switch from Popen to check_output in release notes tools
The copy of release_notes.py imported from the release-tools repo was
modified to use Popen instead of oslo.concurrency. However, that
change was made incorrectly, and an invalid exception was being
caught. When the commands work fine, this doesn't present a
problem. When the commands fail, it breaks error handling. Replace all
of the local logic with check_call(), the function used elsewhere in
this repo for running background commands. Update users of run_cmd()
in release_notes.py to only expect to receive stdout as a response.

Change-Id: I291a077ed613c3e4ad56b85c81945c15a6301c17
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-16 09:22:19 -04:00
Monty Taylor
0542c71fdb
Release 1.24.0 of shade
Change-Id: I40116258d58ab7d264e20a427958151e149a91ee
2017-10-13 06:05:21 -05:00
Monty Taylor
902775786e
Change 'sha' to 'hash' in release notes check
The project dict in deliverables uses the word 'hash' to indicate the
appropriate commit, but the releasenotes check is using 'sha'.

Change-Id: I00b07de13aee3a4651de058e2636b4202844eed4
2017-10-13 06:05:21 -05:00
Jenkins
49da716f1b Merge "add release notes output to the list-changes job" 2017-10-12 12:22:54 +00:00
Jenkins
0922ac24e7 Merge "Revert "Revert "TripleO Newton release""" 2017-10-11 19:55:33 +00:00
Doug Hellmann
70be592ba5 add release notes output to the list-changes job
Import the release-notes command from the release-tools repository and
integrate it with the list-changes command so that we see the release
notes for an upcoming release. This lets us review the release notes
output for warnings (like not having a documentation page linked) and
errors (such as reno failing to work).

Change-Id: I710606fe44601fe5414bfc82f25894319f16e558
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-11 13:44:46 -04:00
Sean McGinnis
2a731c3c6b Revert "Revert "TripleO Newton release""
Retry release processing.

This reverts commit 7cbb1219e1b6007393e76017467932361196a053.

Change-Id: Ic45c016203869e0acad732b101300ae8b0328fa2
2017-10-11 16:56:03 +00:00
Jenkins
f686e924c4 Merge "Revert "TripleO Newton release"" 2017-10-11 16:54:29 +00:00
Sean McGinnis
7cbb1219e1 Revert "TripleO Newton release"
post-release jobs failed. Will need to redo release.

This reverts commit 30d63056feb659f5c2739f374c20e97f9aa3d196.

Change-Id: I3df2629c0aa2ecb9a33fe963732b6e60a026e8fc
2017-10-11 13:51:28 +00:00
Jenkins
61fcfd31ce Merge "TripleO Newton release" 2017-10-11 13:40:43 +00:00
Jenkins
4fe3cbf811 Merge "Add Sahara project deadlines for Queens" 2017-10-11 09:24:31 +00:00
Emilien Macchi
30d63056fe TripleO Newton release
Change-Id: I77acf244527dd00133b7ed57639a910b9978cc97
2017-10-10 17:59:36 -07:00
Jenkins
a3796cb7b8 Merge "TripleO Pike release" 2017-10-10 17:12:04 +00:00
Jenkins
77b10de655 Merge "TripleO Ocata release" 2017-10-10 17:10:44 +00:00
Jenkins
6485eba7a6 Merge "Release renderspec 1.9.1 bugfix release" 2017-10-10 17:02:00 +00:00
Emilien Macchi
a084850837 TripleO Ocata release
Change-Id: I9b744782ccddaaa6f19a97d7c1ff80938529253d
2017-10-10 16:32:57 +00:00
Emilien Macchi
34d8cf435b TripleO Pike release
Change-Id: I6e1e5b9ca3b07467838e4e279290c3d3a31f8af1
2017-10-10 09:25:17 -07:00
Sean McGinnis
ca9a2f484b Revert "Revert "Revert "Revert "Final newton release of Octavia and neutron-lbaas""""
This reverts commit f495c266ecf931fcf7f8d104b52a67ffe3b156d7.

Change-Id: I1f0b1fe43ed8a2df3155361d224362fd244c0e2a
2017-10-10 15:31:19 +00:00
Sean McGinnis
f495c266ec Revert "Revert "Revert "Final newton release of Octavia and neutron-lbaas"""
Once more with feeling.

This reverts commit b8d320d6c94f8b1cc51a1336be3e574d10883b17.

Change-Id: I0853b76c5621f75a2a7b014f2ad2828ea4869219
2017-10-10 14:39:41 +00:00
Thierry Carrez
b8d320d6c9 Revert "Revert "Final newton release of Octavia and neutron-lbaas""
This reverts commit 3d5c1125a92cd90e739816ce01d72b9811c60521,
so that the release-post jobs can be re-run on that change.

Change-Id: Ib04aae2cabf4ba47bb2e39dcb94479a8fddee4f9
2017-10-10 14:25:12 +02:00
Thierry Carrez
3d5c1125a9 Revert "Final newton release of Octavia and neutron-lbaas"
This reverts commit 4b9bad0f26e1a63469b0ebd37f4c9f9a745e94b1
as it failed release-post jobs, so that it can be reapplied.

Change-Id: I5e6596afce09297c3b9e7349c4a392a2f16f3cc3
2017-10-10 14:22:47 +02:00
Thomas Bechtold
3de9a5e3b1 Release renderspec 1.9.1 bugfix release
The release includes a fix for the SUSE base template.

Change-Id: Ibe2502da2ac29f98547e9e839be8adba5fcbd326
2017-10-10 08:36:45 +02:00
Jenkins
858c988956 Merge "Final newton release of Octavia and neutron-lbaas" 2017-10-10 02:01:10 +00:00
Jenkins
a46c26108b Merge "Add oslo.serialization release for stable/newton" 2017-10-09 20:43:45 +00:00
Michael Johnson
4b9bad0f26 Final newton release of Octavia and neutron-lbaas
Release neutron-lbaas 9.2.2 and octavia 0.9.2 as the final stable/newton
release to include backported fixes not previously released.

Change-Id: Idff05c52edcd155398a6c3b88698cf8758cc626e
2017-10-09 09:32:27 -07:00
Jenkins
84fe705804 Merge "Create release for tripleo-common 8.0.0" 2017-10-09 15:26:24 +00:00
Mathieu Bultel
230f11b5c9 Create release for tripleo-common 8.0.0
Adding minor update feature

Change-Id: I7e9e5ab18d83daec35caf57bbd10a4e3e6ef33bf
2017-10-09 15:55:34 +02:00
Jenkins
29975e7e0d Merge "New feature renderspec release" 2017-10-09 13:25:16 +00:00
ChangBo Guo(gcb)
c180b88d03 Add oslo.serialization release for stable/newton
Change-Id: I12ec33e90e18b140e8cc162de0555cc5831340b7
2017-10-09 18:06:27 +08:00
Dirk Mueller
4e5e0bc6a8 New feature renderspec release
Change-Id: I7bb5a149b4cba20a1ffd0c0a0b92a76d6761f3b5
2017-10-09 10:42:19 +02:00
Jenkins
0c27333b5e Merge "Release cliff 2.9.1" 2017-10-08 21:47:17 +00:00
Jenkins
06c89d32ee Merge "Create new releases for puppet-murano and puppet-nova" 2017-10-08 21:40:25 +00:00
Jenkins
85fc19e1e7 Merge "Release mistral-lib 0.3.0 for Pike" 2017-10-08 21:40:19 +00:00
Alfredo Moralejo
6dd4e75771 Create new releases of puppet-magnum for pike and ocata
They include "Fix magnum cluster TLS cert generation".

Change-Id: I0ab0849de1dbbf87294be334b0cc2cd80ce6879e
2017-10-06 12:32:17 +02:00
Dougal Matthews
1d4f229719 Release mistral-lib 0.3.0 for Pike
Change-Id: I0a8bb59c35aec40ae529fce5da6f30f3820991af
2017-10-06 08:44:58 +01:00
Jenkins
9e198213a8 Merge "Release renderspec 1.7.0" 2017-10-06 07:04:44 +00:00
Jenkins
0135d83aa1 Merge "Release OpenStack-Ansible pike/16.0.1" 2017-10-05 20:41:03 +00:00
Jenkins
a473b515c0 Merge "Release OpenStack-Ansible ocata/15.1.9" 2017-10-05 20:40:07 +00:00
Jenkins
573f126582 Merge "Release OpenStack-Ansible newton/14.2.9" 2017-10-05 20:39:56 +00:00
Jenkins
14e1dc068d Merge "Release TripleO Ocata (bugfix)" 2017-10-05 14:41:22 +00:00