Skip to content

Commit

Permalink
NO-ISSUE: Upgrade Kogito to 999-20240509-SNAPSHOT and Quarkus to `3…
Browse files Browse the repository at this point in the history
….8.6` (#2564)
  • Loading branch information
tiagobento committed Sep 9, 2024
1 parent 59cb62e commit f811a4a
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var cfgTestInputQuarkusConvert_Success = []CfgTestInputQuarkusConvert{
Extensions: "quarkus-jsonp,quarkus-smallrye-openapi",
DependenciesVersion: metadata.DependenciesVersion{
QuarkusPlatformGroupId: "io.quarkus.platform",
QuarkusVersion: "3.8.4",
QuarkusVersion: "3.8.6",
},
}},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var cfgTestInputQuarkusCreate_Success = []CfgTestInputQuarkusCreate{
Extensions: "quarkus-jsonp,quarkus-smallrye-openapi",
DependenciesVersion: metadata.DependenciesVersion{
QuarkusPlatformGroupId: "io.quarkus.platform",
QuarkusVersion: "3.8.4",
QuarkusVersion: "3.8.6",
},
}},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
app.quarkus.io/quarkus-version: 3.8.4
app.quarkus.io/quarkus-version: 3.8.6
app.quarkus.io/build-timestamp: 2024-08-22 - 21:01:20 +0000
labels:
app.kubernetes.io/version: 1.0.0-SNAPSHOT
Expand All @@ -14,7 +14,7 @@ apiVersion: serving.knative.dev/v1
kind: Service
metadata:
annotations:
app.quarkus.io/quarkus-version: 3.8.4
app.quarkus.io/quarkus-version: 3.8.6
app.quarkus.io/build-timestamp: 2024-08-22 - 21:01:20 +0000
labels:
app.kubernetes.io/version: 1.0.0-SNAPSHOT
Expand Down
4 changes: 2 additions & 2 deletions packages/maven-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
<version.flatten.plugin>1.6.0</version.flatten.plugin>
<version.junit>4.13.2</version.junit>
<surefire-plugin.version>3.2.5</surefire-plugin.version>
<quarkus.platform.version>3.8.4</quarkus.platform.version>
<version.org.kie.kogito>999-20240623-SNAPSHOT</version.org.kie.kogito>
<quarkus.platform.version>3.8.6</quarkus.platform.version>
<version.org.kie.kogito>999-20240905-SNAPSHOT</version.org.kie.kogito>
<quarkus-plugin.version>${quarkus.platform.version}</quarkus-plugin.version>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<version.failsafe.plugin>3.0.0-M7</version.failsafe.plugin>
Expand Down
4 changes: 2 additions & 2 deletions packages/root-env/env/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ module.exports = composeEnv([], {
},
/* (end) */
QUARKUS_PLATFORM_version: {
default: "3.8.4",
default: "3.8.6",
description: "Quarkus version to be used on dependency declaration.",
},
/* (begin) This part of the file is referenced in `scripts/update-kogito-version` */
KOGITO_RUNTIME_version: {
default: "999-20240623-SNAPSHOT",
default: "999-20240905-SNAPSHOT",
description: "Kogito version to be used on dependency declaration.",
},
/* (end) */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = composeEnv(
},
/* (begin) This part of the file is referenced in `scripts/update-kogito-version` */
SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderKogitoImageTag: {
default: "999-20240623",
default: "main-20240905",
description: "",
},
/* end */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = composeEnv([rootEnv, require("@kie-tools/serverless-logic-web-t
vars: varsWithName({
/* (begin) This part of the file is referenced in `scripts/update-kogito-version` */
SERVERLESS_LOGIC_WEB_TOOLS_DEVMODE_IMAGE__kogitoBaseBuilderImageTag: {
default: "999-20240623",
default: "main-20240905",
description: "",
},
/* end */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSION
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20240623-SNAPSHOT
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20240905-SNAPSHOT
config:
strategyOptions:
KanikoBuildCacheEnabled: "true"
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSION
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20240623-SNAPSHOT
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20240905-SNAPSHOT
config:
strategyOptions:
KanikoBuildCacheEnabled: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSIONS
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20240623-SNAPSHOT
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20240905-SNAPSHOT
services:
dataIndex:
enabled: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSION
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20240623-SNAPSHOT
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20240905-SNAPSHOT
config:
strategyOptions:
KanikoBuildCacheEnabled: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSION
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20240623-SNAPSHOT
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20240905-SNAPSHOT
config:
strategyOptions:
KanikoBuildCacheEnabled: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSION
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20240623-SNAPSHOT
value: org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:999-20240905-SNAPSHOT
config:
strategyOptions:
KanikoBuildCacheEnabled: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSIONS
value: org.kie:kie-addons-quarkus-persistence-jdbc:999-20240623-SNAPSHOT,io.quarkus:quarkus-jdbc-postgresql:3.8.4,io.quarkus:quarkus-agroal:3.8.4
value: org.kie:kie-addons-quarkus-persistence-jdbc:999-20240905-SNAPSHOT,io.quarkus:quarkus-jdbc-postgresql:3.8.6,io.quarkus:quarkus-agroal:3.8.6
config:
strategyOptions:
KanikoBuildCacheEnabled: "true"
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSIONS
value: org.kie:kie-addons-quarkus-persistence-jdbc:999-20240623-SNAPSHOT,io.quarkus:quarkus-jdbc-postgresql:3.8.4,io.quarkus:quarkus-agroal:3.8.4
value: org.kie:kie-addons-quarkus-persistence-jdbc:999-20240905-SNAPSHOT,io.quarkus:quarkus-jdbc-postgresql:3.8.6,io.quarkus:quarkus-agroal:3.8.6
config:
strategyOptions:
KanikoBuildCacheEnabled: "true"
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSIONS
value: org.kie:kie-addons-quarkus-persistence-jdbc:999-20240623-SNAPSHOT,io.quarkus:quarkus-jdbc-postgresql:3.8.4,io.quarkus:quarkus-agroal:3.8.4
value: org.kie:kie-addons-quarkus-persistence-jdbc:999-20240905-SNAPSHOT,io.quarkus:quarkus-jdbc-postgresql:3.8.6,io.quarkus:quarkus-agroal:3.8.6
config:
strategyOptions:
KanikoBuildCacheEnabled: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSIONS
value: org.kie:kie-addons-quarkus-persistence-jdbc:999-20240623-SNAPSHOT,io.quarkus:quarkus-jdbc-postgresql:3.8.4,io.quarkus:quarkus-agroal:3.8.4
value: org.kie:kie-addons-quarkus-persistence-jdbc:999-20240905-SNAPSHOT,io.quarkus:quarkus-jdbc-postgresql:3.8.6,io.quarkus:quarkus-agroal:3.8.6
config:
strategyOptions:
KanikoBuildCacheEnabled: "true"
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
template:
buildArgs:
- name: QUARKUS_EXTENSIONS
value: org.kie:kie-addons-quarkus-persistence-jdbc:999-20240623-SNAPSHOT,io.quarkus:quarkus-jdbc-postgresql:3.8.4,io.quarkus:quarkus-agroal:3.8.4
value: org.kie:kie-addons-quarkus-persistence-jdbc:999-20240905-SNAPSHOT,io.quarkus:quarkus-jdbc-postgresql:3.8.6,io.quarkus:quarkus-agroal:3.8.6
config:
strategyOptions:
KanikoBuildCacheEnabled: "true"
2 changes: 1 addition & 1 deletion packages/sonataflow-operator/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
// For example, docker.io/apache/incubator-kie-sonataflow-operator:main -> 10.0
tagVersion = "main"
// Kogito images tag version. Used for data-index and jobs-service images.
kogitoImagesTagVersion = "999-20240623"
kogitoImagesTagVersion = "main-20240905"
// OpenJDK image tag version
openJDKImageTagVersion = "1.20"
)
Expand Down

0 comments on commit f811a4a

Please sign in to comment.