This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 0.8.x in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit be3c235e620cd87c92278afdfedeeecd3de906c9 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Apr 26 18:40:44 2022 +0200 Set release to 0.8.x and point to correct docs --- docs/antora.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 71386ca7..264ffd5e 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -17,9 +17,7 @@ name: camel-kamelets title: Kamelet Catalog -version: next -prerelease: true -display-version: Next (Pre-release) +version: 0.8.x nav: - modules/ROOT/nav.adoc @@ -28,10 +26,9 @@ asciidoc: attributes: requires: "'util=camel-website-util,kamelets=xref:js/kamelets.js'" # Update to appropriate released camel-k version on release - prerelease: true -# version-used: true -# camel-k-version: next - camel-k-docs-version: next + version-used: true + camel-k-version: 1.9.0 + camel-k-docs-version: 1.9.x # camel-kafka-connector-version: none # camel-kafka-connector-docs-version: none camel-version: 3.16.0
