Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / relnotes / v0.14.0.txt
1 global-jjb v0.14.0 Release Notes
2 ================================
3
4 Thanks to Jeremy and Thanh for contributing to this release.
5
6
7 Notable changes since v0.13.0
8 -----------------------------
9
10 9ace820 Thanh Ha        Update remote gerrit to use GERRIT_URL
11 Fixes issue when GIT_BASE and GIT_URL are pointing to a mirror. The git review
12 command needs it's gerrit remote to point to Gerrit.
13
14 7ce2809 Thanh Ha        Update merge job to work with common-packer
15 8cc91c0 Thanh Ha        Update packer file_path triggers
16 fec0bb3 Anil Belur      Improve packer-validate debugging output
17 Updates packer ci jobs to work with the new common-packer project. The updates
18 were designed to be backwards compatible so should not break projects that have
19 not yet added common-packer to their builds.
20
21 f3ed649 Thanh Ha        Use detox to run tox in parallel
22 Switches our parallel tox calls to using detox instead of GNU parallel. detox
23 is more aware of the tox environment than GNU parallel was which intermittently
24 caused build issues for projects that had a lot of envs defined.
25
26 89c7b0f Thanh Ha        Prioritize MAVEN_PARAMS to override OPTIONS
27 When passing mvn-parmas for a parameter that's already defined by scripts it
28 will now prioritize the project's declaration over the default environment.
29
30 5ffdf16 Thanh Ha        Allow SONAR_MAVEN_GOAL to be configurable
31 Sonar Maven goal is now configurable allowing projects to specify the version
32 of the sonar plugin they wish to use in cases where they do not want to use the
33 latest sonar plugin version.
34
35 645a9ea Andrew Grimberg Base sigul macros and scripts
36 Adds a new sigual macro which in the future will be used for signing artifacts
37 in the CI system. It is currently not production ready.
38
39 Full Change Log
40 ---------------
41
42 9ace820 Thanh Ha        Update remote gerrit to use GERRIT_URL
43 7ce2809 Thanh Ha        Update merge job to work with common-packer
44 8cc91c0 Thanh Ha        Update packer file_path triggers
45 fec0bb3 Anil Belur      Improve packer-validate debugging output
46 f3ed649 Thanh Ha        Use detox to run tox in parallel
47 bb5e0da Anil Belur      Fix ShellCheck v0.4.7 lint issues
48 1ca3e3a Thanh Ha        Bump version to v0.14.0-dev
49 562c337 Thanh Ha        Release global-jjb v0.13.1
50 89c7b0f Thanh Ha        Prioritize MAVEN_PARAMS to override OPTIONS
51 5ffdf16 Thanh Ha        Allow SONAR_MAVEN_GOAL to be configurable
52 6f46b9b Anil Belur      Make sysstat script more readable
53 8a9a1c0 Anil Belur      Update packer version to 1.1.3
54 7b53496 Thanh Ha        Bump CLM job timeout to 30
55 f5cc1dd Thanh Ha        Bump version to v0.14.0-dev
56 645a9ea Andrew Grimberg Base sigul macros and scripts