Releases: ansible-collections/community.sops
1.6.5
Full CHANGELOG: https://github.com/ansible-collections/community.sops/blob/main/CHANGELOG.rst
Release Summary
Make compatible with and test against sops 1.8.0-rc.1.
Bugfixes
1.6.4
Full CHANGELOG: https://github.com/ansible-collections/community.sops/blob/main/CHANGELOG.rst
Release Summary
Maintenance/bugfix release for the move of sops to the new getsops GitHub organization.
Bugfixes
- install role - fix
sops_github_latest_detection=latest-release
, which broke due to sops moving to another GitHub organization (#151).
1.6.3
Full CHANGELOG: https://github.com/ansible-collections/community.sops/blob/main/CHANGELOG.rst
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/.
1.6.2
Full CHANGELOG: https://github.com/ansible-collections/community.sops/blob/main/CHANGELOG.rst
Release Summary
Maintenance release.
Bugfixes
1.6.1
1.6.0
Full CHANGELOG: https://github.com/ansible-collections/community.sops/blob/main/CHANGELOG.rst
Release Summary
Feature release improving the installation role.
Minor Changes
- install role - add
sops_github_latest_detection
option that allows to configure which method to use for detecting the latest release on GitHub. By default (auto
) first tries to retrieve a list of recent releases using the API, and if that fails due to rate limiting, tries to obtain the latest GitHub release from a semi-documented URL (#133). - install role - add
sops_github_token
option to allow passing a GitHub token. This can for example be used to avoid rate limits when using the role in GitHub Actions (#132). - install role - implement another method to determine the latest release on GitHub than using the GitHub API, which can make installation fail due to rate-limiting (#131).
1.5.0
Full CHANGELOG: https://github.com/ansible-collections/community.sops/blob/main/CHANGELOG.rst
Release Summary
Feature release.
Minor Changes
- Automatically install GNU Privacy Guard (GPG) in execution environments. To install Mozilla sops a manual step needs to be added to the EE definition, see the collection's documentation for details (#98).
New Playbooks
- community.sops.install - Installs sops and GNU Privacy Guard on all remote hosts
- community.sops.install_localhost - Installs sops and GNU Privacy Guard on localhost
New Roles
- community.sops.install - Install Mozilla sops
1.4.1
Full CHANGELOG: https://github.com/ansible-collections/community.sops/blob/main/CHANGELOG.rst
Release Summary
Maintenance release to improve compatibility with future ansible-core releases.
Bugfixes
- load_vars - ensure compatibility with newer versions of ansible-core (#121).
1.4.0
1.3.0
Full CHANGELOG: https://github.com/ansible-collections/community.sops/blob/main/CHANGELOG.rst
Release Summary
Feature release.
Minor Changes
- All software licenses are now in the
LICENSES/
directory of the collection root, and the collection repository conforms to theREUSE specification <https://reuse.software/spec/>
__ except for the changelog fragments (https://github.com/ansible-collections/community.crypto/sops/108, #113). - sops vars plugin - added a configuration option to temporarily disable the vars plugin (#114).