From a83c46fa8ad7f623c06366960101a0db7fd3b88a Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Thu, 24 Oct 2019 22:30:41 +0200 Subject: [PATCH] Release 0.9.0 ## Packaging - Add the /var/log/leapp directory to the leapp RPM ## Framework ### Fixes - Handle string types in compatible way - Allow testing actors (run unit & component tests) with workflow config models ### Enhancements - Stop adding 'process-end' audit entry (#538) - Introduce report composability, remove renders (#543) - Introduce answerfile generation & usage - Add additional metadata (hash) to reporting messages to be able to identify them uniquely ## Leapp ### Fixes - Various fixes in displaying of generated reports - Show help message for proper subcommand ### Enhancements - Introduce report composability, remove renders (#543) - Introduce answerfile generation & usage ## Snactor ### Fixes - Fix processing of actors when two actors start with the same name (#548) ### Enhancements - Add sanity-check command ## stdlib ### Fixes ### Enhancements - improve failed command error message - log external command errors to audit --- leapp/__init__.py | 2 +- man/leapp.1 | 2 +- man/snactor.1 | 2 +- packaging/leapp.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/leapp/__init__.py b/leapp/__init__.py index 17f7d4870..ce522f2d3 100644 --- a/leapp/__init__.py +++ b/leapp/__init__.py @@ -1,6 +1,6 @@ from leapp.utils.workarounds import apply_workarounds -VERSION = "0.8.1" +VERSION = "0.9.0" FULL_VERSION = VERSION apply_workarounds() diff --git a/man/leapp.1 b/man/leapp.1 index 76a6e7f06..a8383cb09 100644 --- a/man/leapp.1 +++ b/man/leapp.1 @@ -1,4 +1,4 @@ -.TH LEAPP "1" "17/04/2019" "leapp 0.8.1" "User Commands" +.TH LEAPP "1" "17/04/2019" "leapp 0.9.0" "User Commands" .SH NAME leapp - command-line interface to for App & OS Modernization Framework Leapp .SH SYNOPSIS diff --git a/man/snactor.1 b/man/snactor.1 index 344ea4838..2ceede1a7 100644 --- a/man/snactor.1 +++ b/man/snactor.1 @@ -1,4 +1,4 @@ -.TH SNACTOR "1" "17/04/2019" "snactor 0.8.1" "User Commands" +.TH SNACTOR "1" "17/04/2019" "snactor 0.9.0" "User Commands" .SH NAME snactor - development and repository management tool for App & OS Modernization Framework Leapp .SH SYNOPSIS diff --git a/packaging/leapp.spec b/packaging/leapp.spec index 4f9a57083..5e5e1125e 100644 --- a/packaging/leapp.spec +++ b/packaging/leapp.spec @@ -18,7 +18,7 @@ %endif Name: leapp -Version: 0.8.1 +Version: 0.9.0 Release: 1%{?dist} Summary: OS & Application modernization framework