Skip to content

Commit

Permalink
fix(docs): add back compatibility matrix
Browse files Browse the repository at this point in the history
Closes #5890
  • Loading branch information
squakez committed Nov 14, 2024
1 parent 699f391 commit e3dfd6a
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions docs/modules/ROOT/pages/concepts/dependencies.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
= Camel dependencies matrix

From Camel K version 2 onward you will be able to use any Camel K Runtime. Each runtime depends on a Camel Quarkus, Camel and Quarkus Platform version. Every Camel K has a default runtime used, but you can xref:running/runtime-version.adoc[pick any Camel K Runtime available] (backward and forward compatible).

[caption=]
.Camel dependencies matrix
[width="100%",cols="4,2,2,2,2,3",options="header"]
|===
|Camel K Version
|(Default) Camel K Runtime
|Camel Quarkus
|Camel
|Quarkus
|Branch
|===

//cannot use top level index.adoc as the page with the query is always omitted.
indexTable::[version="*",relative="running/running.adoc",cellformats="util.ckRef(pageComponentDisplayVersion, pageComponentVersion)|camelKRuntimeVersion|util.camelQuarkusRef(camelQuarkusVersion, camelQuarkusDocsVersion)|util.camelRef(camelVersion, camelDocsVersion)|util.quarkusRef(quarkusVersion)|ck.branch(pageComponentVersion)", requires={requires},transform=util.sortCompatibilityItems]
== Other APIs version matrix
Below you can find a list of the main dependencies and APIs used by Camel K and the related compatibility.
[caption=]
.Kubernetes and other dependencies
[width="100%",cols="4,2,2,2,2,2",options="header"]
|===
|Camel K Version
|Kubernetes API
|Operator Framework API
|Knative API
|Prometheus Operator
|Kustomize version
|===
//cannot use top level index.adoc as the page with the query is always omitted.
indexTable::[version="*",relative="running/running.adoc",cellformats="util.ckRef(pageComponentDisplayVersion, pageComponentVersion)|kubernetesApiVersion|operatorFwkApiVersion|knativeApiVersion|prometheusOpVersion|kustomizeVersion", requires={requires},transform=util.sortCompatibilityItems]

0 comments on commit e3dfd6a

Please sign in to comment.