From: Thanh Ha Date: Tue, 5 Sep 2017 16:07:27 +0000 (-0400) Subject: Release lftools v0.9.0 X-Git-Tag: v0.9.0^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F14%2F6314%2F1;p=releng%2Flftools.git Release lftools v0.9.0 Change-Id: I34c8b9db49b7942329f911e5671fd7dff84402dd Signed-off-by: Thanh Ha --- diff --git a/lftools/__init__.py b/lftools/__init__.py index 999812e1..c527510b 100644 --- a/lftools/__init__.py +++ b/lftools/__init__.py @@ -13,7 +13,7 @@ """lftools package.""" __author__ = 'Thanh Ha' -__version__ = '0.9.0-dev' +__version__ = '0.9.0' import logging import logging.config diff --git a/relnotes/v0.9.0.txt b/relnotes/v0.9.0.txt new file mode 100644 index 00000000..ad8ca6d9 --- /dev/null +++ b/relnotes/v0.9.0.txt @@ -0,0 +1,22 @@ +lftools v0.9.0 Release Notes +============================ + +Thanks to Anil, and Thanh for contributing to this release. + + +Notable changes since v0.8.0 +---------------------------- + +6c692e8 Anil Belur Add support for .tgz and .gz file extensions +tgz and gz file support has been added to the deploy maven file command. + + +Full Change Log +--------------- + +6f51ac4 Thanh Ha Exit script with error if artifacts fail download +deab66b Thanh Ha Use gpg2 if available +aebf395 Thanh Ha DO NOT archive if filename is longer than 255 +5215558 Thanh Ha Add a best practice for JJB templates +6c692e8 Anil Belur Add support for .tgz and .gz file extensions +6d86321 Thanh Ha Set a default logger if file methods fail