Skip to content

build(deps): bump github.com/getsops/sops/v3 from 3.12.2 to 3.13.1#1235

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/getsops/sops/v3-3.13.1
Closed

build(deps): bump github.com/getsops/sops/v3 from 3.12.2 to 3.13.1#1235
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/getsops/sops/v3-3.13.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

v3.13.1

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.1/sops-v3.13.1.linux.amd64
Move the binary in to your PATH
mv sops-v3.13.1.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.1/sops-v3.13.1.checksums.txt
curl -LO https://github.com/getsops/sops/releases/download/v3.13.1/sops-v3.13.1.checksums.sigstore.json
Verify the checksums file
cosign verify-blob sops-v3.13.1.checksums.txt 
--bundle sops-v3.13.1.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.1.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.1.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.1/sops-v3.13.1.intoto.jsonl
</tr></table> 

... (truncated)

Changelog

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

3.13.1

Improvements:

  • Dependency updates (#2178).
  • Make sure all files are formatted (#2181).
  • The documentation for SOPS can now be found on getsops.io instead of the project's README (#2083).

Bugfixes:

  • Fix scheme for determining gpg-agent cache keys for age password-protected keys to avoid too large keys due to percent encoding (#2180).

Project changes:

  • CI dependency updates (#2177).

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:

... (truncated)

Commits
  • 72e337c Merge pull request #2183 from felixfontein/release-3.13.1
  • cc98d95 Update release docs.
  • 1ded1e4 Add 3.13.1 changelog.
  • 4e2b0df Bump version to 3.13.1.
  • dbb597b Merge pull request #2083 from felixfontein/docs-branching
  • 50c790b Fix minimum Go version in contributor docs.
  • 2905020 Redirect documentation to getsops.io.
  • 0656b3c Bump Go version in contributing docs.
  • b49186a Redirect documentation changes to getsops/docs.
  • 243a220 Merge pull request #2180 from felixfontein/age-gpg-agent-cache-key
  • 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.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner May 21, 2026 10:34
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 21, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 21, 2026 10:34
@dependabot dependabot Bot added the go Pull requests that update Go code label May 21, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 21, 2026 10:34
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1238.

@dependabot dependabot Bot closed this Jul 2, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/getsops/sops/v3-3.13.1 branch July 2, 2026 10:03
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.

0 participants