SOPS | v3.12.2

SOPS v3.12.2 released on 18-03-2026


SOPS v3.12.2 is out now. It makes installing pre-built binaries straightforward and puts verification front and centre: signed checksums with Cosign, SLSA provenance and SBOMs, and Cosign-signed container images.

Download the artifacts and container images from the project’s GitHub release page for binaries, checksums, provenance and the full changelog.

What’s in this release

  • Pre-built platform binaries and a signed checksums file; verify the checksums file with cosign verify-blob (using the provided .pem and .sig and certificate identity/issuer regexp) and then check binary integrity with sha256sum -c.
  • SLSA provenance is included as an in-toto metadata file (sops-v3.12.2.intoto.jsonl) and each binary has an SPDX JSON SBOM named <binary>.spdx.sbom.json; verify provenance with slsa-verifier verify-artifact and –provenance-path.
  • Official container images published on GitHub Container Registry and Quay (ghcr.io/getsops/sops:v3.12.2 and :v3.12.2-alpine), available for linux/amd64 and linux/arm64; images are Cosign-signed and include SLSA attestations. Debian images include key-service dependencies; Alpine images are smaller but omit those deps.

Upgrade notes

  • No breaking changes are reported for this release — validate the checksums and provenance before trusting a new install (see the cosign and slsa-verifier commands in the release artifacts).
  • If you need to revert, the previous release tag v3.12.1 is available from the project’s releases on GitHub.

Share any notes or issues you encounter with v3.12.2 so others can learn from your experience.

Related posts

Vector | vdev-v0.3.3

Vector vdev v0 3 3: patch release with crash, leak and parsing fixes, connector and tooling improvements, upgrade notes on prechecks, rolling updates, compat

Loki | v3.7.2

Loki v3 7 2: security and CVE fixes, updated S3 client to aws sdk v1 97 3, ruler panic fix for unset validation scheme, S3 Object Lock sends SHA256 checksum

Loki | v3.7.2

Loki v3 7 2: Patch release with CVE fixes, AWS S3 SDK update, ruler panic fix, S3 Object Lock SHA256 checksum support