Skip to content

Commit

Permalink
Generate Changelogs for 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkayontour committed Jul 23, 2024
1 parent e25c60c commit 5cfaa87
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 21 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand All @@ -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
Expand All @@ -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
-------------
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-23'
3 changes: 0 additions & 3 deletions changelogs/fragments/fix_issue_228.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_issue_267.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_issue_268.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_issue_269.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_issue_270.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_issue_298.yml

This file was deleted.

0 comments on commit 5cfaa87

Please sign in to comment.