Skip to content

Commit

Permalink
Merge pull request #305 from Icinga/merge-0.3.4
Browse files Browse the repository at this point in the history
Merge release 0.3.4 into main
  • Loading branch information
Donien authored Jul 26, 2024
2 parents 63fcf18 + 7e5c30b commit 55e56b3
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ Icinga.Icinga Release Notes

.. contents:: Topics

v0.3.4
======

Release Summary
---------------

Bugfix release

Bugfixes
--------

- Added missing port paramater to mysql command within icingadb role (#267)
- Fixed collect of icinga2_objects when icinga2_config_host is not defined (#228)
- Fixed issue where reusing the repos role within the monitoring_plugins could cause the deactivation of the repos; using standalone task now (#270)
- Icinga's packages no longer create '/var/log/icingadb-redis/'. Added tasks that create a log directory based on `icingadb_redis_logfile` (#298).

v0.3.3
======
Expand All @@ -17,8 +32,8 @@ Bugfixes
--------

- ensure backwards compatibility with bool filter (#218)
- icinga2 feature api: fixed missing quotes in delegate ticket command for satellites or second master nodes.
- icingaweb2: run pqslcmd with LANG=C to ensure the output is in english.
- icinga2 feature api: fixed missing quotes in delegate ticket command for satellites or second master nodes.(#250)
- icingaweb2: run pqslcmd with LANG=C to ensure the output is in english.(#241)
- remove superfluous curly brace (#246)

v0.3.2
Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,22 @@ releases:
fragments:
- fix_missing_quotes_delegate_ticket.yml
release_date: '2024-01-15'
0.3.4:
changes:
bugfixes:
- Added missing port paramater to mysql command within icingadb role (#267)
- Fixed collect of icinga2_objects when icinga2_config_host is not defined (#228)
- Fixed issue where reusing the repos role within the monitoring_plugins could
cause the deactivation of the repos; using standalone task now (#270)
- Icinga's packages no longer create '/var/log/icingadb-redis/'. Added tasks
that create a log directory based on `icingadb_redis_logfile` (#298).
release_summary: Bugfix release
fragments:
- fix_issue_228.yml
- fix_issue_267.yml
- fix_issue_268.yml
- fix_issue_269.yml
- fix_issue_270.yml
- fix_issue_298.yml
- release_summary.yml
release_date: '2024-07-25'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: icinga
name: icinga
version: 0.3.3
version: 0.3.4
readme: README.md
authors:
- Lennart Betz <[email protected]>
Expand Down

0 comments on commit 55e56b3

Please sign in to comment.