Skip to content

Compatibility Matrix Update 2026-05-22#3595

Merged
michaeljguarino merged 1 commit into
masterfrom
compatibility-matrix-update-2026-05-22
May 22, 2026
Merged

Compatibility Matrix Update 2026-05-22#3595
michaeljguarino merged 1 commit into
masterfrom
compatibility-matrix-update-2026-05-22

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated Pull Request to update compatibility matrix

@github-actions github-actions Bot added the enhancement New feature or request label May 22, 2026
@greptile-apps

greptile-apps Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Automated compatibility matrix update for 2026-05-22 that adds new addon versions, bumps patch releases, and enriches previously-null summaries with structured upgrade notes.

  • New versions added: kserve 0.17.1 (Helm fix release), kube-prometheus-stack 85.2.1 (dependency bumps), Istio 1.30.0 eolAt metadata.
  • Patch bumps: amazon-vpc-cni-k8s 1.21.1 → 1.21.2 (in-place update matching the file's existing pattern), argo-cd chart_version 9.5.14 → 9.5.15.
  • Summary enrichment: argo-workflows v3.2.0 gains a structured summary block in place of null; the features list item is unquoted while all surrounding strings are quoted (see inline suggestion).

Confidence Score: 5/5

Safe 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.

Important Files Changed

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

Comment on lines +148 to +150
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.]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 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.

Suggested change
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.']

@michaeljguarino michaeljguarino merged commit fedeead into master May 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant