Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
pirat89 committed Oct 24, 2019
1 parent a282617 commit a83c46f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion leapp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from leapp.utils.workarounds import apply_workarounds

VERSION = "0.8.1"
VERSION = "0.9.0"
FULL_VERSION = VERSION

apply_workarounds()
2 changes: 1 addition & 1 deletion man/leapp.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/snactor.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packaging/leapp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%endif

Name: leapp
Version: 0.8.1
Version: 0.9.0
Release: 1%{?dist}
Summary: OS & Application modernization framework

Expand Down

0 comments on commit a83c46f

Please sign in to comment.