Release global-jjb v0.12.0 08/7508/1 v0.12.0
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 14 Nov 2017 18:50:36 +0000 (10:50 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 14 Nov 2017 18:50:36 +0000 (10:50 -0800)
Change-Id: I706b80fcdc695d3fb2b25984d65d352ba688b559
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
docs/conf.py
relnotes/v0.12.0.txt [new file with mode: 0644]

index 2458cfe..7123455 100644 (file)
@@ -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 (file)
index 0000000..8df6220
--- /dev/null
@@ -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