diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bb2520e3..2ba6d5be 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,34 @@ Icinga.Icinga Release Notes .. contents:: Topics +v0.3.1 +====== + +Release Summary +--------------- + +This is a bugfix release + +Major Changes +------------- + +- Added Installation of Business Process Modeling Module + +Minor Changes +------------- + +- Adds password capabilities to icingadb-redis configuration (#202) +- support Raspbian armhf repos (#203) + +Bugfixes +-------- + +- Fix incorrect behaviour within `monitoring_plugins` that lead to a cycle of installation and removal of the same packages within one play +- Fix incorrect templating when passing integers in some parts of the Icinga Web 2 configuration. +- Fix to use correct URL for Debian Ubuntu (#195) +- Fixed typo in api.yml file (exits to exists) +- Role Icingaweb2: Adjust preferences setting to store preferences in database + v0.3.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 540f9d7d..98f3c3c8 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -82,3 +82,31 @@ releases: - fix_use_lookup_plugin_for_objects.yaml - fix_variable_usage_in_icingaweb2_modules.yml release_date: '2023-10-10' + 0.3.1: + changes: + bugfixes: + - Fix incorrect behaviour within `monitoring_plugins` that lead to a cycle of + installation and removal of the same packages within one play + - Fix incorrect templating when passing integers in some parts of the Icinga + Web 2 configuration. + - Fix to use correct URL for Debian Ubuntu (#195) + - Fixed typo in api.yml file (exits to exists) + - 'Role Icingaweb2: Adjust preferences setting to store preferences in database' + major_changes: + - Added Installation of Business Process Modeling Module + minor_changes: + - Adds password capabilities to icingadb-redis configuration (#202) + - support Raspbian armhf repos (#203) + fragments: + - bugfix-icingaweb2-templating.yml + - bugfix-monitoring-plugins-installation-removal-cycle.yml + - bugfixes_icingaweb2_preferences.yml + - bugfixes_use_correct_debian_url.yml + - feature_add_businessprocess_module_installation.yml + - fixed_typo_in_api_yml_file.yml + - minor_change_add_redis_password.yml + - minor_change_support_raspbian_armhf.yml + - trivial_192.yml + - trivial_naming_tasks.yml + - trivial_wrong_variable_name.yml + release_date: '2023-11-21' diff --git a/changelogs/fragments/bugfix-icingaweb2-templating.yml b/changelogs/fragments/bugfix-icingaweb2-templating.yml deleted file mode 100644 index d0903ecf..00000000 --- a/changelogs/fragments/bugfix-icingaweb2-templating.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Fix incorrect templating when passing integers in some parts of the Icinga Web 2 configuration. \ No newline at end of file diff --git a/changelogs/fragments/bugfix-monitoring-plugins-installation-removal-cycle.yml b/changelogs/fragments/bugfix-monitoring-plugins-installation-removal-cycle.yml deleted file mode 100644 index b47ba180..00000000 --- a/changelogs/fragments/bugfix-monitoring-plugins-installation-removal-cycle.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - Fix incorrect behaviour within `monitoring_plugins` that lead to a cycle of installation and removal of the same packages within one play diff --git a/changelogs/fragments/bugfixes_icingaweb2_preferences.yml b/changelogs/fragments/bugfixes_icingaweb2_preferences.yml deleted file mode 100644 index 26342832..00000000 --- a/changelogs/fragments/bugfixes_icingaweb2_preferences.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - Role Icingaweb2: Adjust preferences setting to store preferences in database diff --git a/changelogs/fragments/bugfixes_use_correct_debian_url.yml b/changelogs/fragments/bugfixes_use_correct_debian_url.yml deleted file mode 100644 index 393fb523..00000000 --- a/changelogs/fragments/bugfixes_use_correct_debian_url.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - Fix to use correct URL for Debian Ubuntu (#195) diff --git a/changelogs/fragments/feature_add_businessprocess_module_installation.yml b/changelogs/fragments/feature_add_businessprocess_module_installation.yml deleted file mode 100644 index 3a3df168..00000000 --- a/changelogs/fragments/feature_add_businessprocess_module_installation.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -major_changes: - - Added Installation of Business Process Modeling Module diff --git a/changelogs/fragments/fixed_typo_in_api_yml_file.yml b/changelogs/fragments/fixed_typo_in_api_yml_file.yml deleted file mode 100644 index 94b645d1..00000000 --- a/changelogs/fragments/fixed_typo_in_api_yml_file.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Fixed typo in api.yml file (exits to exists) \ No newline at end of file diff --git a/changelogs/fragments/minor_change_add_redis_password.yml b/changelogs/fragments/minor_change_add_redis_password.yml deleted file mode 100644 index 73c80151..00000000 --- a/changelogs/fragments/minor_change_add_redis_password.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - Adds password capabilities to icingadb-redis configuration (#202) diff --git a/changelogs/fragments/minor_change_support_raspbian_armhf.yml b/changelogs/fragments/minor_change_support_raspbian_armhf.yml deleted file mode 100644 index 0c378edb..00000000 --- a/changelogs/fragments/minor_change_support_raspbian_armhf.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - support Raspbian armhf repos (#203) diff --git a/changelogs/fragments/trivial_192.yml b/changelogs/fragments/trivial_192.yml deleted file mode 100644 index b792f7f1..00000000 --- a/changelogs/fragments/trivial_192.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Allow IPv6 address to not exist diff --git a/changelogs/fragments/trivial_naming_tasks.yml b/changelogs/fragments/trivial_naming_tasks.yml deleted file mode 100644 index 2c4e445d..00000000 --- a/changelogs/fragments/trivial_naming_tasks.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: - - Fix naming IcingaDB schema tasks (#193) diff --git a/changelogs/fragments/trivial_wrong_variable_name.yml b/changelogs/fragments/trivial_wrong_variable_name.yml deleted file mode 100644 index 7e0941f0..00000000 --- a/changelogs/fragments/trivial_wrong_variable_name.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: - - changing icingaweb2_database_import_schema to icingaweb2_db_import_schema (#206)