From: Thanh Ha Date: Fri, 9 Feb 2018 19:11:03 +0000 (-0500) Subject: Release lftools v0.12.0 X-Git-Tag: v0.12.0^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F8785%2F1;p=releng%2Flftools.git Release lftools v0.12.0 Change-Id: Ifa0a9344badb1ca942707b833cd71a77dc3f4a9e Signed-off-by: Thanh Ha --- diff --git a/lftools/__init__.py b/lftools/__init__.py index c32fda12..b7d4baea 100644 --- a/lftools/__init__.py +++ b/lftools/__init__.py @@ -14,7 +14,7 @@ __author__ = 'Thanh Ha' __summary__ = 'Linux Foundation Release Engineering Tools' -__version__ = '0.12.0-dev' +__version__ = '0.12.0' import logging import logging.config diff --git a/relnotes/v0.12.0.txt b/relnotes/v0.12.0.txt new file mode 100644 index 00000000..1709c592 --- /dev/null +++ b/relnotes/v0.12.0.txt @@ -0,0 +1,45 @@ +lftools v0.12.0 Release Notes +============================= + +Thanks to Anil, Jessica, Robert and Thanh for contributing to this release. + + +Notable changes since v0.11.0 +---------------------------- + +8be6ebc Thanh Ha Add lftools command to remove specific server +Adds a new remove server command that accepts an optional minutes parameter. +This allows us to ignore deleting a server if it is not at least a certain age +to prevent cleanup scripts deleting a server before it has a chance to connect +to Jenkins. + +dd02080 Robert Varga upload_to_nexus to return a non-zero exit status +Fixed a bug where upload_to_nexus did not properly return a failure state. This +would cause Jenkins to incorrectly log the upload as passed. + +d28fe86 Thanh Ha Add a groovy command to lftools +Adds a new groovy command which can be used to execute admin scripts against a +Jenkins instance. We plan to use this feature to enable management of global +Jenkins configuration. + +fc50450 Jessica Wagantall Fix wget command for Nexus sign script +Improves the sign script command to clone 15 levels of directories in Nexus +when signing artifacts. This is necessary as some projects have more than the +default number of nested subdirectories. + +e42e0f5 Anil Belur Print CPU, Memory, Disk and Network stats +This prints additional information about the system at the end of a job run. + + +Full Change Log +--------------- + +8be6ebc Thanh Ha Add lftools command to remove specific server +dd02080 Robert Varga upload_to_nexus to return a non-zero exit status +0cf41e5 Thanh Ha Switch to using lfdocs-conf 0.1.3 +d28fe86 Thanh Ha Add a groovy command to lftools +2bf9eef Thanh Ha Switch lftools to lfdocs-conf +459dded Thanh Ha Improve debugging output for deploy nexus-zip cmd +b4de489 Thanh Ha Fix ShellCheck v0.4.7 lint issues +fc50450 Jessica Wagantall Fix wget command for Nexus sign script +e42e0f5 Anil Belur Print CPU, Memory, Disk and Network stats