winget install --id SecretsOPerationS.SOPS
About Secrets OPerationS
sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault, age, and PGP.
What's new in 3.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...
Version history
| Version | Updated | Notes |
|---|---|---|
| 3.12.2 | Unknown | 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 b... |
| 3.11.0 | Unknown | 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 b... |
| 3.10.2 | Unknown | 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 b... |
| 3.10.1 | Unknown | 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 b... |
| 3.10.0 | Unknown | 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 b... |
| 3.9.4 | Unknown | 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 bi... |
| 3.9.3 | Unknown | 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 bi... |
| 3.9.2 | Unknown | 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 bi... |
| 3.9.1 | Unknown | 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 bi... |
| 3.9.0 | Unknown | 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 bi... |
| 3.8.1 | Unknown | GitHub Container Registry - ghcr.io/getsops/sops:v3.8.1 - ghcr.io/getsops/sops:v3.8.1-alpine Quay.io - quay.io/getsops/sops:v3.8.1 - quay.io/getsops/sops:v3.8.1-alpine What's Changed - build(deps): Bump the ci group with... |
| 3.8.0 | Unknown | GitHub Container Registry - ghcr.io/getsops/sops:v3.8.0 - ghcr.io/getsops/sops:v3.8.0-alpine Quay.io - quay.io/getsops/sops:v3.8.0 - quay.io/getsops/sops:v3.8.0-alpine What's Changed - chore: update dependencies by @hidd... |