From: Thanh Ha Date: Fri, 27 Jul 2018 15:47:18 +0000 (-0400) Subject: Release lftools v0.15.0 X-Git-Tag: v0.15.0^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F12019%2F3;p=releng%2Flftools.git Release lftools v0.15.0 Change-Id: I3a3196f64cefabb390315a85e277d4652c9b30cb Signed-off-by: Thanh Ha --- diff --git a/lftools/__init__.py b/lftools/__init__.py index f754f8aa..63dc008b 100644 --- a/lftools/__init__.py +++ b/lftools/__init__.py @@ -14,7 +14,7 @@ __author__ = 'Thanh Ha' __summary__ = 'Linux Foundation Release Engineering Tools' -__version__ = '0.15.0-dev' +__version__ = '0.15.0' import logging import logging.config diff --git a/relnotes/v0.15.0.txt b/relnotes/v0.15.0.txt new file mode 100644 index 00000000..8ec595c5 --- /dev/null +++ b/relnotes/v0.15.0.txt @@ -0,0 +1,36 @@ +lftools v0.15.0 Release Notes +============================= + +Thanks to Anil, Jeremy, and Thanh for contributing to this release. + + +Notable changes since v0.14.0 +---------------------------- + +7ecbff3 Anil Belur Add options to continue interrupted downloads +The staging repo artifact signing script will now resume downloads if it was +interrupted for whatever reason. + +4a92381 Thanh Ha Add cURL command to push an artifact to Nexus +8904697 Thanh Ha Add optional classifier def to deploy cmd +Adds a new command to push Maven files up to a Nexus repository, includes +support for staging repos as well. + +9aa2fa4 Jeremy Phelps Add utility to check repos for commits missing DCO +A new `lftools dco check` command is now available which will scan a repo for +commits that are missing DCO sign-offs. + +59f8abc Anil Belur Handle snapshot artifacts in get_file_info() +maven-file deploy script now supports SNAPSHOTs. + + +Full Change Log +--------------- + +59f8abc Anil Belur Handle snapshot artifacts in get_file_info() +9aa2fa4 Jeremy Phelps Add utility to check repos for commits missing DCO +8904697 Thanh Ha Add optional classifier def to deploy cmd +4a92381 Thanh Ha Add cURL command to push an artifact to Nexus +66d8562 Thanh Ha Split Nexus staged repo create & close functions +6ee7bfa Thanh Ha Add pre-commit hook for trailing-whitespace +7ecbff3 Anil Belur Add options to continue interrupted downloads