Skip to content

Commit c2d3c98

Browse files
committed
Release 0.4.5
1 parent d0ea8f2 commit c2d3c98

File tree

8 files changed

+41
-12
lines changed

8 files changed

+41
-12
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ Icinga.Icinga Release Notes
44

55
.. contents:: Topics
66

7+
v0.4.5
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Small bugfix release.
14+
15+
Bugfixes
16+
--------
17+
18+
- Empty config directories are now cleaned up **after** config assembly within the :code:`icinga2` role. This should avoid leftover files from previous deployments.
19+
- Fix automatic determination of IfW framework path (:code:`ifw_framework_path`).
20+
- Fix quoting of password within mysql command for IDO database schema import.
21+
- Use explicit booleans in conditions inside of role :code:`monitoring_plugins` for compatibility with :code:`ansible-core >= 2.19`. Thanks @gianmarco-mameli
22+
- Using :code:`ansible.windows.win_powershell` for the :code:`Install-Icinga` command can sometimes get stuck and stay idle indefinitely. The according task now uses :code:`ansible.windows.win_shell` as this seems to be more reliable.
23+
724
v0.4.4
825
======
926

changelogs/changelog.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,3 +483,26 @@ releases:
483483
- fix_410_sources-dot-list.yml
484484
- summary.yml
485485
release_date: '2025-10-27'
486+
0.4.5:
487+
changes:
488+
bugfixes:
489+
- Empty config directories are now cleaned up **after** config assembly within
490+
the :code:`icinga2` role. This should avoid leftover files from previous deployments.
491+
- Fix automatic determination of IfW framework path (:code:`ifw_framework_path`).
492+
- Fix quoting of password within mysql command for IDO database schema import.
493+
- Use explicit booleans in conditions inside of role :code:`monitoring_plugins`
494+
for compatibility with :code:`ansible-core >= 2.19`. Thanks @gianmarco-mameli
495+
- Using :code:`ansible.windows.win_powershell` for the :code:`Install-Icinga`
496+
command can sometimes get stuck and stay idle indefinitely. The according
497+
task now uses :code:`ansible.windows.win_shell` as this seems to be more reliable.
498+
release_summary: 'Small bugfix release.
499+
500+
'
501+
fragments:
502+
- fix_broken_conditionals.yml
503+
- fix_directory_cleanup.yml
504+
- fix_ido_mysl_command.yml
505+
- fix_ifw_framework_path.yml
506+
- fix_ifw_winrm_stuck_idle.yml
507+
- release_summary.yml
508+
release_date: '2025-11-10'

changelogs/fragments/fix_broken_conditionals.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/fix_directory_cleanup.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/fix_ido_mysl_command.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/fix_ifw_framework_path.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/fix_ifw_winrm_stuck_idle.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace: netways
44
name: icinga
5-
version: 0.4.4
5+
version: 0.4.5
66
readme: README.md
77
authors:
88
- Lennart Betz <[email protected]>

0 commit comments

Comments
 (0)