Release lftools v0.13.0 31/10931/1 v0.13.0
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 1 Jun 2018 16:14:41 +0000 (12:14 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 1 Jun 2018 16:15:03 +0000 (12:15 -0400)
Change-Id: If195384c5e9c624d61aa7f1ecccf9268d134c1b3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
lftools/__init__.py
relnotes/v0.13.0.txt [new file with mode: 0644]

index 0b6ff59..452681f 100644 (file)
@@ -14,7 +14,7 @@
 
 __author__ = 'Thanh Ha'
 __summary__ = 'Linux Foundation Release Engineering Tools'
-__version__ = '0.13.0-dev'
+__version__ = '0.13.0'
 
 import logging
 import logging.config
diff --git a/relnotes/v0.13.0.txt b/relnotes/v0.13.0.txt
new file mode 100644 (file)
index 0000000..cc7aa23
--- /dev/null
@@ -0,0 +1,30 @@
+lftools v0.13.0 Release Notes
+=============================
+
+Thanks to Thanh for contributing to this release.
+
+
+Notable changes since v0.12.0
+----------------------------
+
+81cf2ce Thanh Ha        Make OpenStack requirements optional
+This is a breaking change for any scripts that need the openstack command.
+These projects will need to additionally call `pip install lftools[openstack]`
+to install the openstack dependencies.
+
+
+Full Change Log
+---------------
+
+f881931 Thanh Ha        Simplify Nexus 2 repo target regex
+81cf2ce Thanh Ha        Make OpenStack requirements optional
+5dafca0 Thanh Ha        Add test for latest upstream of dependencies
+891cd62 Thanh Ha        Move tests requirements to separate file
+1a58332 Thanh Ha        Remove trailing slashes in nexus_url
+767ad4c Thanh Ha        Add pytest cache to .gitignore
+beef63d Thanh Ha        Pin requests and python-jenkins
+f4eba82 Thanh Ha        Fail Sphinx build even on warnings
+c41b5fa Thanh Ha        Fix remove volume time format
+05c2bf2 Thanh Ha        Fix volume remove command polling wrong metadata
+f4a4e17 Thanh Ha        Add support for volume management
+4181a01 Thanh Ha        Pin netifaces to 0.10.5