feat(ansible): update community.sops ( 2.0.0 → 2.4.0 ) - #5463
Open
renovate[bot] wants to merge 1 commit into
Open
feat(ansible): update community.sops ( 2.0.0 → 2.4.0 )#5463renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
renovate
Bot
force-pushed
the
renovate/nas-1-community.sops-2.x
branch
from
February 11, 2025 10:15
56791f9 to
7314b91
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-community.sops-2.x
branch
from
March 3, 2025 06:34
7314b91 to
3d0e237
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-community.sops-2.x
branch
from
April 14, 2025 22:31
3d0e237 to
86b1386
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-community.sops-2.x
branch
from
April 21, 2025 13:58
86b1386 to
bc205e8
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-community.sops-2.x
branch
from
June 14, 2025 18:11
bc205e8 to
c567679
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-community.sops-2.x
branch
from
July 21, 2025 23:56
c567679 to
221e454
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-community.sops-2.x
branch
from
August 4, 2025 22:54
221e454 to
02bd3c8
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-community.sops-2.x
branch
from
August 31, 2025 17:26
02bd3c8 to
ddbb2fe
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-community.sops-2.x
branch
from
October 3, 2025 21:22
ddbb2fe to
05c69e3
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-community.sops-2.x
branch
from
October 5, 2025 16:38
05c69e3 to
92d26c9
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-community.sops-2.x
branch
from
October 26, 2025 08:03
92d26c9 to
55dc524
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-community.sops-2.x
branch
from
November 2, 2025 13:16
55dc524 to
52068aa
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-community.sops-2.x
branch
from
February 2, 2026 18:35
52068aa to
2634d6b
Compare
renovate
Bot
force-pushed
the
renovate/nas-1-community.sops-2.x
branch
from
April 19, 2026 13:44
2634d6b to
7ff3d99
Compare
| datasource | package | from | to | | ----------------- | -------------- | ----- | ----- | | galaxy-collection | community.sops | 2.0.0 | 2.4.0 |
renovate
Bot
force-pushed
the
renovate/nas-1-community.sops-2.x
branch
from
June 14, 2026 10:00
7ff3d99 to
712bc55
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.0→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 was generated by Mend Renovate. View the repository job log.