Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/getsops/sops/v3 v3.9.2 -> v3.9.3 age adoption passing confidence

Release Notes

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

v3.9.3

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

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

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

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

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 renovate bot requested a review from a team as a code owner December 31, 2024 15:37
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate PR created by RenovateBot labels Dec 31, 2024
@renovate renovate bot enabled auto-merge (squash) December 31, 2024 15:37
Copy link
Contributor Author

renovate bot commented Dec 31, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/fatih/color v1.18.0
go: downloading github.com/giantswarm/microerror v0.4.1
go: downloading github.com/giantswarm/micrologger v1.1.2
go: downloading github.com/spf13/afero v1.12.0
go: downloading github.com/spf13/cobra v1.8.1
go: downloading k8s.io/client-go v0.32.0
go: downloading github.com/giantswarm/telemetrydeck-go v0.1.0
go: downloading k8s.io/cli-runtime v0.32.0
go: downloading github.com/spf13/pflag v1.0.6-0.20250109003754-5ca813443bd2
go: downloading github.com/stretchr/testify v1.10.0
go: downloading gotest.tools/v3 v3.5.1
go: downloading k8s.io/apimachinery v0.32.0
go: downloading github.com/giantswarm/k8sclient/v8 v8.0.0
go: downloading k8s.io/api v0.32.0
go: downloading k8s.io/apiextensions-apiserver v0.32.0
go: downloading sigs.k8s.io/controller-runtime v0.19.4
go: downloading github.com/giantswarm/apiextensions-application v0.6.2
go: downloading github.com/giantswarm/apiextensions/v6 v6.6.0
go: downloading github.com/giantswarm/k8smetadata v0.25.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading sigs.k8s.io/cluster-api v1.9.3
go: downloading sigs.k8s.io/cluster-api-provider-aws/v2 v2.7.1
go: downloading github.com/giantswarm/organization-operator v1.6.4
go: downloading github.com/giantswarm/release-operator/v4 v4.2.0
go: downloading dario.cat/mergo v1.0.1
go: downloading github.com/coreos/go-oidc/v3 v3.12.0
go: downloading github.com/giantswarm/backoff v1.0.1
go: downloading github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
go: downloading github.com/spf13/viper v1.19.0
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading k8s.io/utils v0.0.0-20241210054802-24370beab758
go: downloading sigs.k8s.io/cluster-api-provider-azure v1.17.2
go: downloading github.com/3th1nk/cidr v0.2.0
go: downloading github.com/Masterminds/semver/v3 v3.3.1
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/ProtonMail/gopenpgp/v3 v3.1.1
go: downloading github.com/getsops/sops/v3 v3.9.3
go: downloading github.com/Masterminds/sprig/v3 v3.3.0
go: downloading github.com/giantswarm/app/v7 v7.0.2
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading github.com/giantswarm/appcatalog v1.0.0
go: downloading github.com/golang-jwt/jwt/v5 v5.2.1
go: downloading golang.org/x/oauth2 v0.25.0
go: downloading github.com/rhysd/go-github-selfupdate v1.2.3
go: downloading gopkg.in/square/go-jose.v2 v2.6.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading golang.org/x/sys v0.29.0
go: downloading github.com/go-kit/log v0.2.1
go: downloading github.com/go-logr/logr v1.4.2
go: downloading github.com/go-stack/stack v1.8.1
go: downloading golang.org/x/text v0.21.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading github.com/google/uuid v1.6.0
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading golang.org/x/term v0.28.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.2
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading github.com/moby/term v0.5.0
go: downloading github.com/evanphx/json-patch/v5 v5.9.0
go: downloading k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
go: downloading github.com/go-jose/go-jose/v4 v4.0.4
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/sagikazarmark/locafero v0.4.0
go: downloading github.com/sagikazarmark/slog-shim v0.1.0
go: downloading github.com/spf13/cast v1.7.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/net v0.33.0
go: downloading github.com/apparentlymart/go-cidr v1.1.0
go: downloading github.com/aws/aws-sdk-go v1.55.5
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.7.0
go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
go: downloading golang.org/x/crypto v0.32.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/ProtonMail/go-crypto v1.1.4
go: downloading github.com/goware/prefixer v0.0.0-20160118172347-395022866408
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/huandu/xstrings v1.5.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading github.com/imdario/mergo v0.3.16
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/google/go-github/v30 v30.1.0
go: downloading github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
go: downloading github.com/tcnksm/go-gitconfig v0.1.2
go: downloading github.com/ulikunitz/xz v0.5.9
go: downloading github.com/go-logfmt/logfmt v0.6.0
go: downloading sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3
go: downloading golang.org/x/sync v0.10.0
go: downloading sigs.k8s.io/kustomize/api v0.18.0
go: downloading sigs.k8s.io/kustomize/kyaml v0.18.1
go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/emicklei/go-restful/v3 v3.12.1
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/hashicorp/hcl v1.0.1-vault-5
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.2.2
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading google.golang.org/protobuf v1.36.1
go: downloading github.com/fxamacker/cbor/v2 v2.7.0
go: downloading golang.org/x/time v0.8.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0
go: downloading k8s.io/component-base v0.32.0
go: downloading golang.org/x/mod v0.21.0
go: downloading github.com/cloudflare/circl v1.5.0
go: downloading filippo.io/age v1.2.1
go: downloading github.com/lib/pq v1.10.9
go: downloading google.golang.org/grpc v1.69.2
go: downloading github.com/getsops/gopgagent v0.0.0-20241224165529-7044f28e491e
go: downloading github.com/urfave/cli v1.22.16
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/google/btree v1.1.2
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/prometheus/client_golang v1.19.1
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.3.0
go: downloading cloud.google.com/go/kms v1.20.3
go: downloading cloud.google.com/go v0.117.0
go: downloading google.golang.org/api v0.215.0
go: downloading github.com/hashicorp/vault/api v1.15.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/aws/aws-sdk-go-v2 v1.32.7
go: downloading github.com/aws/aws-sdk-go-v2/config v1.28.7
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.48
go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.37.8
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.33.3
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8
go: downloading google.golang.org/genproto v0.0.0-20241223144023-3abc09e42ca8
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.6
go: downloading cloud.google.com/go/storage v1.49.0
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.44
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.55.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2
go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.0
go: downloading cloud.google.com/go/iam v1.3.0
go: downloading cloud.google.com/go/longrunning v0.6.3
go: downloading github.com/googleapis/gax-go/v2 v2.14.1
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241223144023-3abc09e42ca8
go: downloading cloud.google.com/go/auth v0.13.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/hashicorp/go-retryablehttp v0.7.7
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8
go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
go: downloading github.com/aws/smithy-go v1.22.1
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.24.8
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading cloud.google.com/go/compute/metadata v0.6.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.33.0
go: downloading go.opentelemetry.io/otel v1.33.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.33.0
go: downloading go.opentelemetry.io/otel/sdk v1.33.0
go: downloading google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.26
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.7
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.7
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v1.2.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading go.opentelemetry.io/otel/trace v1.33.0
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.6
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0
go: downloading github.com/google/s2a-go v0.1.8
go: downloading github.com/hashicorp/go-sockaddr v1.0.7
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26
go: downloading cloud.google.com/go/monitoring v1.22.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0
go: downloading go.opentelemetry.io/otel/metric v1.33.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.4
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading github.com/envoyproxy/go-control-plane v0.13.1
go: downloading github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3
go: downloading github.com/envoyproxy/protoc-gen-validate v1.1.0
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
go: downloading cel.dev/expr v0.19.1
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: downloading google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3
go: github.com/giantswarm/kubectl-gs/v5/internal/gitops/filesystem/modifier/helper imports
	github.com/getsops/sops/v3/decrypt imports
	github.com/getsops/sops/v3/config imports
	github.com/getsops/sops/v3/publish imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/stats/opentelemetry: ambiguous import: found package google.golang.org/grpc/stats/opentelemetry in multiple modules:
	google.golang.org/grpc v1.69.2 (/tmp/renovate/cache/others/go/pkg/mod/google.golang.org/grpc@v1.69.2/stats/opentelemetry)
	google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3 (/tmp/renovate/cache/others/go/pkg/mod/google.golang.org/grpc/stats/opentelemetry@v0.0.0-20241028142157-ada6787961b3)
go: downloading github.com/rogpeppe/go-internal v1.13.1

@renovate renovate bot force-pushed the renovate/github.com-getsops-sops-v3-3.x branch 15 times, most recently from 28ce032 to fb390e5 Compare January 10, 2025 12:02
@renovate renovate bot force-pushed the renovate/github.com-getsops-sops-v3-3.x branch from fb390e5 to 8eb060c Compare January 10, 2025 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate PR created by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant