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

ricardozanini 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 69b6c2db Update to Quarkus 3.8.6. (#1801)
69b6c2db is described below

commit 69b6c2db9daedc905a059e721e3b481bb63996f1
Author: Tibor Zimányi <[email protected]>
AuthorDate: Wed Sep 4 23:36:29 2024 +0200

    Update to Quarkus 3.8.6. (#1801)
---
 kogito-base-builder-image.yaml              | 2 +-
 modules/kogito-project-versions/module.yaml | 2 +-
 scripts/README.md                           | 4 ++--
 tests/features/kogito-swf-common.feature    | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/kogito-base-builder-image.yaml b/kogito-base-builder-image.yaml
index 955d933e..ebdb55da 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.8.4"
+    value: "3.8.6"
   - 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 0cc80962..bc3f8280 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.8.4"
+    value: "3.8.6"
     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 6fcb6ddb..17077cf5 100644
--- a/scripts/README.md
+++ b/scripts/README.md
@@ -177,10 +177,10 @@ This will set the default artifacts version.
 ##### Update quarkus version
 
 ```bash
-$ python update-repository.py --quarkus-platform-version 3.8.4
+$ python update-repository.py --quarkus-platform-version 3.8.6
 ```
 
-This will set the image quarkus version to 3.8.4.
+This will set the image quarkus version to 3.8.6.
 
 ##### Update Examples URI and Ref
 
diff --git a/tests/features/kogito-swf-common.feature 
b/tests/features/kogito-swf-common.feature
index 2474f53a..57dc3f0a 100644
--- a/tests/features/kogito-swf-common.feature
+++ b/tests/features/kogito-swf-common.feature
@@ -23,7 +23,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.8.4/quarkus-bom-3.8.4.pom
 should exist
+    Then file 
/home/kogito/.m2/repository/io/quarkus/platform/quarkus-bom/3.8.6/quarkus-bom-3.8.6.pom
 should exist
       And file 
/home/kogito/.m2/repository/org/apache/kie/sonataflow/sonataflow-quarkus/ 
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