Release global-jjb v0.19.0 21/10421/3 v0.19.0
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 3 May 2018 22:14:48 +0000 (18:14 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 4 May 2018 19:29:55 +0000 (15:29 -0400)
Change-Id: Ib0e5add67d0b645d55a7b39b6430f2c849c993ed
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/conf.py
relnotes/v0.19.0.txt [new file with mode: 0644]

index 1be2051..ca2bc2e 100644 (file)
@@ -67,7 +67,7 @@ author = 'Linux Foundation Releng'
 # built documents.
 #
 # The short X.Y version.
-version = '0.19.0-dev'
+version = '0.19.0'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff --git a/relnotes/v0.19.0.txt b/relnotes/v0.19.0.txt
new file mode 100644 (file)
index 0000000..81aa0f5
--- /dev/null
@@ -0,0 +1,59 @@
+global-jjb v0.19.0 Release Notes
+================================
+
+Thanks to Anil, Jeremy, Jessica, Vanessa, and Thanh for contributing to this
+release.
+
+
+Upgrade considerations
+----------------------
+
+None.
+
+Notable changes since v0.18.0
+-----------------------------
+
+cfc3432 Anil Belur      Add generic push changes to gerrit builder
+A new macro named "lf-infra-push-gerrit-patch" is available which will take a
+pre-staged repository and turn it into a commit object and push to Gerrit for
+code review.
+
+bfe91be Thanh Ha        Skip vote for jjb-deploy
+jjb-deploy job will now skip voting in Gerrit when the job is triggered.
+
+68bfb0c Vanessa Rene Valderrama Configure tox tests allow serial execution
+The tox job will now run "detox" if "parallel: true" is configured else it will
+run "tox" instead providing a way for projects to choose which tox runner they
+prefer to use.
+
+f3d8d90 Thanh Ha        Fix jenkins-cfg GitHub cfg to build head of branch
+The jenkins-cfg job has been fixed to work on GitHub projects outside of a PR.
+It was originally incorrectly configured for GitHub projects.
+
+aa256b7 Thanh Ha        Add override for GT file-paths in Python jobs
+The tox-verify job now has a parameter "gerrit_trigger_file_paths" that can be
+used to configure specific file path patterns that will trigger the job. Refer
+to the Gerrit Trigger JJB "file-path" documentation for config details.
+
+https://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.gerrit
+
+cc998bc Jeremy Phelps   Add support to log into docker.io
+
+Full Change Log
+---------------
+
+cc998bc Jeremy Phelps   Add support to log into docker.io
+aa256b7 Thanh Ha        Add override for GT file-paths in Python jobs
+f3d8d90 Thanh Ha        Fix jenkins-cfg GitHub cfg to build head of branch
+68bfb0c Vanessa Rene Valderrama Configure tox tests allow serial execution
+35adc33 Thanh Ha        Add instructions on how to test script locally
+d04c92d Thanh Ha        Print out heading information
+cb633b4 Thanh Ha        Sort packer macros alphabetically
+f492626 Thanh Ha        Simplify packer-parameters macro name to just lf
+cddcc9d Thanh Ha        Set default packer variable in job-template
+bfe91be Thanh Ha        Skip vote for jjb-deploy
+86ae572 Jessica Wagantall       Update XC CLM job parameters
+4f358d5 Jessica Wagantall       Add docs for Python XC CLM
+cfc3432 Anil Belur      Add generic push changes to gerrit builder
+1c46666 Thanh Ha        Fail Sphinx build even on warnings
+a91e95c Jessica Wagantall       Rename sonar-cli.sh to nexus-iq-cli.sh