Compatibility Matrix Update 2026-08-06 - #3973
Conversation
Soffi AI SummaryAutomated update to the static compatibility matrix data for 2026-08-06. The scraper tooling refreshed version entries and associated image digests for three add-ons:
These changes are purely data-driven and have no runtime code impact — they keep the Console UI's add-on compatibility and image reference information current. Commits
Updated: 2026-08-06 01:42 UTC |
Greptile SummaryThe automated update refreshes compatibility metadata for Argo CD, Elastic Agent, and kube-prometheus-stack.
Confidence Score: 4/5The missing kube-prometheus-stack 88.1.4 record should be restored before merging so existing installations are not resolved as 88.1.3. Compatibility lookup falls back to a lower retained release when an exact version is absent, so replacing 88.1.4 with 88.1.5 causes deployed 88.1.4 installations to receive 88.1.3 metadata. Files Needing Attention: static/compatibilities/kube-prometheus-stack.yaml and static/compatibilities.yaml
|
| Filename | Overview |
|---|---|
| static/compatibilities.yaml | Mirrors all three addon updates in the aggregate matrix, including removal of the kube-prometheus-stack 88.1.4 record. |
| static/compatibilities/argo-cd.yaml | Updates Argo CD 3.5.0 chart and Redis image metadata with no established defect. |
| static/compatibilities/elastic-agent.yaml | Advances the latest Elastic Agent record to 9.5.0 according to the addon's established replacement convention. |
| static/compatibilities/kube-prometheus-stack.yaml | Updates metadata to 88.1.5 but incorrectly drops the independently resolvable 88.1.4 release. |
Reviews (1): Last reviewed commit: "Updated compatibility matrix 2026-08-06" | Re-trigger Greptile
| chart_changelog_url: https://raw.githubusercontent.com/prometheus-community/helm-charts/refs/heads/main/charts/kube-prometheus-stack/UPGRADE.md | ||
| versions: | ||
| - version: 88.1.4 | ||
| - version: 88.1.5 |
There was a problem hiding this comment.
Version fallback misclassifies 88.1.4
When a runtime addon reports kube-prometheus-stack 88.1.4, removing its entry makes compatibility lookup fall back to 88.1.3, causing the installation to receive the wrong release summary and image metadata. Retain 88.1.4 as a separate entry when adding 88.1.5, and mirror that entry in the aggregate matrix.
Automated Pull Request to update compatibility matrix