Skip to content

deps(deps): bump github.com/getsops/sops/v3 from 3.12.2 to 3.13.0#115

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/develop/github.com/getsops/sops/v3-3.13.0
Open

deps(deps): bump github.com/getsops/sops/v3 from 3.12.2 to 3.13.0#115
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/develop/github.com/getsops/sops/v3-3.13.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps github.com/getsops/sops/v3 from 3.12.2 to 3.13.0.

Release notes

Sourced from github.com/getsops/sops/v3's releases.

v3.13.0

Installation

To install sops, download one of the pre-built binaries provided for your platform from the artifacts attached to this release.

For instance, if you are using Linux on an AMD64 architecture:

# Download the binary
curl -LO https://github.com/getsops/sops/releases/download/v3.13.0/sops-v3.13.0.linux.amd64
Move the binary in to your PATH
mv sops-v3.13.0.linux.amd64 /usr/local/bin/sops
Make the binary executable
chmod +x /usr/local/bin/sops

Verify checksums file signature

The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC. To validate the signature of this file, run the following commands:

# Download the checksums file, certificate and signature
curl -LO https://github.com/getsops/sops/releases/download/v3.13.0/sops-v3.13.0.checksums.txt
curl -LO https://github.com/getsops/sops/releases/download/v3.13.0/sops-v3.13.0.checksums.sigstore.json
Verify the checksums file
cosign verify-blob sops-v3.13.0.checksums.txt 
--bundle sops-v3.13.0.checksums.sigstore.json 
--certificate-identity-regexp=https://github.com/getsops 
--certificate-oidc-issuer=https://token.actions.githubusercontent.com

Verify binary integrity

To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature:

# Verify the binary using the checksums file
sha256sum -c sops-v3.13.0.checksums.txt --ignore-missing

Verify artifact provenance

The SLSA provenance of the binaries, packages, and SBOMs can be found within the artifacts associated with this release. It is presented through an in-toto link metadata file named sops-v3.13.0.intoto.jsonl. To verify the provenance of an artifact, you can utilize the slsa-verifier tool:

# Download the metadata file
curl -LO  https://github.com/getsops/sops/releases/download/v3.13.0/sops-v3.13.0.intoto.jsonl
</tr></table> 

... (truncated)

Changelog

Sourced from github.com/getsops/sops/v3's changelog.

3.13.0

Improvements:

  • Dependency updates (#2110, #2133, #2142, #2146, #2144, #2152, #2159, #2165, #2171).
  • Improve error messages for top-level arrays (#2138).
  • Improve use of gpg-agent for password-protected age keys. The passwords are now associated with an identifier that includes a hash of the public key's content, instead of using the environment variable or path (that was sometimes too long and caused errors) (#2145).
  • Allow to use SOPS_GCP_KMS_ENDPOINT and SOPS_GCP_KMS_UNIVERSE_DOMAIN to configure alternative clouds using GCP's API (#2114).
  • Preserve YAML inline comments as inline comments, instead of converting them to line comments (#2131).
  • SOPS_AGE_KEY can now contain space-separated public keys (#2086).
  • An allowlist for HashiCorp Vault URLs (and thus also OpenBoa URLs) can now be configured with SOPS_HC_VAULT_ALLOWLIST. The default is all, which does not restrict which URLs to connect to (#2164).
  • The metadata flattening and unflattening code for INI and DotEnv files has been rewritten, and generally metadata handling has been changed to use mapstructure. This should not result in observable behavior changes for users (#2120).

Bugfixes:

  • sops exec-file on other platforms than Windows was setting the user ID as the (effective) group ID. Now the user's group ID is used (#2154).
  • sops exec-file now rejects non-local paths in --filename (#2155).
  • The --indent parameter was ignored for subcommands (#2156).

Project changes:

Commits
  • af88df5 Merge pull request #2176 from felixfontein/release-3.13.0
  • 1b19ee2 Bump version to 3.13.0.
  • 934e5ba Add 3.13.0 changelog.
  • da120c7 Merge pull request #2120 from felixfontein/mapstructure
  • a2ab197 Re-add some of Hidde's comments.
  • 9061d01 Handle empty branch in convert
  • ae2fdad Drop unused newline-escaping helpers
  • cc4f025 Drop redundant SopsPrefix constant in dotenv store
  • a1e776c Compact comment-skipping in sopsToGoSlice
  • 8621559 Apply review nits to metadata helpers
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/getsops/sops/v3](https://github.com/getsops/sops) from 3.12.2 to 3.13.0.
- [Release notes](https://github.com/getsops/sops/releases)
- [Changelog](https://github.com/getsops/sops/blob/main/CHANGELOG.md)
- [Commits](getsops/sops@v3.12.2...v3.13.0)

---
updated-dependencies:
- dependency-name: github.com/getsops/sops/v3
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant