ricardozanini commented on code in PR #718: URL: https://github.com/apache/incubator-kie-kogito-docs/pull/718#discussion_r2066798245
########## 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 Review Comment: I like what you did here. ########## serverlessworkflow/antora.yml: ########## @@ -71,29 +71,29 @@ asciidoc: # # 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.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 - 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 + apache_kie_latest_version: 10.1.0 + kogito_version: 10.0.0 product_version_short: 10.0 product_version_long: 10.0.0 # only used in downstream - operator_version: main + operator_version: 10.0.0 Review Comment: Don't we have to upgrade these 10.0.0? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
