diff --git a/serverlessworkflow/antora.yml b/serverlessworkflow/antora.yml index 3a7ee02f3..60bdfae4f 100644 --- a/serverlessworkflow/antora.yml +++ b/serverlessworkflow/antora.yml @@ -19,8 +19,9 @@ name: serverlessworkflow title: "SonataFlow Guides" -version: '10.0.0' -display_version: '10.0.0' +version: main +display_version: snapshot +prerelease: snapshot start_page: index.adoc nav: - "modules/ROOT/nav.adoc" @@ -77,8 +78,8 @@ asciidoc: graalvm_min_version: 22.3.0 spec_version: 0.8 vscode_version: 1.67.0 - kn_cli_version: 10.0.0 - kn_cli_tag: 10.0.0 + kn_cli_version: 0.32.0 + kn_cli_tag: 0.32 docker_min_version: 20.10.7 docker_compose_min_version: 1.27.2 kubernetes_version: 1.26 @@ -88,7 +89,7 @@ asciidoc: knative_serving_version: 1.15 knative_eventing_version: 1.15 apache_kie_latest_version: 10.0.0 - kogito_version: 10.0.0 + kogito_version: 999-SNAPSHOT product_version_short: 10.0 product_version_long: 10.0.0 # only used in downstream diff --git a/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc b/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc index f1fb8f77c..da974dc5f 100644 --- a/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc +++ b/serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc @@ -212,7 +212,7 @@ The table below lists the Dockerfile arguments available in the default {operato |=== | Argument | Description | Example -|QUARKUS_EXTENSIONS | List of link:{quarkus_extensions_url}[Quarkus Extensions] separated by comma that the builder should add to the workflow. | org.kie:kie-addons-quarkus-persistence-jdbc:{product_version_long} +|QUARKUS_EXTENSIONS | List of link:{quarkus_extensions_url}[Quarkus Extensions] separated by comma that the builder should add to the workflow. | org.kie:kie-addons-quarkus-persistence-jdbc:999-SNAPSHOT |QUARKUS_ADD_EXTENSION_ARGS | Arguments passed to the Quarkus CLI when adding extensions. Enabled only when `QUARKUS_EXTENSIONS` is not empty. | See the link:{quarkus_cli_url}#using-the-cli[Quarkus CLI documentation] |MAVEN_ARGS_APPEND | Arguments passed to the maven build when the workflow build is produced. | -Dkogito.persistence.type=jdbc -Dquarkus.datasource.db-kind=postgresql |===