Skip to content

Releases: ansible-collections/community.sops

1.9.1

04 Oct 10:03
Compare
Choose a tag to compare

Release Summary

Bugfix release.

Bugfixes

1.9.0

09 Sep 12:48
Compare
Choose a tag to compare

Release Summary

Feature release.

Minor Changes

  • decrypt filter plugin - now supports the input and output type ini (#204).
  • sops lookup plugin - new option extract allows extracting a single key out of a JSON or YAML file, equivalent to sops' decrypt --extract (#200).
  • sops lookup plugin - now supports the input and output type ini (#204).

1.8.2

13 Aug 08:04
Compare
Choose a tag to compare

Release Summary

Maintenance release with updated documentation and changelog.

Deprecated Features

  • The collection deprecates support for all Ansible/ansible-base/ansible-core versions that are currently End of Life, according to the ansible-core support matrix. This means that the next major release of the collection will no longer support Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, and ansible-core 2.14.

1.8.1

18 Jul 08:08
Compare
Choose a tag to compare

Release Summary

Bugfix release.

Bugfixes

  • Pass config_path on SOPS 3.9.0 before the subcommand instead of after it (#195, #197).

1.8.0

09 Jul 21:25
Compare
Choose a tag to compare

Release Summary

Feature release for supporting improvements coming with SOPS 3.9.0.

Minor Changes

  • Detect SOPS 3.9.0 and use new decrypt and encrypt subcommands (#190).
  • sops vars plugin - new option handle_unencrypted_files allows to control behavior when encountering unencrypted files with SOPS 3.9.0+ (#190).

Bugfixes

  • sops_encrypt - properly support path_regex in .sops.yaml when SOPS 3.9.0 or later is used (#153, #190).

1.7.0

28 Jun 08:41
Compare
Choose a tag to compare

Release Summary

Bugfix and feature release to fix installation issues with SOPS 3.9.0.

Minor Changes

  • sops vars plugin - allow to configure the valid extensions with an ansible.cfg entry or with an environment variable (#185).

Bugfixes

  • Fix RPM URL for the 3.9.0 release (#188).

1.6.7

29 Oct 14:53
Compare
Choose a tag to compare

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

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 (#164).

1.6.6

15 Sep 18:16
Compare
Choose a tag to compare

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

Release Summary

Make fully compatible with and test against sops 3.8.0.

Bugfixes

  • Fix RPM URL for the 3.8.0 release (#161).

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