diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f3c6e90f..4fe58ef7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,22 @@ 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 ====== @@ -17,8 +33,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 @@ -27,7 +43,7 @@ v0.3.2 Release Summary --------------- -This is a bugfix release, bringing two QOL features and a fix for the installation process of some of the roles which broke with v0.3.1. +Bugfix Release Minor Changes ------------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fddba26d..b0af55a3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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-23' diff --git a/changelogs/fragments/fix_issue_228.yml b/changelogs/fragments/fix_issue_228.yml deleted file mode 100644 index bceb8909..00000000 --- a/changelogs/fragments/fix_issue_228.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Fixed collect of icinga2_objects when icinga2_config_host is not defined (#228) \ No newline at end of file diff --git a/changelogs/fragments/fix_issue_267.yml b/changelogs/fragments/fix_issue_267.yml deleted file mode 100644 index ff188fe4..00000000 --- a/changelogs/fragments/fix_issue_267.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Added missing port paramater to mysql command within icingadb role (#267) diff --git a/changelogs/fragments/fix_issue_268.yml b/changelogs/fragments/fix_issue_268.yml deleted file mode 100644 index 30f36e69..00000000 --- a/changelogs/fragments/fix_issue_268.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Added no_log true to obscure secret information (#268) diff --git a/changelogs/fragments/fix_issue_269.yml b/changelogs/fragments/fix_issue_269.yml deleted file mode 100644 index 4aadcf8c..00000000 --- a/changelogs/fragments/fix_issue_269.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Changed conditions / boolean comparisons to be more verbose (#269) diff --git a/changelogs/fragments/fix_issue_270.yml b/changelogs/fragments/fix_issue_270.yml deleted file mode 100644 index 9e16f7e5..00000000 --- a/changelogs/fragments/fix_issue_270.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Fixed issue where reusing the repos role within the monitoring_plugins could cause the deactivation of the repos; using standalone task now (#270) diff --git a/changelogs/fragments/fix_issue_298.yml b/changelogs/fragments/fix_issue_298.yml deleted file mode 100644 index 547e9ab3..00000000 --- a/changelogs/fragments/fix_issue_298.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Icinga's packages no longer create '/var/log/icingadb-redis/'. Added tasks that create a log directory based on `icingadb_redis_logfile` (#298).