summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/sops/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/sops/changelogs')
-rw-r--r--ansible_collections/community/sops/changelogs/changelog.yaml75
1 files changed, 75 insertions, 0 deletions
diff --git a/ansible_collections/community/sops/changelogs/changelog.yaml b/ansible_collections/community/sops/changelogs/changelog.yaml
index a91ec5463..2638bca69 100644
--- a/ansible_collections/community/sops/changelogs/changelog.yaml
+++ b/ansible_collections/community/sops/changelogs/changelog.yaml
@@ -275,3 +275,78 @@ releases:
- 1.6.2.yml
- 146-install-facts.yml
release_date: '2023-06-15'
+ 1.6.3:
+ changes:
+ 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/.
+ 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.
+
+ '
+ fragments:
+ - 1.6.3.yml
+ - semantic-markup.yml
+ release_date: '2023-06-27'
+ 1.6.4:
+ changes:
+ 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).
+ release_summary: Maintenance/bugfix release for the move of sops to the new
+ `getsops GitHub organization <https://github.com/getsops>`__.
+ fragments:
+ - 1.6.4.yml
+ - 151-github.yml
+ release_date: '2023-06-30'
+ 1.6.5:
+ changes:
+ 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).
+ release_summary: Make compatible with and test against sops 3.8.0-rc.1.
+ fragments:
+ - 1.6.5.yml
+ - 159-new-releases.yml
+ release_date: '2023-08-25'
+ 1.6.6:
+ changes:
+ bugfixes:
+ - Fix RPM URL for the 3.8.0 release (https://github.com/ansible-collections/community.sops/pull/161).
+ release_summary: Make fully compatible with and test against sops 3.8.0.
+ fragments:
+ - 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'