CLDYCON-7961: release 2.14.16 - bump Alpine to 3.24.2 to fix curl/openssl CVEs - #342
Merged
Merged
Conversation
Hudong-hub
force-pushed
the
cldycon-7961-bump-alpine-3242
branch
from
September 21, 2026 22:05
3ce12f0 to
a191087
Compare
Hudong-hub
force-pushed
the
cldycon-7961-bump-alpine-3242
branch
from
September 21, 2026 22:20
a191087 to
9e2f8fe
Compare
There was a problem hiding this comment.
It is suggested to add "--no-cache" switch to apk add curl as apk add --no-cache curl to force always install the latest remote version in the apk repo.
hunterwei-ibm
approved these changes
Sep 21, 2026
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.
What does this PR do?
Ships metrics-agent 2.14.16, a security patch that bumps the base image from
alpine:3.24.1toalpine:3.24.2to remediate new curl and openssl CVEs reported against 2.14.15. This advances curl8.21.0-r0->8.22.0-r0and openssl3.5.7-r0->3.5.8-r0. Version bumped inversion/version.go,Chart.yaml, andvalues.yaml.Where should the reviewer start?
deploy/docker/Dockerfileandversion/version.goHow should this be manually tested?
On merge to master the Deploy workflow builds and pushes
metrics-agent:2.14.16+latest. Re-scan the built image and confirm curl8.22.0-r0/ openssl3.5.8-r0and that the reported CVEs clear.Any background context you want to provide?
Follow-on to CLDYCON-7960 (Apple). 2.14.15's Alpine 3.24.1 ships the vulnerable curl/openssl; 3.24.2 carries the patched revisions. Same fix pattern as the prior patch (#340, 2.14.14 -> 2.14.15). Note the vulnerable packages are not on the agent's runtime path (Go binary, CGO disabled, no curl invocation); this patch clears the image scan for PCI compliance.
What picture best describes this PR (optional but encouraged)?
N/A
What are the relevant Github Issues?
CLDYCON-7961, CLDYCON-7960
Developer Done List
For the Reviewer:
By approving this PR, the reviewer acknowledges that they have checked all items in this done list.
Reviewer/Approval Done List