Skip to content

Commit

Permalink
Update changelog 1.4.0 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
swapdisk authored Aug 29, 2024
1 parent 4d8b679 commit 429a026
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 13 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Ansible Leapp Collection Release Notes

.. contents:: Topics

v1.4.0
======

Major Changes
-------------

- Change Leapp report schema from default (1.0.0) to new 1.2.0 for analysis and upgrade.

Minor Changes
-------------

- Added variables to the leapp_resume task to control task retries and delays.

Bugfixes
--------

- Run leapp with increased per-process file descriptor limit

v1.3.1
======

Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,16 @@ releases:
- fix_upgrade.yml
- move_fact_capture_to_common.yml
release_date: '2024-07-16'
1.4.0:
changes:
bugfixes:
- Run leapp with increased per-process file descriptor limit
major_changes:
- Change Leapp report schema from default (1.0.0) to new 1.2.0 for analysis and upgrade.
minor_changes:
- Added variables to the leapp_resume task to control task retries and delays.
fragments:
- add_leapp_resume_variables.yml
- fix_ulimit.yml
- use_new_report_schema.yml
release_date: '2024-08-28'
4 changes: 0 additions & 4 deletions changelogs/fragments/add_leapp_resume_variables.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/fix_ulimit.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/use_new_report_schema.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace: infra
name: leapp
version: 1.3.1
version: 1.4.0
readme: README.md
authors:
- Bob Mader (github.com/swapdisk)
Expand Down

0 comments on commit 429a026

Please sign in to comment.