diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ec330110..7ab3b51e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,7 @@ Bugfixes -------- - fix: Don't log config deployments (https://github.com/prometheus-community/ansible/pull/73) +- fix: correct quotation of flags in systemd config file (https://github.com/prometheus-community/ansible/pull/71) v0.3.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index bd339257..824acbd4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -89,8 +89,9 @@ releases: changes: bugfixes: - "fix: Don't log config deployments (https://github.com/prometheus-community/ansible/pull/73)" + - 'fix: correct quotation of flags in systemd config file (https://github.com/prometheus-community/ansible/pull/71)' trivial: - - 'docs: add workflow for auto generating ansible docs (https://github.com/prometheus-community/ansible/pull/69)' - 'docs: Quote value latest to be explicit about the possible value for node_exporter_version (https://github.com/prometheus-community/ansible/pull/43)' + - 'docs: add workflow for auto generating ansible docs (https://github.com/prometheus-community/ansible/pull/69)' release_date: '2023-03-14'