Release lftools v0.15.0 19/12019/3 v0.15.0
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 27 Jul 2018 15:47:18 +0000 (11:47 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 30 Jul 2018 15:17:35 +0000 (11:17 -0400)
Change-Id: I3a3196f64cefabb390315a85e277d4652c9b30cb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
lftools/__init__.py
relnotes/v0.15.0.txt [new file with mode: 0644]

index f754f8a..63dc008 100644 (file)
@@ -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 (file)
index 0000000..8ec595c
--- /dev/null
@@ -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