-
Notifications
You must be signed in to change notification settings - Fork 0
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 non-minor dependencies #15
Conversation
71f1cf7
to
69d76de
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
69d76de
to
9136d55
Compare
edc6bf0
to
9ca3886
Compare
2f72222
to
92cdbce
Compare
396919e
to
0b57ad6
Compare
9943007
to
c516f47
Compare
ab071f1
to
9064961
Compare
faaffce
to
8371a41
Compare
ab53c3b
to
6532572
Compare
4d9de84
to
079079a
Compare
079079a
to
db39895
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
v3.9.0
->v3.9.2
v0.3.55
->v0.3.59
3854680
->aea2e32
v0.16.2
->v0.16.5
Release Notes
getsops/sops (github.com/getsops/sops/v3)
v3.9.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:
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:
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.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.9.2.intoto.jsonl
. To verify the provenance of an artifact, you can utilize theslsa-verifier
tool: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
andlinux/arm64
.GitHub Container Registry
ghcr.io/getsops/sops:v3.9.2
ghcr.io/getsops/sops:v3.9.2-alpine
Quay.io
quay.io/getsops/sops:v3.9.2
quay.io/getsops/sops:v3.9.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:
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.9.1...v3.9.2
v3.9.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:
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:
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.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.9.1.intoto.jsonl
. To verify the provenance of an artifact, you can utilize theslsa-verifier
tool: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
andlinux/arm64
.GitHub Container Registry
ghcr.io/getsops/sops:v3.9.1
ghcr.io/getsops/sops:v3.9.1-alpine
Quay.io
quay.io/getsops/sops:v3.9.1
quay.io/getsops/sops:v3.9.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:
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
--shamir-secret-sharing-threshold
by @felixfontein in https://github.com/getsops/sops/pull/1608--config
being ignored byloadConfig
by @lopter in https://github.com/getsops/sops/pull/1613New Contributors
Full Changelog: getsops/sops@v3.9.0...v3.9.1
sap/component-operator-runtime (github.com/sap/component-operator-runtime)
v0.3.59
Compare Source
v0.3.58
Compare Source
This release is a bugfix release for the
clm
cli. So far, while applying or deleting a release,clm
was aborting immediately if an error occurred. This is not very convenient. At least in some ephemeral error situations, it should behave in a more resilient way. So, with this release,clm
tries to recognise such ephemeral errors (for example 409 - Conflict responses from the API server), and retries the failing operation a couple of times.v0.3.57
Compare Source
v0.3.56
Compare Source
Enhancements
A new flag
--create-namespace
was added toclm apply
. If specified the specified release namespace will be auto-created if missing. Note that in that case, the namespace is not part of the release inventory. In particular, it will not be deleted if the component gets deleted.kubernetes-sigs/controller-tools (sigs.k8s.io/controller-tools)
v0.16.5
Compare Source
What's Changed
Dependencies
Full Changelog: kubernetes-sigs/controller-tools@v0.16.4...v0.16.5
v0.16.4
Compare Source
What's Changed
*types.Alias
with Go 1.23 by @mtardy in https://github.com/kubernetes-sigs/controller-tools/pull/1061Dependencies
New Contributors
Full Changelog: kubernetes-sigs/controller-tools@v0.16.3...v0.16.4
v0.16.3
Compare Source
Published binaries on previous v0.16.x releases were reporting an incorrect version.
What's Changed
Dependencies
New Contributors
Full Changelog: kubernetes-sigs/controller-tools@v0.16.2...v0.16.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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.