Skip to content

Bump github.com/getsops/sops/v3 from 3.12.1 to 3.12.2 in the go-dependencies group#7

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-d7c16ca4e2
Open

Bump github.com/getsops/sops/v3 from 3.12.1 to 3.12.2 in the go-dependencies group#7
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-d7c16ca4e2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps the go-dependencies group with 1 update: github.com/getsops/sops/v3.

Updates github.com/getsops/sops/v3 from 3.12.1 to 3.12.2

Release notes

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

v3.12.2

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.12.2/sops-v3.12.2.linux.amd64
Move the binary in to your PATH
mv sops-v3.12.2.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.12.2/sops-v3.12.2.checksums.txt
curl -LO https://github.com/getsops/sops/releases/download/v3.12.2/sops-v3.12.2.checksums.pem
curl -LO https://github.com/getsops/sops/releases/download/v3.12.2/sops-v3.12.2.checksums.sig
Verify the checksums file
cosign verify-blob sops-v3.12.2.checksums.txt 
--certificate sops-v3.12.2.checksums.pem 
--signature sops-v3.12.2.checksums.sig 
--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.12.2.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.12.2.intoto.jsonl. To verify the provenance of an artifact, you can utilize the slsa-verifier tool:

</tr></table> 

... (truncated)

Changelog

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

3.12.2

Improvements:

Bugfixes:

  • GCP: Revert the fix introduced in 3.12.0 that sets quota project to API project in GCP KMS. This change unintentionally resulted in requiring more permissions for GCP users. The original issue will be addressed in another way in a future release (#2099).
  • Ensure to delete temporary file and directory when editing in more situations, like when user presses Ctrl+C or SOPS receives a SIGTERM (#2104).
  • Fix message that you need to enter (and not any key) after SOPS rejects an edited file (#2098).
  • Reject files with sops keys when editing files (#2098).
  • Fix handling of --mac-only-encrypted option in subcommands (#2100).

Project changes:

Commits
  • 4f2cc16 Merge pull request #2109 from felixfontein/release-3.12.2
  • 5058042 Set version to 3.12.2.
  • aa873eb Add 3.12.2 changelog entry.
  • a594056 Merge pull request #2099 from felixfontein/gcp
  • c8f175b Revert "Merge pull request #1697 from onjen/fix-1142"
  • c48a98a Merge pull request #2105 from getsops/dependabot/cargo/functional-tests/rust-...
  • f3cd56e build(deps): Bump tempfile in /functional-tests in the rust group
  • 226e7f9 Merge pull request #2106 from getsops/dependabot/github_actions/ci-fed48c53ac
  • 60c75fb build(deps): Bump the ci group with 4 updates
  • 4009484 Merge pull request #2104 from felixfontein/ctrl-c
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group with 1 update: [github.com/getsops/sops/v3](https://github.com/getsops/sops).


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

---
updated-dependencies:
- dependency-name: github.com/getsops/sops/v3
  dependency-version: 3.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2026

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants