diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ad937b61..45ce0662 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community Sops Release Notes .. contents:: Topics +v1.6.7 +====== + +Release Summary +--------------- + +Bugfix release. + +Bugfixes +-------- + +- sops_encrypt - ensure that output-type is set to ``yaml`` when the file extension ``.yml`` is used. Now both ``.yaml`` and ``.yml`` files use the SOPS ``--output-type=yaml`` formatting (https://github.com/ansible-collections/community.sops/issues/164). + v1.6.6 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0198d670..2638bca6 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -339,3 +339,14 @@ releases: - 1.6.6.yml - 161-rhel-3.8.0.yml release_date: '2023-09-15' + 1.6.7: + changes: + bugfixes: + - sops_encrypt - ensure that output-type is set to ``yaml`` when the file extension + ``.yml`` is used. Now both ``.yaml`` and ``.yml`` files use the SOPS ``--output-type=yaml`` + formatting (https://github.com/ansible-collections/community.sops/issues/164). + release_summary: Bugfix release. + fragments: + - 1.6.7.yml + - 165-yaml-output-for-yml-extension.yaml + release_date: '2023-10-29' diff --git a/changelogs/fragments/1.6.7.yml b/changelogs/fragments/1.6.7.yml deleted file mode 100644 index 8ce9aa96..00000000 --- a/changelogs/fragments/1.6.7.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. diff --git a/changelogs/fragments/165-yaml-output-for-yml-extension.yaml b/changelogs/fragments/165-yaml-output-for-yml-extension.yaml deleted file mode 100644 index 6fa9bb52..00000000 --- a/changelogs/fragments/165-yaml-output-for-yml-extension.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - sops_encrypt - ensure that output-type is set to ``yaml`` when the file extension ``.yml`` is used. Now both ``.yaml`` and ``.yml`` files use the SOPS ``--output-type=yaml`` formatting (https://github.com/ansible-collections/community.sops/issues/164).