Skip to content

fix(deps): update module github.com/getsops/sops/v3 to v3.13.0#403

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-getsops-sops-v3-3.x
Open

fix(deps): update module github.com/getsops/sops/v3 to v3.13.0#403
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-getsops-sops-v3-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 8, 2026

This PR contains the following updates:

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

Release Notes

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

v3.13.0

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

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

# Verify the checksums file
cosign verify-blob sops-v3.13.0.checksums.txt \
  --bundle sops-v3.13.0.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.0.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.0.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.0/sops-v3.13.0.intoto.jsonl

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

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.13.0
  • ghcr.io/getsops/sops:v3.13.0-alpine
Quay.io
  • quay.io/getsops/sops:v3.13.0
  • quay.io/getsops/sops:v3.13.0-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.13.0 \
  --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.2...v3.13.0


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 8, 2026

ℹ️ 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):

  • 64 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/kms v1.26.0 -> v1.30.0
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0 -> v1.21.1
github.com/aws/aws-sdk-go-v2 v1.41.2 -> v1.41.7
github.com/aws/aws-sdk-go-v2/config v1.32.10 -> v1.32.17
github.com/aws/aws-sdk-go-v2/credentials v1.19.10 -> v1.19.16
github.com/aws/aws-sdk-go-v2/service/kms v1.50.1 -> v1.51.1
github.com/aws/aws-sdk-go-v2/service/sts v1.41.7 -> v1.42.1
google.golang.org/api v0.269.0 -> v0.277.0
google.golang.org/genproto v0.0.0-20260226221140-a57be14db171 -> v0.0.0-20260427160629-7cedc36a6bc4
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 -> v0.0.0-20260427160629-7cedc36a6bc4
google.golang.org/grpc v1.79.3 -> v1.81.0
cloud.google.com/go/auth v0.18.2 -> v0.20.0
cloud.google.com/go/iam v1.5.3 -> v1.9.0
cloud.google.com/go/longrunning v0.8.0 -> v0.11.0
cloud.google.com/go/monitoring v1.24.3 -> v1.27.0
cloud.google.com/go/storage v1.60.0 -> v1.62.1
dario.cat/mergo v1.0.1 -> v1.0.2
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 -> v1.12.0
github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0 -> v1.7.1
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0 -> v1.32.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0 -> v0.56.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 -> v0.56.0
github.com/ProtonMail/go-crypto v1.3.0 -> v1.4.1
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.5 -> v1.7.10
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.18 -> v1.18.23
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.22.4 -> v1.22.17
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.18 -> v1.4.23
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.18 -> v2.7.23
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.18 -> v1.4.24
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.5 -> v1.13.9
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.10 -> v1.9.15
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.18 -> v1.13.23
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.18 -> v1.19.23
github.com/aws/aws-sdk-go-v2/service/s3 v1.96.2 -> v1.100.1
github.com/aws/aws-sdk-go-v2/service/signin v1.0.6 -> v1.0.11
github.com/aws/aws-sdk-go-v2/service/sso v1.30.11 -> v1.30.17
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.15 -> v1.35.21
github.com/aws/smithy-go v1.24.1 -> v1.25.1
github.com/containerd/continuity v0.4.5 -> v0.5.0
github.com/docker/cli v29.2.0+incompatible -> v29.4.1+incompatible
github.com/docker/go-connections v0.6.0 -> v0.7.0
github.com/fatih/color v1.18.0 -> v1.19.0
github.com/go-jose/go-jose/v4 v4.1.3 -> v4.1.4
github.com/go-viper/mapstructure/v2 v2.4.0 -> v2.5.0
github.com/googleapis/enterprise-certificate-proxy v0.3.12 -> v0.3.15
github.com/googleapis/gax-go/v2 v2.17.0 -> v2.22.0
github.com/huaweicloud/huaweicloud-sdk-go-v3 v0.1.187 -> v0.1.194
github.com/lib/pq v1.11.2 -> v1.12.3
github.com/mattn/go-isatty v0.0.20 -> v0.0.22
github.com/moby/moby/api v1.53.0 -> v1.54.2
github.com/moby/moby/client v0.2.2 -> v0.4.1
github.com/moby/sys/user v0.3.0 -> v0.4.0
go.opentelemetry.io/contrib/detectors/gcp v1.40.0 -> v1.43.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.65.0 -> v0.68.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 -> v0.68.0
go.opentelemetry.io/otel v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/metric v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/sdk v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/sdk/metric v1.40.0 -> v1.43.0
go.opentelemetry.io/otel/trace v1.40.0 -> v1.43.0
golang.org/x/oauth2 v0.35.0 -> v0.36.0
golang.org/x/time v0.14.0 -> v0.15.0
google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 -> v0.0.0-20260427160629-7cedc36a6bc4
gopkg.in/ini.v1 v1.67.1 -> v1.67.2

@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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