feat(ansible): update community.sops ( 2.0.2 → 2.4.0 )#398
Open
parsec-renovate[bot] wants to merge 1 commit into
Open
feat(ansible): update community.sops ( 2.0.2 → 2.4.0 )#398parsec-renovate[bot] wants to merge 1 commit into
parsec-renovate[bot] wants to merge 1 commit into
Conversation
688ea7c to
d7ff353
Compare
d7ff353 to
6786e66
Compare
6786e66 to
2aae8b8
Compare
2aae8b8 to
6a58dba
Compare
6a58dba to
d443a85
Compare
d443a85 to
906e4fa
Compare
906e4fa to
b8c765c
Compare
b8c765c to
46e7977
Compare
46e7977 to
4f72f81
Compare
4f72f81 to
2921613
Compare
2921613 to
e1e4419
Compare
e1e4419 to
9dc04ca
Compare
9dc04ca to
aacabd1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.2→2.4.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ansible-collections/community.sops (community.sops)
v2.4.0Compare Source
Release Summary
Feature release.
Minor Changes
v2.3.0Compare Source
Release Summary
Feature release.
The main new feature of this release is ansible-core 2.21 support for
community.sops.load_vars. ansible-core 2.21 is the first version to explicitly allow action plugins to set variables, which finally allowscommunity.sops.load_varsto set variables the same way asansible.builtin.include_vars.Minor Changes
age_key_cmdandage_ssh_private_key_cmdoptions (#282, #286).gcp_oauth_access_tokenandgcp_kms_client_typeoptions (#282, #286).ansible_facts. The behavior for this can be controlled through the newreturn_methodoption, which is by default set toauto. On ansible-core 2.21+,autobehaves the same asvars-only(return proper variables), and for ansible-core before 2.21 the same asfacts-only(returnansible_facts) (#283).huawei_cloud_kmsoption (#282, #286).v2.2.7Compare Source
Release Summary
Maintenance release.
Known Issues
community.sops.load_varswith ansible-core 2.20, note that the deprecation ofINJECT_FACTS_AS_VARScauses deprecation warnings to be shown every time a variable loaded withcommunity.sops.load_varsis used. This is due to ansible-core deprecatingINJECT_FACTS_AS_VARSwithout providing an alternative for modules likecommunity.sops.load_varsto use. If you do not like these deprecation warnings, you have to explicitly setINJECT_FACTS_AS_VARStotrue. DO NOT change the use of SOPS encrypted variables toansible_facts. The situation will hopefully improve in ansible-core 2.21 through the promised API that allows action plugins to set variables; community.sops will adapt to use it, which will make the warning go away. (The API was originally promised for ansible-core 2.20, but then delayed.)v2.2.6Compare Source
Release Summary
Bugfix and maintenance release.
Bugfixes
plugins/module_utils/_six.pyhas been removed (#275).v2.2.5Compare Source
Release Summary
Maintenance release.
Bugfixes
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.