This is an automated email from the ASF dual-hosted git repository.
ricardozanini pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git
The following commit(s) were added to refs/heads/main by this push:
new a6d9e41ae [10.0.x] NO_ISSUE: Update versions to 10.0.0 (#699)
a6d9e41ae is described below
commit a6d9e41ae60877de4b209fb11ee19c983f36f59a
Author: Dominik HanĂ¡k <[email protected]>
AuthorDate: Tue Jan 21 18:45:50 2025 +0100
[10.0.x] NO_ISSUE: Update versions to 10.0.0 (#699)
[10.0.x] Update versions to 10.0.0
---
serverlessworkflow/antora.yml | 11 +++++------
.../ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc | 2 +-
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/serverlessworkflow/antora.yml b/serverlessworkflow/antora.yml
index 60bdfae4f..3a7ee02f3 100644
--- a/serverlessworkflow/antora.yml
+++ b/serverlessworkflow/antora.yml
@@ -19,9 +19,8 @@
name: serverlessworkflow
title: "SonataFlow Guides"
-version: main
-display_version: snapshot
-prerelease: snapshot
+version: '10.0.0'
+display_version: '10.0.0'
start_page: index.adoc
nav:
- "modules/ROOT/nav.adoc"
@@ -78,8 +77,8 @@ asciidoc:
graalvm_min_version: 22.3.0
spec_version: 0.8
vscode_version: 1.67.0
- kn_cli_version: 0.32.0
- kn_cli_tag: 0.32
+ kn_cli_version: 10.0.0
+ kn_cli_tag: 10.0.0
docker_min_version: 20.10.7
docker_compose_min_version: 1.27.2
kubernetes_version: 1.26
@@ -89,7 +88,7 @@ asciidoc:
knative_serving_version: 1.15
knative_eventing_version: 1.15
apache_kie_latest_version: 10.0.0
- kogito_version: 999-SNAPSHOT
+ kogito_version: 10.0.0
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 da974dc5f..f1fb8f77c 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:999-SNAPSHOT
+|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_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
|===
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]