Skip to content

feat(deps): update module github.com/getsops/sops/v3 v3.11.0 → v3.12.2#39

Merged
truecharts-admin merged 1 commit intomainfrom
renovate/github.com-getsops-sops-v3-3.x
Apr 23, 2026
Merged

feat(deps): update module github.com/getsops/sops/v3 v3.11.0 → v3.12.2#39
truecharts-admin merged 1 commit intomainfrom
renovate/github.com-getsops-sops-v3-3.x

Conversation

@truecharts-admin
Copy link
Copy Markdown
Contributor

@truecharts-admin truecharts-admin commented Apr 23, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/getsops/sops/v3 v3.11.0v3.12.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

getsops/sops (github.com/getsops/sops/v3)

v3.12.2

Compare Source

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:

# Download the metadata file
curl -LO  https://github.com/getsops/sops/releases/download/v3.12.2/sops-v3.12.2.intoto.jsonl

# Verify the provenance of the artifact
slsa-verifier verify-artifact <artifact> \
  --provenance-path sops-v3.12.2.intoto.jsonl \
  --source-uri github.com/getsops/sops \
  --source-tag v3.12.2

Container Images

The sops binaries are also available as container images, based on Debian (slim) and Alpine Linux. The Debian-based container images include any dependencies which may be required to make use of certain key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud KMS. The Alpine-based container images are smaller in size, but do not include these dependencies.

These container images are available for the following architectures: linux/amd64 and linux/arm64.

GitHub Container Registry
  • ghcr.io/getsops/sops:v3.12.2
  • ghcr.io/getsops/sops:v3.12.2-alpine
Quay.io
  • quay.io/getsops/sops:v3.12.2
  • quay.io/getsops/sops:v3.12.2-alpine
Verify container image signature

The container images are signed using Cosign with GitHub OIDC. To validate the signature of an image, run the following command:

cosign verify ghcr.io/getsops/sops:v3.12.2 \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
  -o text
Verify container image provenance

The container images include SLSA provenance attestations. For more information around the verification of this, please refer to the slsa-verifier documentation.

Software Bill of Materials

The Software Bill of Materials (SBOM) for each binary is accessible within the artifacts enclosed with this release. It is presented as an SPDX JSON file, formatted as <binary>.spdx.sbom.json.

What's Changed

New Contributors

Full Changelog: getsops/sops@v3.12.1...v3.12.2

v3.12.1

Compare Source

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.1/sops-v3.12.1.linux.amd64

# Move the binary in to your PATH
mv sops-v3.12.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.12.1/sops-v3.12.1.checksums.txt
curl -LO https://github.com/getsops/sops/releases/download/v3.12.1/sops-v3.12.1.checksums.pem
curl -LO https://github.com/getsops/sops/releases/download/v3.12.1/sops-v3.12.1.checksums.sig

# Verify the checksums file
cosign verify-blob sops-v3.12.1.checksums.txt \
  --certificate sops-v3.12.1.checksums.pem \
  --signature sops-v3.12.1.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.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.12.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.12.1/sops-v3.12.1.intoto.jsonl

# Verify the provenance of the artifact
slsa-verifier verify-artifact <artifact> \
  --provenance-path sops-v3.12.1.intoto.jsonl \
  --source-uri github.com/getsops/sops \
  --source-tag v3.12.1

Container Images

The sops binaries are also available as container images, based on Debian (slim) and Alpine Linux. The Debian-based container images include any dependencies which may be required to make use of certain key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud KMS. The Alpine-based container images are smaller in size, but do not include these dependencies.

These container images are available for the following architectures: linux/amd64 and linux/arm64.

GitHub Container Registry
  • ghcr.io/getsops/sops:v3.12.1
  • ghcr.io/getsops/sops:v3.12.1-alpine
Quay.io
  • quay.io/getsops/sops:v3.12.1
  • quay.io/getsops/sops:v3.12.1-alpine
Verify container image signature

The container images are signed using Cosign with GitHub OIDC. To validate the signature of an image, run the following command:

cosign verify ghcr.io/getsops/sops:v3.12.1 \
  --certificate-identity-regexp=https://github.com/getsops \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
  -o text
Verify container image provenance

The container images include SLSA provenance attestations. For more information around the verification of this, please refer to the slsa-verifier documentation.

Software Bill of Materials

The Software Bill of Materials (SBOM) for each binary is accessible within the artifacts enclosed with this release. It is presented as an SPDX JSON file, formatted as <binary>.spdx.sbom.json.

What's Changed

Full Changelog: getsops/sops@v3.11.0...v3.12.1

v3.12.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@truecharts-admin
Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 59 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.47.0 -> v0.48.0
cel.dev/expr v0.24.0 -> v0.25.1
cloud.google.com/go v0.121.6 -> v0.123.0
cloud.google.com/go/auth v0.16.5 -> v0.18.1
cloud.google.com/go/iam v1.5.2 -> v1.5.3
cloud.google.com/go/kms v1.23.0 -> v1.26.0
cloud.google.com/go/longrunning v0.6.7 -> v0.8.0
cloud.google.com/go/monitoring v1.24.2 -> v1.24.3
cloud.google.com/go/storage v1.57.0 -> v1.60.0
filippo.io/edwards25519 v1.1.0 -> v1.1.1
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0 -> v1.21.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 -> v0.55.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0 -> v0.55.0
github.com/aws/aws-sdk-go-v2 v1.39.6 -> v1.41.1
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.1 -> v1.7.4
github.com/aws/aws-sdk-go-v2/config v1.31.20 -> v1.32.9
github.com/aws/aws-sdk-go-v2/credentials v1.18.24 -> v1.19.9
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13 -> v1.18.17
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.19.9 -> v1.22.2
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.13 -> v1.4.17
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.13 -> v2.7.17
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.9 -> v1.4.17
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.3 -> v1.13.4
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.8.9 -> v1.9.8
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.13 -> v1.13.17
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.9 -> v1.19.17
github.com/aws/aws-sdk-go-v2/service/kms v1.46.0 -> v1.50.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.88.3 -> v1.96.0
github.com/aws/aws-sdk-go-v2/service/sso v1.30.3 -> v1.30.10
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.7 -> v1.35.14
github.com/aws/aws-sdk-go-v2/service/sts v1.40.2 -> v1.41.6
github.com/aws/smithy-go v1.23.2 -> v1.24.0
github.com/cncf/xds/go v0.0.0-20251022180443-0feb69152e9f -> v0.0.0-20251210132809-ee656c7534f5
github.com/docker/cli v29.0.0+incompatible -> v29.2.0+incompatible
github.com/envoyproxy/go-control-plane/envoy v1.35.0 -> v1.36.0
github.com/envoyproxy/protoc-gen-validate v1.2.1 -> v1.3.0
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.11
github.com/googleapis/gax-go/v2 v2.15.0 -> v2.17.0
github.com/hashicorp/vault/api v1.21.0 -> v1.22.0
github.com/json-iterator/go v1.1.12 -> v1.1.13-0.20220915233716-71ac16282d12
github.com/lib/pq v1.10.9 -> v1.11.2
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af -> v1.9.4
go.opentelemetry.io/contrib/detectors/gcp v1.38.0 -> v1.39.0
go.opentelemetry.io/otel v1.38.0 -> v1.40.0
go.opentelemetry.io/otel/metric v1.38.0 -> v1.40.0
go.opentelemetry.io/otel/sdk v1.38.0 -> v1.40.0
go.opentelemetry.io/otel/sdk/metric v1.38.0 -> v1.40.0
go.opentelemetry.io/otel/trace v1.38.0 -> v1.40.0
golang.org/x/net v0.48.0 -> v0.50.0
golang.org/x/oauth2 v0.33.0 -> v0.35.0
golang.org/x/sys v0.40.0 -> v0.41.0
golang.org/x/term v0.39.0 -> v0.40.0
golang.org/x/text v0.33.0 -> v0.34.0
google.golang.org/api v0.251.0 -> v0.267.0
google.golang.org/genproto v0.0.0-20250922171735-9219d122eba9 -> v0.0.0-20260128011058-8636f8732409
google.golang.org/genproto/googleapis/api v0.0.0-20251213004720-97cd9d5aeac2 -> v0.0.0-20260203192932-546029d2fa20
google.golang.org/genproto/googleapis/rpc v0.0.0-20251213004720-97cd9d5aeac2 -> v0.0.0-20260203192932-546029d2fa20
google.golang.org/grpc v1.77.0 -> v1.79.1
gopkg.in/ini.v1 v1.67.0 -> v1.67.1

Copy link
Copy Markdown
Member

@Crow-Control Crow-Control left a comment

Choose a reason for hiding this comment

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

Auto approved automated PR

@truecharts-admin truecharts-admin merged commit 7c87271 into main Apr 23, 2026
8 checks passed
@truecharts-admin truecharts-admin deleted the renovate/github.com-getsops-sops-v3-3.x branch April 23, 2026 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants