Skip to content

Compatibility Matrix Update 2026-08-08 - #3985

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
compatibility-matrix-update-2026-08-08
Open

Compatibility Matrix Update 2026-08-08#3985
github-actions[bot] wants to merge 1 commit into
masterfrom
compatibility-matrix-update-2026-08-08

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 8, 2026

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 Aug 8, 2026
@soffi-ai

soffi-ai Bot commented Aug 8, 2026

Copy link
Copy Markdown

Soffi AI Summary

This is an automated pull request to refresh the compatibility matrix data for several Kubernetes add-ons, reflecting new upstream releases as of 2026-08-08. The changes keep the Console's add-on compatibility reference data current so users get accurate version/Kubernetes compatibility information and up-to-date release summaries. Specifically:

  • amazon-vpc-cni-k8s: Bumps the latest tracked version from 1.22.4 to 1.23.0 and removes the now-redundant chart_version field from the older entry.
  • kube-prometheus-stack: Bumps from 88.1.5 to 88.2.0, updates the bundled image references (notably Grafana 13.1.2 → 13.1.3 and kube-state-metrics v8.1.3 → v8.2.0), refreshes the human-readable summary to reflect the subchart dependency bump, and corrects the chart_version tag.
  • Traefik: Bumps from 3.7.9 to 3.7.10 (a security-focused patch release fixing three GHSA vulnerabilities and improving Gateway API stability), updates the chart version from 41.1.1 to 41.2.0, and replaces the verbose multi-item feature/breaking-change summary with a concise, accurate description of the patch-level changes.

All changes are data-only (no code logic modified); both static/compatibilities.yaml (the aggregate file) and the individual per-add-on YAML files under static/compatibilities/ are updated in lockstep.

Commits

Commit Summary
1e08769 Automated refresh of static compatibility matrix data: bumps amazon-vpc-cni-k8s to v1.23.0, kube-prometheus-stack to 88.2.0 (Grafana 13.1.3, kube-state-metrics v8.2.0), and Traefik to 3.7.10 / chart 41.2.0 (security patch for three GHSA advisories). Updates both the consolidated compatibilities.yaml and the individual per-add-on YAML files.

Deploy in Soffi


Updated: 2026-08-08 01:23 UTC

@greptile-apps

greptile-apps Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Updates the generated compatibility matrix with newer amazon-vpc-cni-k8s, kube-prometheus-stack, and Traefik releases.

  • Adds amazon-vpc-cni-k8s 1.23.0.
  • Updates kube-prometheus-stack to chart 88.2.0 and Grafana 13.1.3.
  • Updates Traefik to application 3.7.10 and chart 41.2.0.

Confidence Score: 4/5

The PR should not merge until amazon-vpc-cni-k8s 1.23.0 includes its chart version so upgrade polling can detect it.

The newly added amazon-vpc-cni-k8s release has a nil chart_version, and the observer explicitly filters such records out of upgrade polling.

Files Needing Attention: static/compatibilities/amazon-vpc-cni-k8s.yaml and its mirrored entry in static/compatibilities.yaml

Important Files Changed

Filename Overview
static/compatibilities.yaml Mirrors the three compatibility updates, including the missing chart_version on amazon-vpc-cni-k8s 1.23.0.
static/compatibilities/amazon-vpc-cni-k8s.yaml Adds release 1.23.0 without chart_version, causing polling to omit that release.
static/compatibilities/kube-prometheus-stack.yaml Consistently updates the application/chart record, release summary, and Grafana image for 88.2.0.
static/compatibilities/traefik.yaml Consistently updates Traefik application and chart versions and refreshes the release summary.

Reviews (1): Last reviewed commit: "Updated compatibility matrix 2026-08-08" | Re-trigger Greptile

Comment on lines +6 to 10
- version: 1.23.0
kube: ['1.30', '1.29', '1.28', '1.27', '1.26', '1.25', '1.24', '1.23']
requirements: []
incompatibilities: []
summary: null

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.

P1 Missing chart version skips polling

When compatibility polling evaluates amazon-vpc-cni-k8s 1.23.0, its missing chart_version is filtered out, causing clusters to miss the latest addon upgrade recommendation.

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