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

dhanak pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 0be7f83c8 [10.1.x] NO_ISSUE: Prepare 10.1.0 Sonataflow Documentation 
(#718)
0be7f83c8 is described below

commit 0be7f83c8b39a7873c7df2de5cfe00b2c30b854a
Author: Dominik HanĂ¡k <[email protected]>
AuthorDate: Mon Jun 16 15:23:27 2025 +0200

    [10.1.x] NO_ISSUE: Prepare 10.1.0 Sonataflow Documentation (#718)
    
    * 10.1.x - Update versions
    
    * [10.0.x] NO_ISSUE: Fix URL to use tagged operator.yaml for 10.0.0 (#715)
    
    10.0.x - NO_ISSUE: Fix URL to use tagged opeator.yml for 10.0.0
    
    * Fix version to 10.1.0
    
    * NO_ISSUE: Implement kogito_branch variabel
---
 antora-playbook.yml           |  4 +---
 serverlessworkflow/antora.yml | 38 ++++++++++++++++++--------------------
 2 files changed, 19 insertions(+), 23 deletions(-)

diff --git a/antora-playbook.yml b/antora-playbook.yml
index b57afc05d..0bc5fc373 100644
--- a/antora-playbook.yml
+++ b/antora-playbook.yml
@@ -12,10 +12,8 @@ content:
   - url: [email protected]:apache/incubator-kie-kogito-docs.git
     branches:
     - main
-    - 1.43.x
-    - 1.44.x
-    - 1.45.x
     - 10.0.x
+    - 10.1.x
     start_path: serverlessworkflow
 runtime:
   fetch: true
diff --git a/serverlessworkflow/antora.yml b/serverlessworkflow/antora.yml
index 7c41cc818..8fbdf3411 100644
--- a/serverlessworkflow/antora.yml
+++ b/serverlessworkflow/antora.yml
@@ -59,41 +59,39 @@ asciidoc:
     kie_kogito_examples_repo_name: incubator-kie-kogito-examples
 
     # Jobs service image and links
-    jobs_service_image_allinone: 
docker.io/apache/incubator-kie-kogito-jobs-service-allinone
     jobs_service_image_ephemeral: 
docker.io/apache/incubator-kie-kogito-jobs-ephemeral
     jobs_service_image_ephemeral_name: 
incubator-kie-kogito-jobs-service-ephemeral
     jobs_service_image_ephemeral_url: 
https://hub.docker.com/r/apache/incubator-kie-kogito-jobs-service-ephemeral
     jobs_service_image_postgresql_name: 
incubator-kie-kogito-jobs-service-postgresql
     jobs_service_image_postgresql: 
docker.io/apache/incubator-kie-kogito-jobs-service-postgresql
     jobs_service_image_postgresql_url: 
https://hub.docker.com/r/apache/incubator-kie-kogito-jobs-service-postgresql
-    jobs_service_image_usage_url: 
https://github.com/apache/incubator-kie-kogito-images#jobs-services-all-in-one
 
     #
     #  Versions 
     #
-    quarkus_version: 3.8.4
-    quarkus_platform_version: 3.8.4
+    quarkus_version: 3.15.3.1
+    quarkus_platform_version: 3.15.3.1
     java_min_version: 17+
-    maven_min_version: 3.9.3
+    maven_min_version: 3.9.6
     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.1.0
+    kn_cli_tag: 10.1.0
     docker_min_version: 20.10.7
     docker_compose_min_version: 1.27.2
     kubernetes_version: 1.26
-    openshift_version_min: 4.13
+    openshift_version_min: 4.14
     openshift_version_max: 4.17
     knative_version: 1.15
     knative_serving_version: 1.15
     knative_eventing_version: 1.15
-    apache_kie_latest_version: 10.0.0
-    kogito_version: 999-SNAPSHOT
-    product_version_short: 10.0
-    product_version_long: 10.0.0
-    # only used in downstream
-    operator_version: main
+    apache_kie_latest_version: 10.1.0
+    kogito_version: 10.1.0
+    kogito_branch: 10.1.x
+    product_version_short: 10.1
+    product_version_long: 10.1.0
+    operator_version: 10.1.0
 
     # Persistence extensions for the kogito-swf-builder
     groupId_quarkus-agroal: io.quarkus
@@ -112,13 +110,13 @@ asciidoc:
     apple_support_url: 
https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unknown-developer-mh40616/mac
     kogito_examples_repository_url: 
https://github.com/apache/incubator-kie-kogito-examples
     kogito_operator_repository_rawcontent_url: 
https://raw.githubusercontent.com/apache/incubator-kie-tools/refs/heads/{operator_version}/packages/sonataflow-operator
-    kogito_sw_examples_url: 
https://github.com/apache/incubator-kie-kogito-examples/tree/main/serverless-workflow-examples
-    kogito_sw_operator_examples_url: 
https://github.com/apache/incubator-kie-kogito-examples/tree/main/serverless-operator-examples
+    kogito_sw_examples_url: 
https://github.com/apache/incubator-kie-kogito-examples/tree/{kogito_branch}/serverless-workflow-examples
+    kogito_sw_operator_examples_url: 
https://github.com/apache/incubator-kie-kogito-examples/tree/{kogito_branch}/serverless-operator-examples
     kogito_examples_url: 
https://github.com/apache/incubator-kie-kogito-examples.git
-    kogito_apps_url: 
https://github.com/apache/incubator-kie-kogito-apps/tree/main
-    kogito_runtimes_url: 
https://github.com/apache/incubator-kie-kogito-runtimes/tree/main
-    kogito_runtimes_swf_url: 
https://github.com/apache/incubator-kie-kogito-runtimes/tree/main/kogito-serverless-workflow/
-    kogito_runtimes_swf_test_url: 
https://github.com/apache/incubator-kie-kogito-runtimes/tree/main/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/test/java/org/kie/kogito/serverless/workflow/executor
+    kogito_apps_url: 
https://github.com/apache/incubator-kie-kogito-apps/tree/{kogito_branch}
+    kogito_runtimes_url: 
https://github.com/apache/incubator-kie-kogito-runtimes/tree/{kogito_branch}
+    kogito_runtimes_swf_url: 
https://github.com/apache/incubator-kie-kogito-runtimes/tree/{kogito_branch}/kogito-serverless-workflow/
+    kogito_runtimes_swf_test_url: 
https://github.com/apache/incubator-kie-kogito-runtimes/tree/{kogito_branch}/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/test/java/org/kie/kogito/serverless/workflow/executor
     quarkus_cli_url: https://quarkus.io/guides/cli-tooling
     spec_website_url: https://serverlessworkflow.io/
     spec_doc_url: 
https://github.com/serverlessworkflow/specification/blob/0.8.x/specification.md


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to