Skip to content

Releases: ansible-collections/community.sops

1.6.5

25 Aug 17:13
Compare
Choose a tag to compare

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

  • Avoid pre-releases when picking the latest version when using the GitHub API method (#159).
  • Fix changed DEB and RPM URLs for 3.8.0 and its prerelease(s) (#159).

1.6.4

30 Jun 14:36
Compare
Choose a tag to compare

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

27 Jun 10:58
Compare
Choose a tag to compare

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

1.6.2

15 Jun 19:11
Compare
Choose a tag to compare

Full CHANGELOG: https://github.com/ansible-collections/community.sops/blob/main/CHANGELOG.rst

Release Summary

Maintenance release.

Bugfixes

  • install role - make sure that the pkg_mgr fact is definitely available when installing on localhost. This can improve error messages in some cases (#145, #146).

1.6.1

20 Feb 22:05
Compare
Choose a tag to compare

Release Summary

Maintenance release.

Bugfixes

  • action plugin helper - fix handling of deprecations for ansible-core 2.14.2 (#136).
  • various plugins - remove unnecessary imports (#133).

1.6.0

01 Jan 07:50
Compare
Choose a tag to compare

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

02 Dec 21:05
Compare
Choose a tag to compare

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

23 Sep 06:08
Compare
Choose a tag to compare

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

11 Sep 15:52
Compare
Choose a tag to compare

Full CHANGELOG: https://github.com/ansible-collections/community.sops/blob/main/CHANGELOG.rst

Release Summary

Feature release.

Minor Changes

  • Allow to specify age keys as age_key, or age keyfiles as age_keyfile (#116, #117).
  • sops_encrypt - allow to specify age recipients (#116, #117).

1.3.0

23 Aug 12:24
Compare
Choose a tag to compare

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 the REUSE 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).