Release global-jjb v0.14.0 44/8344/1 v0.14.0
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 10 Jan 2018 20:46:11 +0000 (15:46 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 10 Jan 2018 20:51:42 +0000 (15:51 -0500)
Change-Id: Ic0a55eba3dac5759af7d8f276f30af8690d4e30f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/conf.py
relnotes/v0.14.0.txt [new file with mode: 0644]

index 4ddd6cd..b2b9dc8 100644 (file)
@@ -67,7 +67,7 @@ author = 'Linux Foundation Releng'
 # built documents.
 #
 # The short X.Y version.
-version = '0.14.0-dev'
+version = '0.14.0'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff --git a/relnotes/v0.14.0.txt b/relnotes/v0.14.0.txt
new file mode 100644 (file)
index 0000000..f88e8c1
--- /dev/null
@@ -0,0 +1,56 @@
+global-jjb v0.14.0 Release Notes
+================================
+
+Thanks to Jeremy and Thanh for contributing to this release.
+
+
+Notable changes since v0.13.0
+-----------------------------
+
+9ace820 Thanh Ha        Update remote gerrit to use GERRIT_URL
+Fixes issue when GIT_BASE and GIT_URL are pointing to a mirror. The git review
+command needs it's gerrit remote to point to Gerrit.
+
+7ce2809 Thanh Ha        Update merge job to work with common-packer
+8cc91c0 Thanh Ha        Update packer file_path triggers
+fec0bb3 Anil Belur      Improve packer-validate debugging output
+Updates packer ci jobs to work with the new common-packer project. The updates
+were designed to be backwards compatible so should not break projects that have
+not yet added common-packer to their builds.
+
+f3ed649 Thanh Ha        Use detox to run tox in parallel
+Switches our parallel tox calls to using detox instead of GNU parallel. detox
+is more aware of the tox environment than GNU parallel was which intermittently
+caused build issues for projects that had a lot of envs defined.
+
+89c7b0f Thanh Ha        Prioritize MAVEN_PARAMS to override OPTIONS
+When passing mvn-parmas for a parameter that's already defined by scripts it
+will now prioritize the project's declaration over the default environment.
+
+5ffdf16 Thanh Ha        Allow SONAR_MAVEN_GOAL to be configurable
+Sonar Maven goal is now configurable allowing projects to specify the version
+of the sonar plugin they wish to use in cases where they do not want to use the
+latest sonar plugin version.
+
+645a9ea Andrew Grimberg Base sigul macros and scripts
+Adds a new sigual macro which in the future will be used for signing artifacts
+in the CI system. It is currently not production ready.
+
+Full Change Log
+---------------
+
+9ace820 Thanh Ha        Update remote gerrit to use GERRIT_URL
+7ce2809 Thanh Ha        Update merge job to work with common-packer
+8cc91c0 Thanh Ha        Update packer file_path triggers
+fec0bb3 Anil Belur      Improve packer-validate debugging output
+f3ed649 Thanh Ha        Use detox to run tox in parallel
+bb5e0da Anil Belur      Fix ShellCheck v0.4.7 lint issues
+1ca3e3a Thanh Ha        Bump version to v0.14.0-dev
+562c337 Thanh Ha        Release global-jjb v0.13.1
+89c7b0f Thanh Ha        Prioritize MAVEN_PARAMS to override OPTIONS
+5ffdf16 Thanh Ha        Allow SONAR_MAVEN_GOAL to be configurable
+6f46b9b Anil Belur      Make sysstat script more readable
+8a9a1c0 Anil Belur      Update packer version to 1.1.3
+7b53496 Thanh Ha        Bump CLM job timeout to 30
+f5cc1dd Thanh Ha        Bump version to v0.14.0-dev
+645a9ea Andrew Grimberg Base sigul macros and scripts