Release Summary
Bugfix release.
Bugfixes
- Avoid deprecated functionality in ansible-core 2.20 (#260).
- all modules and plugins - the default of
enable_local_keyservice
changed fromfalse
totrue
, and explicitly setting it tofalse
now passes--enable-local-keyservice=false
. SOPS' default has always beentrue
, and when setting this option totrue
so far it resulted in passing--enable-local-keyservice
, which is equivalent to--enable-local-keyservice=true
and had no effect. This means that from now on, settingenable_local_keyservice
explicitly tofalse
has an effect. Ifenable_local_keyservice
was not set before, or was set totrue
, nothing will change (#261, #262).