Skip to content

Commit

Permalink
Release 0.19.0
Browse files Browse the repository at this point in the history
## Announce
This is the last Python 2.7 compatible release. Putting Py2 on its earned
rest, all the code is going to keep Python 3.6 compatibility. In the same time
we are going to stop the testing and building on RHEL 7.

## Packaging
- Bump leapp-framework to 6.0 (#870)
- Bump leapp-framework-dependencies to 6 (#870)
- Require PyAML (on RHEL 7) and python3-PyYAML (on RHEL 8) packages (#870)
- Introduce /etc/leapp/actor_conf.d/ in the leapp rpm (#885)

## Framework
### Fixes
- Increase soft limits on the number of opened file descriptors and maximum
size of manipulated files during initialization (#887)

### Enhancements
- [Tech preview] Introduce configurability for leapp actors (#870)

## Snactor
### Enhancements
- snactor(run): allow using an existing execution context in used leapp.db (#873)

## stdlib
### Enhancements
- [Tech preview] Introduce `api.retrieve_config` function to obtain configuration for the actor based on the specified configuration schema (#870)
  • Loading branch information
pirat89 committed Feb 14, 2025
1 parent bafd8e2 commit c637bef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

# General information about the project.
project = 'Leapp'
copyright = '2017-2018, Leapp Team'
copyright = '2025, Leapp Team'
author = 'Leapp Team'

# The version info for the project you're documenting, acts as replacement for
Expand Down
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" "2024-08-16" "leapp 0.18.0" "User Commands"
.TH LEAPP "1" "2025-02-14" "leapp 0.19.0" "User Commands"

.SH NAME
leapp \- command line interface for upgrades between major OS versions
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" "2024-08-16" "snactor 0.18.0" "User Commands"
.TH SNACTOR "1" "2025-02-14" "snactor 0.19.0" "User Commands"

.SH NAME
snactor \- development and repository management tool for leapp
Expand Down
2 changes: 1 addition & 1 deletion packaging/leapp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
%endif

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

Expand Down

0 comments on commit c637bef

Please sign in to comment.