-
Notifications
You must be signed in to change notification settings - Fork 209
fix: upgrade helm.sh/helm/v3 to v3.17.4 to address security vulnerabilities #1555
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: upgrade helm.sh/helm/v3 to v3.17.4 to address security vulnerabilities #1555
Conversation
|
Can you please base this PR against the 1.16 branch? |
…lities This commit upgrades the Helm dependency from v3.17.1 to v3.17.4 to fix multiple security vulnerabilities identified by Trivy security scanning: - CVE-2025-53547 (HIGH): Helm Chart Code Execution - CVE-2025-32386 (MEDIUM): Helm Allows A Specially Crafted Chart Archive - CVE-2025-32387 (MEDIUM): Helm Allows A Specially Crafted JSON Schema The Helm upgrade requires bumping Kubernetes client packages from v0.32.1 to v0.32.2 (patch version) as transitive dependencies. These are backward compatible updates with no breaking changes. Note: CVE-2025-55198 and CVE-2025-55199 remain present as they require Helm v3.18.5, which would necessitate a K8s minor version upgrade. Fixes: dapr/dapr#9086 Co-authored-by: @cursoragent Signed-off-by: inishchith <[email protected]>
cd74253 to
4384607
Compare
|
@yaron2 - done! |
…lities (dapr#1555) This commit upgrades the Helm dependency from v3.17.1 to v3.17.4 to fix multiple security vulnerabilities identified by Trivy security scanning: - CVE-2025-53547 (HIGH): Helm Chart Code Execution - CVE-2025-32386 (MEDIUM): Helm Allows A Specially Crafted Chart Archive - CVE-2025-32387 (MEDIUM): Helm Allows A Specially Crafted JSON Schema The Helm upgrade requires bumping Kubernetes client packages from v0.32.1 to v0.32.2 (patch version) as transitive dependencies. These are backward compatible updates with no breaking changes. Note: CVE-2025-55198 and CVE-2025-55199 remain present as they require Helm v3.18.5, which would necessitate a K8s minor version upgrade. Fixes: dapr/dapr#9086 Co-authored-by: @cursoragent Signed-off-by: inishchith <[email protected]>
…lities (dapr#1555) This commit upgrades the Helm dependency from v3.17.1 to v3.17.4 to fix multiple security vulnerabilities identified by Trivy security scanning: - CVE-2025-53547 (HIGH): Helm Chart Code Execution - CVE-2025-32386 (MEDIUM): Helm Allows A Specially Crafted Chart Archive - CVE-2025-32387 (MEDIUM): Helm Allows A Specially Crafted JSON Schema The Helm upgrade requires bumping Kubernetes client packages from v0.32.1 to v0.32.2 (patch version) as transitive dependencies. These are backward compatible updates with no breaking changes. Note: CVE-2025-55198 and CVE-2025-55199 remain present as they require Helm v3.18.5, which would necessitate a K8s minor version upgrade. Fixes: dapr/dapr#9086 Co-authored-by: @cursoragent Signed-off-by: inishchith <[email protected]> Signed-off-by: Cassandra Coyle <[email protected]>
|
@holopin-bot @inishchith Thank you! Here's a digital badge as a small token of appreciation. |
|
Congratulations @inishchith, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cmi4ewtcx001ajp04ei3dztp2 This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
Description
This commit upgrades the Helm dependency from v3.17.1 to v3.17.4 to fix multiple security vulnerabilities identified by Trivy security scanning:
The Helm upgrade requires bumping Kubernetes client packages from v0.32.1 to v0.32.2 (patch version) as transitive dependencies. These are backward compatible updates with no breaking changes.
Note: CVE-2025-55198 and CVE-2025-55199 remain present as they require Helm v3.18.5, which would necessitate a K8s minor version upgrade.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: Fixes: dapr/dapr#9086
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: