Skip to content

Commit

Permalink
[10.0.x] Update versions to 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domhanak committed Jan 21, 2025
1 parent c20ee24 commit c49ebc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions serverlessworkflow/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
|===
Expand Down

0 comments on commit c49ebc3

Please sign in to comment.