From: Thanh Ha Date: Fri, 1 Jun 2018 16:14:41 +0000 (-0400) Subject: Release lftools v0.13.0 X-Git-Tag: v0.13.0^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F10931%2F1;p=releng%2Flftools.git Release lftools v0.13.0 Change-Id: If195384c5e9c624d61aa7f1ecccf9268d134c1b3 Signed-off-by: Thanh Ha --- diff --git a/lftools/__init__.py b/lftools/__init__.py index 0b6ff596..452681f0 100644 --- a/lftools/__init__.py +++ b/lftools/__init__.py @@ -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 index 00000000..cc7aa230 --- /dev/null +++ b/relnotes/v0.13.0.txt @@ -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