You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dj...@apache.org on 2022/01/13 05:22:31 UTC

[camel-k] branch release-1.6.x updated: camel-website-701 RI

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

djencks pushed a commit to branch release-1.6.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.6.x by this push:
     new 4d8c6d4  camel-website-701 RI
4d8c6d4 is described below

commit 4d8c6d47ebcaf47d8ed25455dde32d64d2110a71
Author: David Jencks <dj...@apache.org>
AuthorDate: Wed Jan 5 22:57:46 2022 -0800

    camel-website-701 RI
---
 docs/antora.yml                    | 12 +++++++++++-
 docs/modules/ROOT/pages/index.adoc | 20 ++++++++++++++++++++
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index d62c6f7..c2789d0 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -25,4 +25,14 @@ nav:
 
 asciidoc:
   attributes:
-    camel-version: 3.11.x
\ No newline at end of file
+    camel-kamelets-version: 0.4.0 # Makefile KAMELET_CATALOG_REPO_BRANCH
+    camel-kamelets-docs-version: 0.4.x # Makefile KAMELET_CATALOG_REPO_BRANCH
+    camel-k-runtime-version: 1.9.1 # Makefile RUNTIME_VERSION
+    camel-api-versions: camel.apache.org/v1 camel.apache.org/v1alpha1 # Makefile BUNDLE_CAMEL_APIS
+    # from camel-k-runtime parent pom:
+    camel-version: 3.11.2
+    camel-docs-version: 3.11.x
+    camel-quarkus-version: 2.3.0
+    camel-quarkus-docs-version: 2.3.x
+    quarkus-version: 2.3.0.Final
+    graalvm-version: 21.2.0
diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc
index 264bbfd..6466bff 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -1,5 +1,25 @@
 = Apache Camel K
 
+[NOTE]
+--
+This version ({page-component-display-version}) of {page-component-title} depends on:
+
+* https://github.com/apache/camel-k-runtime.git[camel-k-runtime] (undocumented) at version {camel-k-runtime-version}, and therefore:
+//** xref:{camel-quarkus-docs-version}@camel-quarkus::index.adoc[] at version {camel-quarkus-version}.
+** https://github.com/apache/camel-quarkus.git[camel-quarkus] at version {camel-quarkus-version} (no longer documented).
+** xref:{camel-docs-version}@components::index.adoc[Camel] at version {camel-version}.
+** https://quarkus.io[Quarkus] at version {quarkus-version}.
+** https://www.graalvm.org[GraalVM] at version {graalvm-version}.
+//* xref:{camel-kamelets-docs-version}@camel-kamelets::index.adoc[] at version {camel-kamelets-version}.
+* https://github.com/apache/camel-kamelets.git[camel-kamelets] at version {camel-kamelets-version} (never documented).
+
+ifdef::lts[This long term service release will be supported until {lts}.]
+ifndef::lts[]
+ifdef::prerelease[This is the development version of {page-component-title}. It should not be used in production.]
+ifndef::prerelease[This release will not be updated, but rather replaced by a new release.]
+endif::[]
+--
+
 Apache Camel K is a lightweight integration framework built from Apache Camel that runs natively on Kubernetes and is specifically designed for serverless and microservice architectures.
 
 Users of Camel K can instantly run integration code written in Camel DSL on their preferred cloud (Kubernetes or OpenShift).