Skip to content

feat(ansible): update community.sops ( 2.0.0 → 2.4.0 ) - #5463

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nas-1-community.sops-2.x
Open

feat(ansible): update community.sops ( 2.0.0 → 2.4.0 )#5463
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nas-1-community.sops-2.x

Conversation

@renovate

@renovate renovate Bot commented Dec 31, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
community.sops galaxy-collection minor 2.0.02.4.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ansible-collections/community.sops (community.sops)

v2.4.0

Compare Source

Release Summary

Feature release.

Minor Changes
  • Support OpenSuSE Tumbleweed (and probably also Leap) in the community.sops.install role. Right now only Tumbleweed is tested in CI, so support for Leap has not been verified (#​299).

v2.3.0

Compare 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 allows community.sops.load_vars to set variables the same way as ansible.builtin.include_vars.

Minor Changes
  • all modules and plugins - allow retrieving private age keys and private SSH keys through commands with the new age_key_cmd and age_ssh_private_key_cmd options (#​282, #​286).
  • all modules and plugins - allow to configure GCP access with the gcp_oauth_access_token and gcp_kms_client_type options (#​282, #​286).
  • load_vars - now supports ansible-core 2.21's way of actually loading variables, instead of returning ansible_facts. The behavior for this can be controlled through the new return_method option, which is by default set to auto. On ansible-core 2.21+, auto behaves the same as vars-only (return proper variables), and for ansible-core before 2.21 the same as facts-only (return ansible_facts) (#​283).
  • sops_encrypt - support providing HuaweiCloud KMS key IDs with the huawei_cloud_kms option (#​282, #​286).

v2.2.7

Compare Source

Release Summary

Maintenance release.

Known Issues
  • When using the community.sops.load_vars with ansible-core 2.20, note that the deprecation of INJECT_FACTS_AS_VARS causes deprecation warnings to be shown every time a variable loaded with community.sops.load_vars is used. This is due to ansible-core deprecating INJECT_FACTS_AS_VARS without providing an alternative for modules like community.sops.load_vars to use. If you do not like these deprecation warnings, you have to explicitly set INJECT_FACTS_AS_VARS to true. DO NOT change the use of SOPS encrypted variables to ansible_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.6

Compare Source

Release Summary

Bugfix and maintenance release.

Bugfixes
  • Clean up plugin code that does not run on the target (#​275).
  • Note that the MIT licenced code in plugins/module_utils/_six.py has been removed (#​275).
  • sops vars plugin - ensure that loaded vars are evaluated also with ansible-core 2.19+ (#​273).

v2.2.5

Compare Source

Release Summary

Maintenance release.

Bugfixes
  • load_vars action - avoid another deprecated module utils from ansible-core (#​270).
  • load_vars action - avoid deprecated import from ansible-core that will be removed in ansible-core 2.21 (#​272).

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@carpenike-bot

carpenike-bot Bot commented Dec 31, 2024

Copy link
Copy Markdown
Contributor

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.28s
✅ REPOSITORY git_diff yes no no 0.04s
✅ REPOSITORY secretlint yes no no 3.93s
✅ YAML prettier 1 0 0 0.38s
✅ YAML yamllint 1 0 0 0.7s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate Bot changed the title fix(ansible): update community.sops ( 2.0.0 → 2.0.1 ) fix(ansible): update community.sops ( 2.0.0 → 2.0.2 ) Feb 11, 2025
@renovate
renovate Bot force-pushed the renovate/nas-1-community.sops-2.x branch from 56791f9 to 7314b91 Compare February 11, 2025 10:15
@renovate renovate Bot changed the title fix(ansible): update community.sops ( 2.0.0 → 2.0.2 ) fix(ansible): update community.sops ( 2.0.0 → 2.0.3 ) Mar 3, 2025
@renovate
renovate Bot force-pushed the renovate/nas-1-community.sops-2.x branch from 7314b91 to 3d0e237 Compare March 3, 2025 06:34
@renovate renovate Bot changed the title fix(ansible): update community.sops ( 2.0.0 → 2.0.3 ) fix(ansible): update community.sops ( 2.0.0 → 2.0.4 ) Apr 14, 2025
@renovate
renovate Bot force-pushed the renovate/nas-1-community.sops-2.x branch from 3d0e237 to 86b1386 Compare April 14, 2025 22:31
@renovate renovate Bot changed the title fix(ansible): update community.sops ( 2.0.0 → 2.0.4 ) fix(ansible): update community.sops ( 2.0.0 → 2.0.5 ) Apr 21, 2025
@renovate
renovate Bot force-pushed the renovate/nas-1-community.sops-2.x branch from 86b1386 to bc205e8 Compare April 21, 2025 13:58
@renovate
renovate Bot force-pushed the renovate/nas-1-community.sops-2.x branch from bc205e8 to c567679 Compare June 14, 2025 18:11
@renovate renovate Bot changed the title fix(ansible): update community.sops ( 2.0.0 → 2.0.5 ) feat(ansible): update community.sops ( 2.0.0 → 2.1.0 ) Jun 14, 2025
@renovate renovate Bot changed the title feat(ansible): update community.sops ( 2.0.0 → 2.1.0 ) feat(ansible): update community.sops ( 2.0.0 → 2.2.0 ) Jul 21, 2025
@renovate
renovate Bot force-pushed the renovate/nas-1-community.sops-2.x branch from c567679 to 221e454 Compare July 21, 2025 23:56
@renovate
renovate Bot force-pushed the renovate/nas-1-community.sops-2.x branch from 221e454 to 02bd3c8 Compare August 4, 2025 22:54
@renovate renovate Bot changed the title feat(ansible): update community.sops ( 2.0.0 → 2.2.0 ) feat(ansible): update community.sops ( 2.0.0 → 2.2.1 ) Aug 4, 2025
@renovate renovate Bot changed the title feat(ansible): update community.sops ( 2.0.0 → 2.2.1 ) feat(ansible): update community.sops ( 2.0.0 → 2.2.2 ) Aug 31, 2025
@renovate
renovate Bot force-pushed the renovate/nas-1-community.sops-2.x branch from 02bd3c8 to ddbb2fe Compare August 31, 2025 17:26
@renovate
renovate Bot force-pushed the renovate/nas-1-community.sops-2.x branch from ddbb2fe to 05c69e3 Compare October 3, 2025 21:22
@renovate renovate Bot changed the title feat(ansible): update community.sops ( 2.0.0 → 2.2.2 ) feat(ansible): update community.sops ( 2.0.0 → 2.2.3 ) Oct 3, 2025
@renovate renovate Bot changed the title feat(ansible): update community.sops ( 2.0.0 → 2.2.3 ) feat(ansible): update community.sops ( 2.0.0 → 2.2.4 ) Oct 5, 2025
@renovate
renovate Bot force-pushed the renovate/nas-1-community.sops-2.x branch from 05c69e3 to 92d26c9 Compare October 5, 2025 16:38
@renovate
renovate Bot force-pushed the renovate/nas-1-community.sops-2.x branch from 92d26c9 to 55dc524 Compare October 26, 2025 08:03
@renovate renovate Bot changed the title feat(ansible): update community.sops ( 2.0.0 → 2.2.4 ) feat(ansible): update community.sops ( 2.0.0 → 2.2.6 ) Oct 26, 2025
@renovate renovate Bot changed the title feat(ansible): update community.sops ( 2.0.0 → 2.2.6 ) feat(ansible): update community.sops ( 2.0.0 → 2.2.7 ) Nov 2, 2025
@renovate
renovate Bot force-pushed the renovate/nas-1-community.sops-2.x branch from 55dc524 to 52068aa Compare November 2, 2025 13:16
@renovate
renovate Bot force-pushed the renovate/nas-1-community.sops-2.x branch from 52068aa to 2634d6b Compare February 2, 2026 18:35
@renovate renovate Bot changed the title feat(ansible): update community.sops ( 2.0.0 → 2.2.7 ) feat(ansible): update community.sops ( 2.0.0 → 2.3.0 ) Apr 19, 2026
@renovate
renovate Bot force-pushed the renovate/nas-1-community.sops-2.x branch from 2634d6b to 7ff3d99 Compare April 19, 2026 13:44
| datasource        | package        | from  | to    |
| ----------------- | -------------- | ----- | ----- |
| galaxy-collection | community.sops | 2.0.0 | 2.4.0 |
@renovate
renovate Bot force-pushed the renovate/nas-1-community.sops-2.x branch from 7ff3d99 to 712bc55 Compare June 14, 2026 10:00
@renovate renovate Bot changed the title feat(ansible): update community.sops ( 2.0.0 → 2.3.0 ) feat(ansible): update community.sops ( 2.0.0 → 2.4.0 ) Jun 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants