Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/getsops/sops/v3 from 3.13.0 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).
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 dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 18, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 18, 2026 00:42
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 18, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Re-trigger cubic

@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/getsops/sops/v3-3.13.1 branch from cebbf9e to 1e72287 Compare May 18, 2026 12:58
Bumps [github.com/getsops/sops/v3](https://github.com/getsops/sops) from 3.13.0 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.13.0...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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/getsops/sops/v3-3.13.1 branch from 1e72287 to a47e683 Compare May 18, 2026 18:00
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