From c3150dcea8069e284ec52bf487541576a62687ab Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 3 May 2018 18:14:48 -0400 Subject: [PATCH] Release global-jjb v0.19.0 Change-Id: Ib0e5add67d0b645d55a7b39b6430f2c849c993ed Signed-off-by: Thanh Ha --- docs/conf.py | 2 +- relnotes/v0.19.0.txt | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 relnotes/v0.19.0.txt diff --git a/docs/conf.py b/docs/conf.py index 1be20512..ca2bc2ee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 index 00000000..81aa0f50 --- /dev/null +++ b/relnotes/v0.19.0.txt @@ -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 -- 2.16.6