chore: bump ACM to v2.16.3-552 and MCE to v2.11.5-599 - #6422
chore: bump ACM to v2.16.3-552 and MCE to v2.11.5-599#6422Inbharaj Mani (inbharajmani) wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Bumps the configured ACM (Advanced Cluster Management) and MCE (MultiCluster Engine) operator bundle digests and refreshes the in-repo Helm chart content/fixtures to match the updated bundle payloads. This is part of keeping the management stack current and (per the PR description) aligning with the CVE-2026-4740 remediation status for at least the managedcluster-import-controller image.
Changes:
- Updated ACM and MCE operator bundle digests in
config/config.yamland propagated to rendered environment configs. - Updated MCE Helm chart versions to
2.11.5and refreshed operator operand image digests in the operator Deployment template. - Regenerated Helm template fixtures and adjusted MCE scheduling constraints to use an
infranodeSelector.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| config/rendered/dev/pers/westus3.yaml | Propagates updated ACM/MCE bundle digests into rendered config for pers. |
| config/rendered/dev/perf/westus3.yaml | Propagates updated ACM/MCE bundle digests into rendered config for perf. |
| config/rendered/dev/dev/westus3.yaml | Propagates updated ACM/MCE bundle digests into rendered config for dev. |
| config/rendered/dev/cspr/westus3.yaml | Propagates updated ACM/MCE bundle digests into rendered config for cspr. |
| config/rendered/dev/ci01/centralus.yaml | Propagates updated ACM/MCE bundle digests into rendered config for ci01. |
| config/rendered/dev/ci00/centralus.yaml | Propagates updated ACM/MCE bundle digests into rendered config for ci00. |
| config/config.yaml | Updates default ACM/MCE bundle digests and version comments. |
| acm/zz_fixture_TestHelmTemplate_dev_westus3_mgmt_1_mce.yaml | Regenerated Helm fixture reflecting updated MCE manifests (incl. scheduling + version). |
| acm/zz_fixture_TestHelmTemplate_dev_westus3_mgmt_1_mce_config.yaml | Regenerated Helm fixture content for MCE config chart output. |
| acm/deploy/helm/multicluster-engine/templates/multicluster-engine-operator.deployment.yaml | Updates operand image digests and changes scheduling behavior for the MCE operator Deployment. |
| acm/deploy/helm/multicluster-engine/Chart.yaml | Bumps MCE chart version/appVersion and source bundle digest reference. |
| acm/deploy/helm/multicluster-engine-crds/Chart.yaml | Bumps MCE CRDs chart version/appVersion and source bundle digest reference. |
| acm/deploy/helm/multicluster-engine-config/charts/policy/values.yaml | Updates governance/policy image override digests to match the new bundle payload. |
| acm/deploy/helm/multicluster-engine-config/charts/policy/crds/agent.open-cluster-management.io_klusterletaddonconfigs_crd.yaml | Updates CRD header content as part of chart refresh/regeneration. |
| nodeSelector: | ||
| aro-hcp.azure.com/role: infra |
Update ACM and MCE operator bundle digests to the latest builds using the image updater.
c4a3e33 to
17cb466
Compare
|
/lgtm |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inbharajmani, janboll The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Superseded by #6337, which already merged the same ACM Thanks Inbharaj Mani (@inbharajmani) for driving the fix. Closing this one out. /close |
Summary
v2.16.3-552(2026-08-04)v2.11.5-599(2026-08-04)CVE-2026-4740 (GHSA-q4gv-pjmh-c735) Status
This bundle update picks up a new
managedcluster-import-controller-rhel9image (sha256:4dad2eb1...) which bumps theopen-cluster-management.io/ocmGo dependency fromv1.1.1tov1.2.1— the scanner-recognized fix version. Trivy no longer flags this image.The remaining 5 images built from
stolostron/ocm(backplane-2.11) are at OCMv1.1.4-0.20260731.... The fix code is present (cherry-picked April 8) but scanners still flag them because the GHSA advisory only lists>= v1.2.1as patched:v1.1.4(main module)v1.1.4(main module)v1.1.4(main module)v1.1.4(main module)v1.1.4(main module)v1.2.1(dep)A PR to update the GHSA advisory to include
v1.1.3as a patched version is open: github/advisory-database#8953. Once merged, the remaining 5 images will clear.Test plan
make helm-charts— ACM helm charts rebuilt successfullycd config && make materialize— all rendered configs updated, helm tests pass