Compatibility Matrix Update 2026-07-02#3794
Conversation
Soffi AI SummaryThis is an automated pull request that refreshes the static compatibility matrix data used by the Console to track add-on version support across Kubernetes versions. The update keeps the platform's compatibility knowledge current so operators and the AI-driven operations layer have accurate information when assessing upgrade paths and EOL status. Specific changes included in this update (dated 2026-07-02):
Commits
Updated: 2026-07-02 02:02 UTC |
Greptile SummaryAutomated compatibility matrix update adding new versions and correcting metadata for several Helm chart addons. All changes are data-only YAML updates with no code logic affected.
Confidence Score: 5/5Routine automated data update with no code logic changes; safe to merge. All changes are YAML data additions and corrections — new addon versions, a chart_version patch bump, and an EOL date correction. The only minor inconsistency is a human-readable description in kube-prometheus-stack's chart_updates that omits the -distroless suffix already present in the images list, which has no functional impact. No files require special attention; the kube-prometheus-stack entry has a minor text discrepancy in the summary description worth a second look.
|
| Filename | Overview |
|---|---|
| static/compatibilities/kube-prometheus-stack.yaml | Adds 87.5.0 with full metadata; minor inconsistency between chart_updates text (v3.13.0) and the pinned distroless image (v3.13.0-distroless). |
| static/compatibilities/flux.yaml | Adds Flux 2.9.0 entry with kube 1.33–1.36 support; no chart_version or images, consistent with existing flux entries. |
| static/compatibilities/istio.yaml | Corrects istio 1.28.0 EOL date from 2026-06-28 to 2026-07-01. |
| static/compatibilities/argo-cd.yaml | Bumps argo-cd 3.4.4 chart_version from 10.0.0 to 10.1.0. |
| static/compatibilities/traefik.yaml | Bumps traefik 3.8.0 chart_version from 41.0.0 to 41.0.1. |
| static/compatibilities/elastic-agent.yaml | Bumps elastic-agent version and chart_version from 9.4.2 to 9.4.3 with updated image reference. |
| static/compatibilities.yaml | Aggregated file reflecting all per-addon changes; all diffs are consistent with their corresponding individual YAML files. |
Reviews (1): Last reviewed commit: "Updated compatibility matrix 2026-07-02" | Re-trigger Greptile
| chart_updates: ['Containers and initContainers are now rendered with `tpl`, allowing | ||
| templating inside those values.', 'Prometheus container image tag updated | ||
| to `quay.io/prometheus/prometheus:v3.13.0`.'] |
There was a problem hiding this comment.
The
chart_updates description mentions the Prometheus image tag as v3.13.0, but the images list pins the distroless variant v3.13.0-distroless. Users reading the update notes will see a different tag than what is actually deployed, which could cause confusion when verifying image digests or auditing image provenance.
| chart_updates: ['Containers and initContainers are now rendered with `tpl`, allowing | |
| templating inside those values.', 'Prometheus container image tag updated | |
| to `quay.io/prometheus/prometheus:v3.13.0`.'] | |
| chart_updates: ['Containers and initContainers are now rendered with `tpl`, allowing | |
| templating inside those values.', 'Prometheus container image tag updated | |
| to `quay.io/prometheus/prometheus:v3.13.0-distroless`.] |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Automated Pull Request to update compatibility matrix