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

tzimanyi pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git


The following commit(s) were added to refs/heads/main by this push:
     new ce62b9d8 [kie-issues#913] Upgrade to Quarkus 3.2.10.Final LTS version. 
(#1743)
ce62b9d8 is described below

commit ce62b9d86c2ea0385ab85c3ef5339afe5ecdea72
Author: Tibor Zimányi <[email protected]>
AuthorDate: Fri Feb 23 15:07:04 2024 +0100

    [kie-issues#913] Upgrade to Quarkus 3.2.10.Final LTS version. (#1743)
---
 kogito-base-builder-image.yaml              | 2 +-
 kogito-runtime-jvm-image.yaml               | 2 +-
 kogito-runtime-native-image.yaml            | 2 +-
 kogito-s2i-builder-image.yaml               | 2 +-
 kogito-swf-builder-image.yaml               | 2 +-
 kogito-swf-devmode-image.yaml               | 2 +-
 modules/kogito-project-versions/module.yaml | 2 +-
 scripts/README.md                           | 4 ++--
 tests/features/kogito-swf-common.feature    | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/kogito-base-builder-image.yaml b/kogito-base-builder-image.yaml
index 9390018b..92964f74 100644
--- a/kogito-base-builder-image.yaml
+++ b/kogito-base-builder-image.yaml
@@ -31,7 +31,7 @@ labels:
   - name: "io.openshift.expose-services"
     value: "8080:http"
   - name: "io.quarkus.platform.version"
-    value: "3.2.9.Final"
+    value: "3.2.10.Final"
   - name: "org.kie.kogito.version"
     value: "999-SNAPSHOT"
   - name: "maintainer"
diff --git a/kogito-runtime-jvm-image.yaml b/kogito-runtime-jvm-image.yaml
index f147c77f..a16aa13e 100644
--- a/kogito-runtime-jvm-image.yaml
+++ b/kogito-runtime-jvm-image.yaml
@@ -31,7 +31,7 @@ labels:
   - name: "io.openshift.expose-services"
     value: "8080:http"
   - name: "io.quarkus.platform.version"
-    value: "3.2.9.Final"
+    value: "3.2.10.Final"
   - name: "org.kie.kogito.version"
     value: "999-SNAPSHOT"
   - name: "maintainer"
diff --git a/kogito-runtime-native-image.yaml b/kogito-runtime-native-image.yaml
index 336ec910..e75649ff 100644
--- a/kogito-runtime-native-image.yaml
+++ b/kogito-runtime-native-image.yaml
@@ -31,7 +31,7 @@ labels:
   - name: "io.openshift.expose-services"
     value: "8080:http"
   - name: "io.quarkus.platform.version"
-    value: "3.2.9.Final"
+    value: "3.2.10.Final"
   - name: "org.kie.kogito.version"
     value: "999-SNAPSHOT"
   - name: "maintainer"
diff --git a/kogito-s2i-builder-image.yaml b/kogito-s2i-builder-image.yaml
index 055f28be..10e7520b 100644
--- a/kogito-s2i-builder-image.yaml
+++ b/kogito-s2i-builder-image.yaml
@@ -31,7 +31,7 @@ labels:
   - name: "io.openshift.expose-services"
     value: "8080:http"
   - name: "io.quarkus.platform.version"
-    value: "3.2.9.Final"
+    value: "3.2.10.Final"
   - name: "org.kie.kogito.version"
     value: "999-SNAPSHOT"
   - name: "maintainer"
diff --git a/kogito-swf-builder-image.yaml b/kogito-swf-builder-image.yaml
index 195fdae6..5749630e 100644
--- a/kogito-swf-builder-image.yaml
+++ b/kogito-swf-builder-image.yaml
@@ -44,7 +44,7 @@
       - name: "io.openshift.s2i.destination"
         value: "/tmp"
       - name: "io.quarkus.platform.version"
-        value: "3.2.9.Final"
+        value: "3.2.10.Final"
       - name: "org.kie.kogito.version"
         value: "999-SNAPSHOT"
       - name: "maintainer"
diff --git a/kogito-swf-devmode-image.yaml b/kogito-swf-devmode-image.yaml
index 105a522c..2b61576a 100644
--- a/kogito-swf-devmode-image.yaml
+++ b/kogito-swf-devmode-image.yaml
@@ -43,7 +43,7 @@
 
     labels:
       - name: "io.quarkus.platform.version"
-        value: "3.2.9.Final"
+        value: "3.2.10.Final"
       - name: "org.kie.kogito.version"
         value: "999-SNAPSHOT"
       - name: "maintainer"
diff --git a/modules/kogito-project-versions/module.yaml 
b/modules/kogito-project-versions/module.yaml
index b9031b3d..c2f2068d 100644
--- a/modules/kogito-project-versions/module.yaml
+++ b/modules/kogito-project-versions/module.yaml
@@ -26,5 +26,5 @@ envs:
     value: "999-SNAPSHOT"
     description: Defines the Kogito version to be used by the builder images. 
Not intended to be changed by end user.
   - name: "QUARKUS_PLATFORM_VERSION"
-    value: "3.2.9.Final"
+    value: "3.2.10.Final"
     description: Defines the Quarkus Platform version to be used by the 
builder images. Not intended to be changed by end user.
diff --git a/scripts/README.md b/scripts/README.md
index 28ed41d0..54326805 100644
--- a/scripts/README.md
+++ b/scripts/README.md
@@ -158,10 +158,10 @@ This will set the default artifacts version.
 ##### Update quarkus version
 
 ```bash
-$ python update-repository.py --quarkus-platform-version 3.2.9.Final
+$ python update-repository.py --quarkus-platform-version 3.2.10.Final
 ```
 
-This will set the image quarkus version to 3.2.9.Final.
+This will set the image quarkus version to 3.2.10.Final.
 
 ##### Update Examples URI and Ref
 
diff --git a/tests/features/kogito-swf-common.feature 
b/tests/features/kogito-swf-common.feature
index 65bc9811..d81b28e1 100644
--- a/tests/features/kogito-swf-common.feature
+++ b/tests/features/kogito-swf-common.feature
@@ -4,7 +4,7 @@ Feature: Serverless Workflow images common
 
   Scenario: Verify if the swf and quarkus files are under 
/home/kogito/.m2/repository
     When container is started with command bash
-    Then file 
/home/kogito/.m2/repository/io/quarkus/platform/quarkus-bom/3.2.9.Final/quarkus-bom-3.2.9.Final.pom
 should exist
+    Then file 
/home/kogito/.m2/repository/io/quarkus/platform/quarkus-bom/3.2.10.Final/quarkus-bom-3.2.10.Final.pom
 should exist
       And file 
/home/kogito/.m2/repository/org/kie/kogito/kogito-quarkus-serverless-workflow/ 
should exist and be a directory
 
   # This check should be enabled again once a similar check is done on runtimes


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

Reply via email to