Update dependency sops to v3.13.3 #1

Open
renovate-bot wants to merge 1 commit from renovate/sops-3.x into main
Member

This PR contains the following updates:

Package Update Change
sops patch 3.13.13.13.3

Release Notes

getsops/sops (sops)

v3.13.3

Compare Source

Improvements:

Bugfixes:

  • Fix a bug introduced in 3.13.2 that computes a wrong MAC during decryption
    for sequences (YAML lists) that contain a comment
    (#​2245).
  • Fix completion subcommands so that they do not have an empty line before
    the shebang (#​2253).

Project changes:

v3.13.2

Compare Source

Improvements:

Bugfixes:

  • When using --user in the sops exec-file and sops exec-env subcommands,
    supplementary groups are now reset to the ones of the supplied user
    (#​2194).
  • When using --user in the sops exec-file and sops exec-env subcommands,
    make sure that HOME, USER, and LOGNAME are set to the correct values
    for the supplied user (#​2230).
  • AWS KMS: Handle pointers when serializing AWS context
    (#​2219).
  • JSON store: Preverse large integers that fit into int64
    (#​2222).
  • INI store: Restore old behavior of double-escaping newlines in metadata, and
    adjust code to handle both the 3.13.0/3.13.1 single-escaped newlines as well
    as double-escaped newlines
    (#​2189).
  • Fix panic when expecting a string for encrypted data, but when encountering
    something else (#​2227).

Project changes:


Configuration

📅 Schedule: (UTC)

  • 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [sops](https://github.com/getsops/sops) | patch | `3.13.1` → `3.13.3` | --- ### Release Notes <details> <summary>getsops/sops (sops)</summary> ### [`v3.13.3`](https://github.com/getsops/sops/blob/HEAD/CHANGELOG.md#3133) [Compare Source](https://github.com/getsops/sops/compare/v3.13.2...v3.13.3) Improvements: - CLI help improvement ([#&#8203;2239](https://github.com/getsops/sops/pull/2239)). - Dependency updates ([#&#8203;2242](https://github.com/getsops/sops/pull/2242), [#&#8203;2251](https://github.com/getsops/sops/pull/2251), [#&#8203;2261](https://github.com/getsops/sops/pull/2261), [#&#8203;2248](https://github.com/getsops/sops/pull/2248)). Bugfixes: - Fix a bug introduced in 3.13.2 that computes a wrong MAC during decryption for sequences (YAML lists) that contain a comment ([#&#8203;2245](https://github.com/getsops/sops/pull/2245)). - Fix `completion` subcommands so that they do not have an empty line before the shebang ([#&#8203;2253](https://github.com/getsops/sops/pull/2253)). Project changes: - CI dependency updates ([#&#8203;2241](https://github.com/getsops/sops/pull/2241), [#&#8203;2250](https://github.com/getsops/sops/pull/2250), [#&#8203;2260](https://github.com/getsops/sops/pull/2260)). - Rust dependency updates for functional tests ([#&#8203;2259](https://github.com/getsops/sops/pull/2259)). ### [`v3.13.2`](https://github.com/getsops/sops/blob/HEAD/CHANGELOG.md#3132) [Compare Source](https://github.com/getsops/sops/compare/v3.13.1...v3.13.2) Improvements: - Dependency updates ([#&#8203;2185](https://github.com/getsops/sops/pull/2185)), ([#&#8203;2193](https://github.com/getsops/sops/pull/2193)), ([#&#8203;2197](https://github.com/getsops/sops/pull/2197)), ([#&#8203;2212](https://github.com/getsops/sops/pull/2212)), ([#&#8203;2218](https://github.com/getsops/sops/pull/2218)), ([#&#8203;2229](https://github.com/getsops/sops/pull/2229)), ([#&#8203;2231](https://github.com/getsops/sops/pull/2231)), ([#&#8203;2231](https://github.com/getsops/sops/pull/2233)). - Fix typos in documentation ([#&#8203;2221](https://github.com/getsops/sops/pull/2221)). Bugfixes: - When using `--user` in the `sops exec-file` and `sops exec-env` subcommands, supplementary groups are now reset to the ones of the supplied user ([#&#8203;2194](https://github.com/getsops/sops/pull/2194)). - When using `--user` in the `sops exec-file` and `sops exec-env` subcommands, make sure that `HOME`, `USER`, and `LOGNAME` are set to the correct values for the supplied user ([#&#8203;2230](https://github.com/getsops/sops/pull/2230)). - AWS KMS: Handle pointers when serializing AWS context ([#&#8203;2219](https://github.com/getsops/sops/pull/2219)). - JSON store: Preverse large integers that fit into `int64` ([#&#8203;2222](https://github.com/getsops/sops/pull/2222)). - INI store: Restore old behavior of double-escaping newlines in metadata, and adjust code to handle both the 3.13.0/3.13.1 single-escaped newlines as well as double-escaped newlines ([#&#8203;2189](https://github.com/getsops/sops/pull/2189)). - Fix panic when expecting a string for encrypted data, but when encountering something else ([#&#8203;2227](https://github.com/getsops/sops/pull/2227)). Project changes: - CI dependency updates ([#&#8203;2184](https://github.com/getsops/sops/pull/2184)), ([#&#8203;2192](https://github.com/getsops/sops/pull/2192)), ([#&#8203;2196](https://github.com/getsops/sops/pull/2196)), ([#&#8203;2211](https://github.com/getsops/sops/pull/2211)), ([#&#8203;2228](https://github.com/getsops/sops/pull/2228)), ([#&#8203;2236](https://github.com/getsops/sops/pull/2236)). - Rust dependency updates for functional tests ([#&#8203;2191](https://github.com/getsops/sops/pull/2191)). - Build alpine container in CI ([#&#8203;2217](https://github.com/getsops/sops/pull/2217)). - Improve `make test` by unsetting all age environment variables ([#&#8203;2208](https://github.com/getsops/sops/pull/2208)). - Shorten lines in MarkDown files ([#&#8203;2206](https://github.com/getsops/sops/pull/2206)). </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTMuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot force-pushed renovate/sops-3.x from e0d7f52ddd to baad1e2030 2026-07-09 21:02:06 +00:00 Compare
renovate-bot force-pushed renovate/sops-3.x from baad1e2030 to f835a7e856
All checks were successful
ci/crow/push/lint Pipeline was successful
2026-07-23 06:02:44 +00:00
Compare
renovate-bot changed title from Update dependency sops to v3.13.2 to Update dependency sops to v3.13.3 2026-07-23 06:02:48 +00:00
All checks were successful
ci/crow/push/lint Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sops-3.x:renovate/sops-3.x
git switch renovate/sops-3.x

Merge

Merge the changes and update on Forgejo.
git switch main
git merge --no-ff renovate/sops-3.x
git switch renovate/sops-3.x
git rebase main
git switch main
git merge --ff-only renovate/sops-3.x
git switch renovate/sops-3.x
git rebase main
git switch main
git merge --no-ff renovate/sops-3.x
git switch main
git merge --squash renovate/sops-3.x
git switch main
git merge --ff-only renovate/sops-3.x
git switch main
git merge renovate/sops-3.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ops/ci-tools!1
No description provided.