@@ -19,11 +19,12 @@ asciidoc:
19
19
# Serverless Logic - Names, labels and similar
20
20
#
21
21
product_name : OpenShift Serverless Logic
22
- kogito_version_redhat : 9.100.0.redhat-00004
23
- kogito_branch : 9.100.x-prod
22
+ kogito_branch : 9.102.x-prod
24
23
operator_name : Serverless Logic Operator
25
24
operator_installation_namespace : openshift-serverless-logic
25
+ sonataflow_vscode_extension_name : KIE Serverless Workflow Editor
26
26
operator_controller_config : sonataflow-operator-controllers-config
27
+ operator_controller_manager_deployment_name : logic-operator-rhel8-controller-manager
27
28
quarkus_platform : com.redhat.quarkus.platform
28
29
kogito_sw_ga : org.apache.kie.sonataflow:sonataflow-quarkus
29
30
data_index_ref : Data Index
@@ -33,10 +34,12 @@ asciidoc:
33
34
operator_openshift_catalog : logic-rhel8-operator
34
35
operator_k8s_keyword : sonataflow
35
36
operator_k8s_subscription : my-sonataflow-operator
37
+ container_image_registry_base : registry.redhat.io/openshift-serverless-1
38
+ sonataflow_operator_imagename : registry.redhat.io/openshift-serverless-1/logic-rhel8-operator
36
39
osl_kn_cli_imagename : registry.redhat.io/openshift-serverless-1/kn-workflow-cli-artifacts-rhel8
37
- kogito_devservices_imagename : registry.redhat.io/openshift-serverless-1/logic-data-index-ephemeral-rhel8
38
40
sonataflow_devmode_imagename : registry.redhat.io/openshift-serverless-1/logic-swf-devmode-rhel8
39
41
sonataflow_builder_imagename : registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8
42
+ sonataflow_builder_configmap_name : logic-operator-rhel8-builder-config
40
43
sonataflow_dataindex_ephemeral_imagename : registry.redhat.io/openshift-serverless-1/logic-data-index-ephemeral-rhel8
41
44
sonataflow_dataindex_postgresql_imagename : registry.redhat.io/openshift-serverless-1/logic-data-index-postgresql-rhel8
42
45
sonataflow_devmode_devui_url : /q/dev-ui/org.apache.kie.sonataflow.sonataflow-quarkus-devui/
@@ -51,30 +54,34 @@ asciidoc:
51
54
jobs_service_image_postgresql_name : logic-jobs-service-postgresql-rhel8
52
55
jobs_service_image_postgresql : registry.redhat.io/openshift-serverless-1/logic-jobs-service-postgresql-rhel8
53
56
jobs_service_image_postgresql_url : https://catalog.redhat.com/software/containers/openshift-serverless-1/logic-jobs-service-postgresql-rhel8/6614eddbaeb155f6aae45385
54
- jobs_service_image_usage_url : https://github.com/kiegroup/kogito-images/tree/9.100.x-prod#jobs-services-all-in-one
55
57
56
58
#
57
59
# Versions
58
60
#
59
- quarkus_version : 3.8.4 .redhat-00002
60
- quarkus_platform_version : 3.8.4. redhat-00002
61
+ quarkus_version : 3.8.6 .redhat-00004
62
+ quarkus_platform_version : 3.8.6.SP2- redhat-00002
61
63
java_min_version : 17+
62
64
maven_min_version : 3.9.3
63
65
graalvm_min_version : 22.3.0
64
66
spec_version : 0.8
65
67
vscode_version : 1.84.0
66
- kn_cli_version : 1.33 .0
68
+ kn_cli_version : 1.35 .0
67
69
docker_min_version : 20.10.7
68
70
docker_compose_min_version : 1.27.2
69
71
kubernetes_version : 1.26
70
72
openshift_version_min : 4.12
71
- openshift_version_max : 4.15
72
- knative_version : 1.13
73
- knative_serving_version : 1.13
74
- knative_eventing_version : 1.13
75
- kogito_version : 9.100.0.redhat-00004
73
+ openshift_version_max : 4.17
74
+ knative_version : 1.15
75
+ knative_serving_version : 1.15
76
+ knative_eventing_version : 1.15
77
+ apache_kie_latest_version : 10.0.0
78
+ kogito_version : 9.102.0.redhat-00005
79
+ kogito_version_redhat : 9.102.0.redhat-00005
80
+ product_version_short : 1.35
81
+ product_version_long : 1.35.0
82
+ product_version_previous_long : 1.34.0
76
83
# only used in downstream
77
- operator_version : 1.33 .0
84
+ operator_version : 1.35 .0
78
85
79
86
# Persistence extensions for the kogito-swf-builder
80
87
groupId_quarkus-agroal : io.quarkus
@@ -89,14 +96,17 @@ asciidoc:
89
96
#
90
97
# URLs
91
98
#
92
- kogito_examples_repository_url : https://github.com/kiegroup/kogito-examples/tree/9.100.x-prod
93
- kogito_sw_examples_url : https://github.com/kiegroup/kogito-examples/tree/9.100.x-prod/serverless-workflow-examples
94
- kogito_sw_operator_examples_url : https://github.com/kiegroup/kogito-examples/tree/9.100.x-prod/serverless-operator-examples
99
+ images_distributions_url : https://catalog.redhat.com/
100
+ apple_support_url : https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unknown-developer-mh40616/mac
101
+ kogito_examples_repository_url : https://github.com/kiegroup/kogito-examples/tree/{kogito_branch}
102
+ kogito_operator_repository_rawcontent_url : https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/
103
+ kogito_sw_examples_url : https://github.com/kiegroup/kogito-examples/tree/{kogito_branch}/serverless-workflow-examples
104
+ kogito_sw_operator_examples_url : https://github.com/kiegroup/kogito-examples/tree/{kogito_branch}/serverless-operator-examples
95
105
kogito_examples_url : https://github.com/kiegroup/kogito-examples.git
96
- kogito_apps_url : https://github.com/kiegroup/kogito-apps/tree/9.100.x-prod
97
- kogito_runtimes_url : https://github.com/kiegroup/kogito-runtimes/tree/9.100.x-prod
98
- kogito_runtimes_swf_url : https://github.com/kiegroup/kogito-runtimes/tree/9.100.x-prod /kogito-serverless-workflow/
99
- kogito_runtimes_swf_test_url : https://github.com/kiegroup/kogito-runtimes/tree/9.100.x-prod /kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/test/java/org/kie/kogito/serverless/workflow/executor
106
+ kogito_apps_url : https://github.com/kiegroup/kogito-apps/tree/{kogito_branch}
107
+ kogito_runtimes_url : https://github.com/kiegroup/kogito-runtimes/tree/{kogito_branch}
108
+ kogito_runtimes_swf_url : https://github.com/kiegroup/kogito-runtimes/tree/{kogito_branch} /kogito-serverless-workflow/
109
+ kogito_runtimes_swf_test_url : https://github.com/kiegroup/kogito-runtimes/tree/{kogito_branch} /kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/test/java/org/kie/kogito/serverless/workflow/executor
100
110
quarkus_cli_url : https://quarkus.io/guides/cli-tooling
101
111
spec_website_url : https://serverlessworkflow.io/
102
112
spec_doc_url : https://github.com/serverlessworkflow/specification/blob/0.8.x/specification.md
@@ -106,7 +116,7 @@ asciidoc:
106
116
open_api_spec_url : https://spec.openapis.org/oas/v3.1.0.html
107
117
open_api_swagger_spec_url : https://swagger.io/docs/specification
108
118
quarkus_openapi_gen_url : https://github.com/quarkiverse/quarkus-openapi-generator
109
- kn_workflow_plugin_releases_url : https://developers.redhat.com/content-gateway/rest/mirror/pub/cgw/serverless-logic/1.33.0 /
119
+ kn_workflow_plugin_releases_url : https://developers.redhat.com/content-gateway/rest/mirror/pub/cgw/serverless-logic/{product_version_long} /
110
120
quarkus_guides_base_url : https://quarkus.io/guides
111
121
quarkus_guides_kafka_url : https://quarkus.io/guides/kafka
112
122
quarkus_guides_building_native : https://quarkus.io/guides/building-native-image
@@ -130,15 +140,15 @@ asciidoc:
130
140
podman_install_url : https://docs.podman.io/en/latest/
131
141
kubectl_install_url : https://kubernetes.io/docs/tasks/tools/install-kubectl
132
142
docker_compose_install_url : https://docs.docker.com/compose/install/
133
- kn_cli_install_url : https://docs.openshift.com/serverless/1.33 /install/installing-kn.html
134
- knative_eventing_url : https://docs.openshift.com/serverless/1.33 /eventing/knative-eventing.html
135
- knative_eventing_broker_url : https://docs.openshift.com/serverless/1.33 /eventing/brokers/serverless-brokers.html
136
- knative_eventing_kafka_broker_url : https://docs.openshift.com/serverless/1.33 /eventing/brokers/serverless-broker-types.html
137
- knative_eventing_trigger_url : https://docs.openshift.com/serverless/1.33 /eventing/triggers/serverless-triggers.html
138
- knative_eventing_sink_binding_url : https://docs.openshift.com/serverless/1.33 /eventing/event-sinks/serverless-event-sinks.html
139
- knative_quickstart_url : https://docs.openshift.com/serverless/1.33 /install/installing-kn.html
140
- knative_serving_install_yaml_url : https://docs.openshift.com/serverless/1.33 /install/installing-knative-serving.html
141
- knative_eventing_install_yaml_url : https://docs.openshift.com/serverless/1.33 /install/installing-knative-eventing.html
143
+ kn_cli_install_url : https://docs.openshift.com/serverless/{product_version_short} /install/installing-kn.html
144
+ knative_eventing_url : https://docs.openshift.com/serverless/{product_version_short} /eventing/knative-eventing.html
145
+ knative_eventing_broker_url : https://docs.openshift.com/serverless/{product_version_short} /eventing/brokers/serverless-brokers.html
146
+ knative_eventing_kafka_broker_url : https://docs.openshift.com/serverless/{product_version_short} /eventing/brokers/serverless-broker-types.html
147
+ knative_eventing_trigger_url : https://docs.openshift.com/serverless/{product_version_short} /eventing/triggers/serverless-triggers.html
148
+ knative_eventing_sink_binding_url : https://docs.openshift.com/serverless/{product_version_short} /eventing/event-sinks/serverless-event-sinks.html
149
+ knative_quickstart_url : https://docs.openshift.com/serverless/{product_version_short} /install/installing-kn.html
150
+ knative_serving_install_yaml_url : https://docs.openshift.com/serverless/{product_version_short} /install/installing-knative-serving.html
151
+ knative_eventing_install_yaml_url : https://docs.openshift.com/serverless/{product_version_short} /install/installing-knative-eventing.html
142
152
kafka_doc_url : https://kafka.apache.org/documentation/
143
153
node_install_url : https://nodejs.org/en/download/package-manager/
144
154
pnpm_install_url : https://pnpm.io/installation
@@ -187,9 +197,8 @@ asciidoc:
187
197
job_service_xref : xref:job-services/core-concepts.adoc
188
198
189
199
# Tag to use with community-only images
190
- operator_community_prod_yaml : https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/9.100.x-prod/operator.yaml
191
- operator_community_prod_root : https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/9.100.x-prod
192
- sonataflow_operator_imagename : registry.redhat.io/openshift-serverless-1/logic-rhel8-operator
200
+ operator_community_prod_yaml : https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/{kogito_branch}/operator.yaml
201
+ operator_community_prod_root : https://raw.githubusercontent.com/kiegroup/kogito-serverless-operator/{kogito_branch}
193
202
java_install : ' https://www.java.com/en/download/help/download_options.html'
194
203
maven_install : ' https://maven.apache.org/install.html'
195
204
docker_install : ' https://docs.docker.com/engine/install/'
0 commit comments