Skip to content

Commit 45d1b25

Browse files
Compatibility Matrix Update 2026-08-14 (#4002)
Co-authored-by: michaeljguarino <3838088+michaeljguarino@users.noreply.github.com>
1 parent 452ed76 commit 45d1b25

3 files changed

Lines changed: 104 additions & 0 deletions

File tree

static/compatibilities.yaml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25046,6 +25046,19 @@ addons:
2504625046
helm_repository_url: https://argoproj.github.io/argo-helm
2504725047
eolApiSlug: argocd
2504825048
versions:
25049+
- version: 3.5.1
25050+
kube: ['1.36', '1.35', '1.34']
25051+
requirements: []
25052+
incompatibilities: []
25053+
summary:
25054+
helm_changes: ''
25055+
chart_updates: []
25056+
features: ['No new features in v3.5.1; this is a patch release focused on stability,
25057+
performance, and security hardening.']
25058+
breaking_changes: []
25059+
chart_version: 10.3.3
25060+
images: ['ecr-public.aws.com/docker/library/redis:8.6.4-alpine', 'ghcr.io/dexidp/dex:v2.45.1',
25061+
'quay.io/argoproj/argocd:v3.5.1']
2504925062
- version: 3.5.0
2505025063
kube: ['1.36', '1.35', '1.34']
2505125064
requirements: []
@@ -29042,6 +29055,45 @@ addons:
2904229055
helm_repository_url: oci://ghcr.io/kserve/charts/kserve
2904329056
chart_name: kserve
2904429057
versions:
29058+
- version: 0.20.0
29059+
kube: ['1.35', '1.34', '1.33', '1.32']
29060+
requirements: []
29061+
incompatibilities: []
29062+
summary:
29063+
helm_changes: ''
29064+
chart_updates: ['KServe 0.20.0 includes new/updated CRD and resources Helm chart
29065+
artifacts (kserve-crd, kserve-resources, llmisvc-crd/resources, localmodel-crd/resources,
29066+
runtime-configs). Expect CRD and controller rollout as part of upgrade.',
29067+
Gateway API dependency bumped to v1.5.1; Envoy AI Gateway bumped to v1.0.0
29068+
and Envoy Gateway to v1.8.1 (ensure cluster dependencies match)., 'LLMInferenceService
29069+
routing resources migrated to llm-d.ai CRDs; e2e updates indicate API group
29070+
changes for related CRDs (e.g., InferenceObjective).', Modelcache RBAC updated
29071+
(adds delete verb for localmodel PV/PVC)., LocalModel controller and related
29072+
resources include race-condition fixes; storage/OCI mounting support expanded.,
29073+
'LLMInferenceService webhook install/rollout ordering tightened in CI, implying
29074+
upgrade sequencing/rollout readiness is important. Look for webhook cert
29075+
readiness before proceeding.']
29076+
features: [Forward Authorization header from transformer to predictor (helps
29077+
auth propagation through inference pipeline)., 'Support multiple OCI sources
29078+
in storageUris and add oci+native:// ImageVolume mounting for OCI artifacts.',
29079+
Add vLLM as a supported runtime; plus new AutoGluon server runtime option.,
29080+
'LLMInferenceService: model-based routing gates with models surfaced in status;
29081+
stable/version-independent URLs discovery; traffic splitting APIs including
29082+
group routing machinery and readiness gating.', 'LLMInferenceService: KV
29083+
cache offloading spec (CPU tiering + secondary filesystem tiers) and additional
29084+
llm-d baseline default alignments.', Add Managed DRA support for LLMInferenceService
29085+
(resource allocation integrations)., Add platform hooks for InferenceService
29086+
service customization; canary rollout support for RawDeployment mode., Add
29087+
support for confidential model serving.]
29088+
breaking_changes: [LLMInferenceService routing resources migrated to llm-d.ai
29089+
CRDs; existing clusters may need CRD updates and any manifests/controllers
29090+
referencing old API groups must be updated accordingly., 'Dependency bumps
29091+
(Gateway API v1.5.1, Envoy AI Gateway v1.0.0, Envoy Gateway v1.8.1) can
29092+
require compatible versions installed in-cluster; mismatches may break HTTPRoute/Gateway
29093+
behavior.', 'Security/dependency update: Starlette bumped to >=1.0.1 (CVE
29094+
fix). If you pin images or python deps in custom runtimes, ensure compatibility.']
29095+
chart_version: v0.20.0
29096+
images: []
2904529097
- version: 0.19.0
2904629098
kube: ['1.35', '1.34', '1.33', '1.32']
2904729099
requirements: []

static/compatibilities/argo-cd.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ release_url: https://github.com/argoproj/argo-cd/releases/tag/v{vsn}
44
helm_repository_url: https://argoproj.github.io/argo-helm
55
eolApiSlug: argocd
66
versions:
7+
- version: 3.5.1
8+
kube: ['1.36', '1.35', '1.34']
9+
requirements: []
10+
incompatibilities: []
11+
summary:
12+
helm_changes: ''
13+
chart_updates: []
14+
features: ['No new features in v3.5.1; this is a patch release focused on stability,
15+
performance, and security hardening.']
16+
breaking_changes: []
17+
chart_version: 10.3.3
18+
images: ['ecr-public.aws.com/docker/library/redis:8.6.4-alpine', 'ghcr.io/dexidp/dex:v2.45.1',
19+
'quay.io/argoproj/argocd:v3.5.1']
720
- version: 3.5.0
821
kube: ['1.36', '1.35', '1.34']
922
requirements: []

static/compatibilities/kserve.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,45 @@ release_url: https://github.com/kserve/kserve/releases/tag/v{vsn}
44
helm_repository_url: oci://ghcr.io/kserve/charts/kserve
55
chart_name: kserve
66
versions:
7+
- version: 0.20.0
8+
kube: ['1.35', '1.34', '1.33', '1.32']
9+
requirements: []
10+
incompatibilities: []
11+
summary:
12+
helm_changes: ''
13+
chart_updates: ['KServe 0.20.0 includes new/updated CRD and resources Helm chart
14+
artifacts (kserve-crd, kserve-resources, llmisvc-crd/resources, localmodel-crd/resources,
15+
runtime-configs). Expect CRD and controller rollout as part of upgrade.',
16+
Gateway API dependency bumped to v1.5.1; Envoy AI Gateway bumped to v1.0.0 and
17+
Envoy Gateway to v1.8.1 (ensure cluster dependencies match)., 'LLMInferenceService
18+
routing resources migrated to llm-d.ai CRDs; e2e updates indicate API group
19+
changes for related CRDs (e.g., InferenceObjective).', Modelcache RBAC updated
20+
(adds delete verb for localmodel PV/PVC)., LocalModel controller and related
21+
resources include race-condition fixes; storage/OCI mounting support expanded.,
22+
'LLMInferenceService webhook install/rollout ordering tightened in CI, implying
23+
upgrade sequencing/rollout readiness is important. Look for webhook cert readiness
24+
before proceeding.']
25+
features: [Forward Authorization header from transformer to predictor (helps auth
26+
propagation through inference pipeline)., 'Support multiple OCI sources in
27+
storageUris and add oci+native:// ImageVolume mounting for OCI artifacts.',
28+
Add vLLM as a supported runtime; plus new AutoGluon server runtime option.,
29+
'LLMInferenceService: model-based routing gates with models surfaced in status;
30+
stable/version-independent URLs discovery; traffic splitting APIs including
31+
group routing machinery and readiness gating.', 'LLMInferenceService: KV cache
32+
offloading spec (CPU tiering + secondary filesystem tiers) and additional
33+
llm-d baseline default alignments.', Add Managed DRA support for LLMInferenceService
34+
(resource allocation integrations)., Add platform hooks for InferenceService
35+
service customization; canary rollout support for RawDeployment mode., Add
36+
support for confidential model serving.]
37+
breaking_changes: [LLMInferenceService routing resources migrated to llm-d.ai
38+
CRDs; existing clusters may need CRD updates and any manifests/controllers
39+
referencing old API groups must be updated accordingly., 'Dependency bumps
40+
(Gateway API v1.5.1, Envoy AI Gateway v1.0.0, Envoy Gateway v1.8.1) can require
41+
compatible versions installed in-cluster; mismatches may break HTTPRoute/Gateway
42+
behavior.', 'Security/dependency update: Starlette bumped to >=1.0.1 (CVE
43+
fix). If you pin images or python deps in custom runtimes, ensure compatibility.']
44+
chart_version: v0.20.0
45+
images: []
746
- version: 0.19.0
847
kube: ['1.35', '1.34', '1.33', '1.32']
948
requirements: []

0 commit comments

Comments
 (0)