Release Summary
This is a pre-release for community.sops 2.3.0. The main new features of this release are ansible-core 2.21 support for community.sops.load_vars and improved argument checking for the community.sops.decrypt filter. Also the handling of the sops_binary option for the lookup and vars plugin have been improved.
ansible-core 2.21 is the first version to explicitly allow action plugins to set variables, which finally allows community.sops.load_vars to set variables the same way as ansible.builtin.include_vars.
Since this interface is brand-new and changes might still happen until the final ansible-core 2.21 release, this is a pre-release.
Minor Changes
- all modules and plugins - allow retrieving private age keys and private SSH keys through commands with the new
age_key_cmdandage_ssh_private_key_cmdoptions (#282, #286). - all modules and plugins - allow to configure GCP access with the
gcp_oauth_access_tokenandgcp_kms_client_typeoptions (#282, #286). - sops_encrypt - support providing HuaweiCloud KMS key IDs with the
huawei_cloud_kmsoption (#282, #286).