diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 257dea74..1f6a9704 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,7 @@ Bugfixes -------- - fix: Force push git changelogs (https://github.com/prometheus-community/ansible/pull/36) +- fix: Remove unnecessary dependency on jmespath (https://github.com/prometheus-community/ansible/pull/22) - fix: ansible 2.9 workaround for galaxy install from git (https://github.com/prometheus-community/ansible/pull/37) - fix: avoid installing changelog tools when testing (https://github.com/prometheus-community/ansible/pull/34) - fix: grab dependencies from github to avoid galaxy timeouts (https://github.com/prometheus-community/ansible/pull/33) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0bf04f1c..39a2df12 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -12,9 +12,10 @@ releases: changes: bugfixes: - 'fix: Force push git changelogs (https://github.com/prometheus-community/ansible/pull/36)' + - 'fix: ansible 2.9 workaround for galaxy install from git (https://github.com/prometheus-community/ansible/pull/37)' - 'fix: avoid installing changelog tools when testing (https://github.com/prometheus-community/ansible/pull/34)' - 'fix: grab dependencies from github to avoid galaxy timeouts (https://github.com/prometheus-community/ansible/pull/33)' - - 'fix: ansible 2.9 workaround for galaxy install from git (https://github.com/prometheus-community/ansible/pull/37)' + - 'fix: Remove unnecessary dependency on jmespath (https://github.com/prometheus-community/ansible/pull/22)' removed_features: - 'removed: remove lint from molecule to avoid repetition (https://github.com/prometheus-community/ansible/pull/35)' trivial: