Skip to content

Commit

Permalink
Update changelog 1.1.3 (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: swapdisk <[email protected]>
  • Loading branch information
github-actions[bot] and swapdisk authored Sep 26, 2023
1 parent ac32d0b commit 204971e
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 19 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Ansible Leapp Collection Release Notes
.. contents:: Topics


v1.1.3
======

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

- Add the default variables async_timeout_maximum and async_poll_interval which configure the timeout and polling values resepectively for asynchronous task execution. - Setting async/poll values as default vars will allow override timer values based on the end user's particular needs.
- Set the default to "disabled" in the selinux_mode default variable - This resolves an issue with a missing Ansible fact for servers where selinux is disabled

Bugfixes
--------

- Fixed common role to resolve incorrect timestamps in log files
- Fixed os_path is undefined error in upgrade role

v1.1.2
======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,22 @@ releases:
fragments:
- os_path_update.yaml
release_date: '2023-08-29'
1.1.3:
changes:
bugfixes:
- Fixed common role to resolve incorrect timestamps in log files
- Fixed os_path is undefined error in upgrade role
minor_changes:
- Add the default variables async_timeout_maximum and async_poll_interval which
configure the timeout and polling values resepectively for asynchronous task
execution. - Setting async/poll values as default vars will allow override
timer values based on the end user's particular needs.
- Set the default to "disabled" in the selinux_mode default variable - This
resolves an issue with a missing Ansible fact for servers where selinux is
disabled
fragments:
- async-timer-vars.yml
- fix_log_timestamps.yml
- fix_os_path.yml
- selinux_variable_fix.yml
release_date: '2023-09-26'
5 changes: 0 additions & 5 deletions changelogs/fragments/async-timer-vars.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

0 comments on commit 204971e

Please sign in to comment.