You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/08/03 10:31:40 UTC

[camel-kafka-connector] 01/01: Added a camel-compatibility matrix page

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-compatibility-matrix
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 4ed4d227a075dee2cb9a9e8c42fd1968b7c595b0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 3 12:31:14 2020 +0200

    Added a camel-compatibility matrix page
---
 docs/modules/ROOT/nav.adoc                              |  1 +
 docs/modules/ROOT/pages/camel-compatibility-matrix.adoc | 13 +++++++++++++
 docs/modules/ROOT/pages/index.adoc                      |  1 +
 3 files changed, 15 insertions(+)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 993f9e9..9e70b94 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -8,4 +8,5 @@
 ** xref:try-it-out-on-openshift-with-strimzi.adoc[Try it on OpenShift cluster]
 ** xref:getting-started-with-packages.adoc[Packages documentation]
 * xref:connectors.adoc[Connectors list]
+* xref:camel-compatibility-matrix.adoc[Apache Camel compatibility matrix]
 * xref:contributing.adoc[Contributing]
diff --git a/docs/modules/ROOT/pages/camel-compatibility-matrix.adoc b/docs/modules/ROOT/pages/camel-compatibility-matrix.adoc
new file mode 100644
index 0000000..d97bb11
--- /dev/null
+++ b/docs/modules/ROOT/pages/camel-compatibility-matrix.adoc
@@ -0,0 +1,13 @@
+[[CamelCompatibilityMatrix-CamelCompatibilityMatrix]]
+= Camel Compatibility Matrix
+
+In this section we report the compatibility matrix between Camel and Camel Kafka Connector projects
+
+{{< table >}}
+| Camel-Kafka-Connector Version | Camel-Version     | LTS | Branch  
+|-------------------------------|-------------------|-----|--------
+| 0.1.0                         | 3.1.0             | no  | -
+| 0.2.0                         | 3.2.0             | no  | -
+| 0.3.0                         | 3.3.0             | no  | camel-kafka-connector-0.3.x
+| 0.4.0                         | 3.4.2             | yes | camel-kafka-connector-0.4.x
+{{< /table >}}
diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc
index 3b84a7e..7600eaf 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -11,4 +11,5 @@
 ** xref:try-it-out-on-openshift-with-strimzi.adoc[Try it on OpenShift]
 ** xref:getting-started-with-packages.adoc[Packages documentation]
 * xref:connectors.adoc[Connectors list]
+* xref:camel-compatibility-matrix.adoc[Apache Camel compatibility matrix]
 * xref:contributing.adoc[Contributing]