From 8b15f2bfeafff8c7d9233b8ea06c446bb0ffc99b Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Tue, 14 Nov 2017 10:50:36 -0800 Subject: [PATCH] Release global-jjb v0.12.0 Change-Id: I706b80fcdc695d3fb2b25984d65d352ba688b559 Signed-off-by: Andrew Grimberg --- docs/conf.py | 2 +- relnotes/v0.12.0.txt | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 relnotes/v0.12.0.txt diff --git a/docs/conf.py b/docs/conf.py index 2458cfec..71234556 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.12.0-dev' +version = '0.12.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/relnotes/v0.12.0.txt b/relnotes/v0.12.0.txt new file mode 100644 index 00000000..8df62207 --- /dev/null +++ b/relnotes/v0.12.0.txt @@ -0,0 +1,37 @@ +lftools v0.12.0 Release Notes +============================= + +Thanks to Thanh, Jeremy, and Anil for contributing to this release. + + +Notable changes since v0.11.0 +----------------------------- + +dd452eb Jeremy Phelps Add branches parameter to github scm macro +Make sure that the github scm macro accepts +branches as a configuration option like the +gerrit version of the macro. + +5a5524c Anil Belur Enable maven jobs to archive artifacts +Projects which use the maven jobs in global-jjb may +require to archive additional logs such as surefire +reports. This needs to be handled by globstar patterns +passed through the projects using these templates. + +6624c7f Thanh Ha Move jjb-version to templates +It appears that `job-group` definitions take priority over `project` +definitions. Move it to the template so that we can override the +parameter correctly. + + +Full Change Log +--------------- + +dd452eb Jeremy Phelps Add branches parameter to github scm macro +5a5524c Anil Belur Enable maven jobs to archive artifacts +ee00dc6 Jeremy Phelps Add npm config script +6624c7f Thanh Ha Move jjb-version to templates +f2d509d Jeremy Phelps Add npmrc config file to lf-infra-wrappers +4eaa376 Thanh Ha Add install goal to javadoc job +fc75b20 Thanh Ha Bump to v0.12.0-dev +cabe898 Thanh Ha Add note on JJB defaults -- 2.16.6