Skip to content

Commit

Permalink
Update changelog 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swapdisk authored Nov 14, 2024
1 parent db1f54b commit bf79f32
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 22 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Ansible Leapp Collection Release Notes

.. contents:: Topics

v1.4.1
======

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

- Add leapp_env_vars optional variable for defining leapp environment variables
- Add option to skip the initial update and reboot of the pre-upgraded server
- Add optional parameter for allowing caching of facts within AAP
- Consolidate analysis and upgrade custom-local-repos.yml task files to infra.leapp.common custom_local_repos.yml.
- Ensure leapp_upgrade_repositories.repo only has content from the current run of local_repos_leapp variable.
- Fix minor documentation typo for /etc/yum.repos.d
- Support optional gpgkey and repo_gpgcheck yum repository attributes
- Update example playbooks and variables from 8.8 to 8.10.
- Use infra.leapp.common custom_local_repos.yml to generate all repository files.

v1.4.0
======

Expand Down
26 changes: 25 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,35 @@ releases:
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.
- 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'
1.4.1:
changes:
minor_changes:
- Add leapp_env_vars optional variable for defining leapp environment variables
- Add option to skip the initial update and reboot of the pre-upgraded server
- Add optional parameter for allowing caching of facts within AAP
- Consolidate analysis and upgrade custom-local-repos.yml task files to infra.leapp.common
custom_local_repos.yml.
- Ensure leapp_upgrade_repositories.repo only has content from the current run
of local_repos_leapp variable.
- Fix minor documentation typo for /etc/yum.repos.d
- Support optional gpgkey and repo_gpgcheck yum repository attributes
- Update example playbooks and variables from 8.8 to 8.10.
- Use infra.leapp.common custom_local_repos.yml to generate all repository files.
fragments:
- add_cachable_variable.yml
- custom_local_repos.yml
- documentation-yum-repos-d.yml
- leapp_env_vars.yml
- option_to_skip_pre_upgrade_update_boot.yml
- support_gpgkey_and_repo_gpgcheck.yml
- update_8_8_to_8_10.yml
release_date: '2024-11-14'
3 changes: 0 additions & 3 deletions changelogs/fragments/add_cachable_variable.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/custom_local_repos.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/documentation-yum-repos-d.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/leapp_env_vars.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/support_gpgkey_and_repo_gpgcheck.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/update_8_8_to_8_10.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.4.0
version: 1.4.1
readme: README.md
authors:
- Bob Mader (github.com/swapdisk)
Expand Down

0 comments on commit bf79f32

Please sign in to comment.