Compatibility Matrix Update 2026-05-22#3595
Conversation
Greptile SummaryAutomated compatibility matrix update for 2026-05-22 that adds new addon versions, bumps patch releases, and enriches previously-null summaries with structured upgrade notes.
Confidence Score: 5/5Safe to merge — all changes are additive data updates to YAML compatibility files with no logic changes. Every change is a data-only update in static YAML files: new addon version entries, in-place patch bumps, and summary enrichment. All new entries follow the established patterns already present in those files. The single style note (unquoted YAML scalar in argo-workflows) does not affect correctness or parsing. No files require special attention; the argo-workflows summary block has a minor quoting inconsistency but is otherwise correct.
|
| Filename | Overview |
|---|---|
| static/compatibilities/amazon-vpc-cni-k8s.yaml | Patches the top-listed version from 1.21.1 to 1.21.2 (version + chart_version), consistent with the file's pattern of keeping only the latest patch for each minor. |
| static/compatibilities/argo-cd.yaml | Updates chart_version for the v3.4.2 entry from 9.5.14 to 9.5.15; no other changes. |
| static/compatibilities/argo-workflows.yaml | Replaces null summary for v3.2.0 with structured content; the features list item is an unquoted YAML flow scalar while the rest of the file consistently uses quoted strings. |
| static/compatibilities/istio.yaml | Adds eolAt: '2026-11-30' metadata field to the v1.30.0 entry; straightforward addition. |
| static/compatibilities/kserve.yaml | Adds new v0.17.1 entry with detailed upgrade summary; chart_version uses v-prefix and images is empty, both consistent with the existing v0.17.0 entry pattern. |
| static/compatibilities/kube-prometheus-stack.yaml | Adds new v85.2.1 entry with complete image list and structured summary; all fields follow existing patterns. |
| static/compatibilities.yaml | Aggregated file mirrors individual file changes: vpc-cni version bump, argo-cd chart_version patch, argo-workflows summary enrichment, istio eolAt addition, kserve 0.17.1 entry, and kube-prometheus-stack 85.2.1 entry. |
Reviews (1): Last reviewed commit: "Updated compatibility matrix 2026-05-22" | Re-trigger Greptile
| features: [No feature details are included in the provided v3.2.0 release notes | ||
| excerpt beyond links to the blog/CHANGELOG; treat this as a routine minor | ||
| upgrade pending review of the full CHANGELOG.] |
There was a problem hiding this comment.
The
features list item is an unquoted YAML flow scalar while every other string in this block (including the breaking_changes entry immediately below) uses quoted strings. While YAML allows unquoted scalars in flow sequences, the inconsistency could trip up strict parsers and makes the file harder to read.
| features: [No feature details are included in the provided v3.2.0 release notes | |
| excerpt beyond links to the blog/CHANGELOG; treat this as a routine minor | |
| upgrade pending review of the full CHANGELOG.] | |
| features: ['No feature details are included in the provided v3.2.0 release notes | |
| excerpt beyond links to the blog/CHANGELOG; treat this as a routine minor | |
| upgrade pending review of the full CHANGELOG.'] |
Automated Pull Request to update compatibility matrix