diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ea742f6a..4a6a105b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community Crypto Release Notes .. contents:: Topics +v1.9.10 +======= + +Release Summary +--------------- + +Regular bugfix release. + +Bugfixes +-------- + +- luks_devices - set ``LANG`` and similar environment variables to avoid translated output, which can break some of the module's functionality like key management (https://github.com/ansible-collections/community.crypto/pull/388, https://github.com/ansible-collections/community.crypto/issues/385). + v1.9.9 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 018c74a8..b1810ad9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -528,6 +528,17 @@ releases: changes: release_summary: Accidental 1.9.1 release. Identical to 1.9.0. release_date: '2021-08-30' + 1.9.10: + changes: + bugfixes: + - luks_devices - set ``LANG`` and similar environment variables to avoid translated + output, which can break some of the module's functionality like key management + (https://github.com/ansible-collections/community.crypto/pull/388, https://github.com/ansible-collections/community.crypto/issues/385). + release_summary: Regular bugfix release. + fragments: + - 1.9.10.yml + - 388-luks_device-i18n.yml + release_date: '2022-02-01' 1.9.2: changes: release_summary: Bugfix release to fix the changelog. No other change compared diff --git a/changelogs/fragments/1.9.10.yml b/changelogs/fragments/1.9.10.yml deleted file mode 100644 index 1b14bd80..00000000 --- a/changelogs/fragments/1.9.10.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix release. diff --git a/changelogs/fragments/388-luks_device-i18n.yml b/changelogs/fragments/388-luks_device-i18n.yml deleted file mode 100644 index 70dbad36..00000000 --- a/changelogs/fragments/388-luks_device-i18n.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "luks_devices - set ``LANG`` and similar environment variables to avoid translated output, which can break some of the module's functionality like key management (https://github.com/ansible-collections/community.crypto/pull/388, https://github.com/ansible-collections/community.crypto/issues/385)."