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-serverless-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 6db8d341 kie-kogito-serverless-operator-459: Update operator managed 
persistence extensions to quarkus 3.8.4 (#460)
6db8d341 is described below

commit 6db8d3417b9f89f8fd25e44972afadacda7312ce
Author: Walter Medvedeo <[email protected]>
AuthorDate: Mon May 13 18:25:24 2024 +0200

    kie-kogito-serverless-operator-459: Update operator managed persistence 
extensions to quarkus 3.8.4 (#460)
---
 .../sonataflow-operator-controllers-config_v1_configmap.yaml          | 4 ++--
 config/manager/controllers_cfg.yaml                                   | 4 ++--
 controllers/cfg/controllers_cfg_test.go                               | 4 ++--
 controllers/cfg/testdata/controllers-cfg-test.yaml                    | 4 ++--
 operator.yaml                                                         | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml 
b/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml
index 27e29749..5d75cf67 100644
--- a/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml
+++ b/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml
@@ -34,10 +34,10 @@ data:
     postgreSQLPersistenceExtensions:
       - groupId: io.quarkus
         artifactId: quarkus-jdbc-postgresql
-        version: 3.2.10.Final
+        version: 3.8.4
       - groupId: io.quarkus
         artifactId: quarkus-agroal
-        version: 3.2.10.Final
+        version: 3.8.4
       - groupId: org.kie
         artifactId: kie-addons-quarkus-persistence-jdbc
         version: 999-SNAPSHOT
diff --git a/config/manager/controllers_cfg.yaml 
b/config/manager/controllers_cfg.yaml
index 08f2a406..989a7887 100644
--- a/config/manager/controllers_cfg.yaml
+++ b/config/manager/controllers_cfg.yaml
@@ -31,10 +31,10 @@ builderConfigMapName: "sonataflow-operator-builder-config"
 postgreSQLPersistenceExtensions:
   - groupId: io.quarkus
     artifactId: quarkus-jdbc-postgresql
-    version: 3.2.10.Final
+    version: 3.8.4
   - groupId: io.quarkus
     artifactId: quarkus-agroal
-    version: 3.2.10.Final
+    version: 3.8.4
   - groupId: org.kie
     artifactId: kie-addons-quarkus-persistence-jdbc
     version: 999-SNAPSHOT
diff --git a/controllers/cfg/controllers_cfg_test.go 
b/controllers/cfg/controllers_cfg_test.go
index 51c25ae4..6990f63c 100644
--- a/controllers/cfg/controllers_cfg_test.go
+++ b/controllers/cfg/controllers_cfg_test.go
@@ -37,13 +37,13 @@ func TestInitializeControllersCfgAt_ValidFile(t *testing.T) 
{
        assert.Equal(t, GAV{
                GroupId:    "io.quarkus",
                ArtifactId: "quarkus-jdbc-postgresql",
-               Version:    "3.2.10.Final",
+               Version:    "3.8.4",
        }, postgresExtensions[0])
 
        assert.Equal(t, GAV{
                GroupId:    "io.quarkus",
                ArtifactId: "quarkus-agroal",
-               Version:    "3.2.10.Final",
+               Version:    "3.8.4",
        }, postgresExtensions[1])
 
        assert.Equal(t, GAV{
diff --git a/controllers/cfg/testdata/controllers-cfg-test.yaml 
b/controllers/cfg/testdata/controllers-cfg-test.yaml
index 0903f51a..dc1056b8 100644
--- a/controllers/cfg/testdata/controllers-cfg-test.yaml
+++ b/controllers/cfg/testdata/controllers-cfg-test.yaml
@@ -24,10 +24,10 @@ sonataFlowDevModeImageTag: "local/sonataflow-devmode:1.0.0"
 postgreSQLPersistenceExtensions:
   - groupId: io.quarkus
     artifactId: quarkus-jdbc-postgresql
-    version: 3.2.10.Final
+    version: 3.8.4
   - groupId: io.quarkus
     artifactId: quarkus-agroal
-    version: 3.2.10.Final
+    version: 3.8.4
   - groupId: org.kie
     artifactId: kie-addons-quarkus-persistence-jdbc
     version: 999-SNAPSHOT
\ No newline at end of file
diff --git a/operator.yaml b/operator.yaml
index 1575b9eb..e9995c51 100644
--- a/operator.yaml
+++ b/operator.yaml
@@ -27030,10 +27030,10 @@ data:
     postgreSQLPersistenceExtensions:
       - groupId: io.quarkus
         artifactId: quarkus-jdbc-postgresql
-        version: 3.2.10.Final
+        version: 3.8.4
       - groupId: io.quarkus
         artifactId: quarkus-agroal
-        version: 3.2.10.Final
+        version: 3.8.4
       - groupId: org.kie
         artifactId: kie-addons-quarkus-persistence-jdbc
         version: 999-SNAPSHOT


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

Reply via email to