diff options
Diffstat (limited to 'ansible_collections/community/sops/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/community/sops/CHANGELOG.rst | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/ansible_collections/community/sops/CHANGELOG.rst b/ansible_collections/community/sops/CHANGELOG.rst index 8d2c88ca5..45ce0662a 100644 --- a/ansible_collections/community/sops/CHANGELOG.rst +++ b/ansible_collections/community/sops/CHANGELOG.rst @@ -5,6 +5,82 @@ 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 +====== + +Release Summary +--------------- + +Make fully compatible with and test against sops 3.8.0. + +Bugfixes +-------- + +- Fix RPM URL for the 3.8.0 release (https://github.com/ansible-collections/community.sops/pull/161). + +v1.6.5 +====== + +Release Summary +--------------- + +Make compatible with and test against sops 3.8.0-rc.1. + +Bugfixes +-------- + +- Avoid pre-releases when picking the latest version when using the GitHub API method (https://github.com/ansible-collections/community.sops/pull/159). +- Fix changed DEB and RPM URLs for 3.8.0 and its prerelease(s) (https://github.com/ansible-collections/community.sops/pull/159). + +v1.6.4 +====== + +Release Summary +--------------- + +Maintenance/bugfix release for the move of sops to the new `getsops GitHub organization <https://github.com/getsops>`__. + +Bugfixes +-------- + +- install role - fix ``sops_github_latest_detection=latest-release``, which broke due to sops moving to another GitHub organization (https://github.com/ansible-collections/community.sops/pull/151). + +v1.6.3 +====== + +Release Summary +--------------- + +Maintenance release with updated documentation. + +From this version on, community.sops is using the new `Ansible semantic markup +<https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_documenting.html#semantic-markup-within-module-documentation>`__ +in its documentation. If you look at documentation with the ansible-doc CLI tool +from ansible-core before 2.15, please note that it does not render the markup +correctly. You should be still able to read it in most cases, but you need +ansible-core 2.15 or later to see it as it is intended. Alternatively you can +look at `the devel docsite <https://docs.ansible.com/ansible/devel/collections/community/sops/>`__ +for the rendered HTML version of the documentation of the latest release. + + +Known Issues +------------ + +- Ansible markup will show up in raw form on ansible-doc text output for ansible-core before 2.15. If you have trouble deciphering the documentation markup, please upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on https://docs.ansible.com/ansible/devel/collections/community/sops/. + v1.6.2 ====== |