feat(container): update image trust-manager ( v0.22.1 → v0.24.0 )#3376
Open
renovate[bot] wants to merge 1 commit into
Open
feat(container): update image trust-manager ( v0.22.1 → v0.24.0 )#3376renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Path: --- /tmp/tmp.9vUDftRbjY 2026-07-20 20:42:17.259087881 +0000
+++ /tmp/tmp.hMbbnEjfcJ 2026-07-20 20:42:18.035085800 +0000
@@ -535,6 +535,23 @@
status: {}
---
+# Source: trust-manager/charts/trust-manager/templates/clusterrole-aggregate.yaml
+# Bundle is a cluster-scoped resource, so its read access is aggregated into
+# the "cluster-reader" ClusterRole (mirroring how cert-manager aggregates its
+# cluster-scoped ClusterIssuers), rather than into the namespaced
+# view/edit/admin roles.
+kind: ClusterRole
+apiVersion: rbac.authorization.k8s.io/v1
+metadata:
+ name: trust-manager-cluster-view
+rules:
+ - apiGroups:
+ - "trust.cert-manager.io"
+ resources:
+ - "bundles"
+ verbs: [ "get", "list", "watch" ]
+
+---
# Source: trust-manager/charts/trust-manager/templates/clusterrole.yaml
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
@@ -716,7 +733,7 @@
automountServiceAccountToken: true
initContainers:
- name: cert-manager-package-debian
- image: "quay.io/jetstack/trust-pkg-debian-bookworm:20230311-deb12u1.6"
+ image: "quay.io/jetstack/trust-pkg-debian-trixie:20250419.1"
imagePullPolicy: IfNotPresent
args:
- "/copyandmaybepause"
@@ -737,7 +754,7 @@
type: RuntimeDefault
containers:
- name: trust-manager
- image: "quay.io/jetstack/trust-manager:v0.22.1"
+ image: "quay.io/jetstack/trust-manager:v0.24.0"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 6443 |
renovate
Bot
force-pushed
the
renovate/trust-manager-0.x
branch
from
June 18, 2026 17:45
0b75a8c to
205e903
Compare
renovate
Bot
force-pushed
the
renovate/trust-manager-0.x
branch
from
June 27, 2026 17:42
205e903 to
efd61b4
Compare
| datasource | package | from | to | | ---------- | ------------------------------------- | ------- | ------- | | docker | quay.io/jetstack/charts/trust-manager | v0.22.1 | v0.24.0 | Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/trust-manager-0.x
branch
from
July 20, 2026 20:41
efd61b4 to
74104a1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.22.1→v0.24.0Release Notes
cert-manager/trust-manager (trust-manager)
v0.24.0Compare Source
trust-manager is the easiest way to manage security-critical TLS trust bundles in Kubernetes and OpenShift clusters.
This release is a feature release, but as usual, it contains various patches/fixes and dependency bumps.
Notable changes include a fix by @yugstar avoiding reconciling loops by ensuring the calculated trust bundle hash is deterministic when adding labels/annotations to the target configmaps/secrets. 💯 And trust-manager can now source CA certificates from configmap
binaryData. 🚀Our Helm chart now supports configuration of securityContexts for pods and containers, which has been highly requested by the community. A big thanks goes out to @MarcAntoineRaymond! ❤️
app.securityContext.seccompProfileEnabled, this value has been removed and replaced with a more generic mechanism for setting securityContexts.What's Changed
Features
Fixes
Bumps / CI
7835ffeby @renovate[bot] in #100792aeb18by @renovate[bot] in #10105d90d75by @renovate[bot] in #10113968a05by @renovate[bot] in #10136c59e94by @renovate[bot] in #1015e249911by @renovate[bot] in #10172439727by @renovate[bot] in #1018a95e086by @renovate[bot] in #10205a6dfa5by @renovate[bot] in #10213475385by @renovate[bot] in #1024New Contributors
Full Changelog: cert-manager/trust-manager@v0.23.0...v0.24.0
v0.24.0Compare Source
trust-manager is the easiest way to manage security-critical TLS trust bundles in Kubernetes and OpenShift clusters.
This release is a feature release, but as usual, it contains various patches/fixes and dependency bumps.
Notable changes include a fix by @yugstar avoiding reconciling loops by ensuring the calculated trust bundle hash is deterministic when adding labels/annotations to the target configmaps/secrets. 💯 And trust-manager can now source CA certificates from configmap
binaryData. 🚀Our Helm chart now supports configuration of securityContexts for pods and containers, which has been highly requested by the community. A big thanks goes out to @MarcAntoineRaymond! ❤️
app.securityContext.seccompProfileEnabled, this value has been removed and replaced with a more generic mechanism for setting securityContexts.What's Changed
Features
Fixes
Bumps / CI
7835ffeby @renovate[bot] in #100792aeb18by @renovate[bot] in #10105d90d75by @renovate[bot] in #10113968a05by @renovate[bot] in #10136c59e94by @renovate[bot] in #1015e249911by @renovate[bot] in #10172439727by @renovate[bot] in #1018a95e086by @renovate[bot] in #10205a6dfa5by @renovate[bot] in #10213475385by @renovate[bot] in #1024New Contributors
Full Changelog: cert-manager/trust-manager@v0.23.0...v0.24.0
v0.23.0Compare Source
trust-manager is the easiest way to manage security-critical TLS trust bundles in Kubernetes and OpenShift clusters.
This release is a feature release, but as usual, it contains various patches/fixes and dependency bumps.
The most notable feature in this release is probably that trust-manager now provides a new trust-package bundle based on Debian Trixie.
💡 Note that the new
trust-pkg-debian-trixiebundle is now the default trust package emitted by the Helm chart. For those of you still using our trust packages built from Debian Bullseye/Bookworm, we've just published new releases to fix vulnerabilites reported by scanners.Our Helm chart has a new feature that allows a user to override the default webhook TLS certificate duration. We've also got a fix making it easier to use the trust-manager chart in an umbrella chart together with other cert-manager projects. This release also includes multiple fixes/inconsistencies in the Helm chart when using non-default values.
What's Changed
Features
Fixes
succesful->successfulin publicbundle design doc by @SAY-5 in #944Bumps / CI
ff6756fby @renovate[bot] in #984New Contributors
Full Changelog: cert-manager/trust-manager@v0.22.1...v0.23.0
v0.23.0Compare Source
trust-manager is the easiest way to manage security-critical TLS trust bundles in Kubernetes and OpenShift clusters.
This release is a feature release, but as usual, it contains various patches/fixes and dependency bumps.
The most notable feature in this release is probably that trust-manager now provides a new trust-package bundle based on Debian Trixie.
💡 Note that the new
trust-pkg-debian-trixiebundle is now the default trust package emitted by the Helm chart. For those of you still using our trust packages built from Debian Bullseye/Bookworm, we've just published new releases to fix vulnerabilites reported by scanners.Our Helm chart has a new feature that allows a user to override the default webhook TLS certificate duration. We've also got a fix making it easier to use the trust-manager chart in an umbrella chart together with other cert-manager projects. This release also includes multiple fixes/inconsistencies in the Helm chart when using non-default values.
What's Changed
Features
Fixes
succesful->successfulin publicbundle design doc by @SAY-5 in #944Bumps / CI
ff6756fby @renovate[bot] in #984New Contributors
Full Changelog: cert-manager/trust-manager@v0.22.1...v0.23.0
Configuration
📅 Schedule: (in timezone America/Chicago)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.