From e95dbd4ae6a9b4aa853fc72ccc9f62b468f227cf Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 11 Dec 2017 12:46:11 -0500 Subject: [PATCH] Release lftools v0.11.0 Change-Id: If40b6319e21f6d42eb770a22de2b93677a6eb87f Signed-off-by: Thanh Ha --- lftools/__init__.py | 2 +- relnotes/v0.11.0.txt | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 relnotes/v0.11.0.txt diff --git a/lftools/__init__.py b/lftools/__init__.py index 17791d32..42e6fba6 100644 --- a/lftools/__init__.py +++ b/lftools/__init__.py @@ -14,7 +14,7 @@ __author__ = 'Thanh Ha' __summary__ = 'Linux Foundation Release Engineering Tools' -__version__ = '0.11.0-dev' +__version__ = '0.11.0' import logging import logging.config diff --git a/relnotes/v0.11.0.txt b/relnotes/v0.11.0.txt new file mode 100644 index 00000000..94ac0304 --- /dev/null +++ b/relnotes/v0.11.0.txt @@ -0,0 +1,39 @@ +lftools v0.11.0 Release Notes +============================= + +Thanks to Anil and Thanh for contributing to this release. + + +Notable changes since v0.10.0 +---------------------------- + +bfa488e Thanh Ha Use parallel to sign when available +lftools signing should now be significantly faster as we are now using parallel +to run gpg sign commands. + +e396384 Thanh Ha Add a snapshot mode to the deploy-nexus command +This change allows us to use cURL to upload snapshots to Nexus. Previously only +release artifacts were possible as we did not allow maven-metadata.xml files to +be pushed to Nexus. This exception is added for SNAPSHOT builds as this is +necessary in the case of SNAPSHOTs so that Maven builds can find the SNAPSHOT +artifacts. + +68f40d3 Thanh Ha Update openstack cmd to support ci_managed filter +Updated to support lf-infra in OpenStack scenarios. We use image metadata +fields to determine if an image is managed by lfci. This can be turned on or +off via "ci-managed" parameter on the CLI. Defaults to true. + +f2bd527 Thanh Ha Automatically hide protected images +This change automatically hides protected images. lftools uses this as a marker +to ignore the image and not manage it. + + +Full Change Log +--------------- + +f2bd527 Thanh Ha Automatically hide protected images +68f40d3 Thanh Ha Update openstack cmd to support ci_managed filter +8bca894 Anil Belur Suppress GNU parallel notice on every run +e396384 Thanh Ha Add a snapshot mode to the deploy-nexus command +78cd27d Thanh Ha Fail gracefully when no files to sign +bfa488e Thanh Ha Use parallel to sign when available -- 2.16.6