From 6cee107718144cf7c8d835b99c1c4792803bfe75 Mon Sep 17 00:00:00 2001 From: Walter Medvedeo Date: Wed, 22 May 2024 10:32:42 +0200 Subject: [PATCH] [9.100.x-prod] SRVLOGIC-295: Update operator managed persistence extensions to the RHB of Quarkus 3.8.4 and to the OSL version (#41) * SRVLOGIC-295: Update operator managed persistence extensions to the RHB of Quarkus 3.8.4 and to the OSL version * Set product version to: 9.100.0.redhat-00002 --- ...aflow-operator-controllers-config_v1_configmap.yaml | 10 +++++----- config/manager/controllers_cfg.yaml | 10 +++++----- controllers/cfg/controllers_cfg_test.go | 4 ++-- controllers/cfg/testdata/controllers-cfg-test.yaml | 4 ++-- operator.yaml | 10 +++++----- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml b/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml index 27e29749a..1a610308c 100644 --- a/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml +++ b/bundle/manifests/sonataflow-operator-controllers-config_v1_configmap.yaml @@ -32,15 +32,15 @@ data: # Quarkus extensions required for workflows persistence. These extensions are used by the SonataFlow build system, # in cases where the workflow being built has configured postgresql persistence. postgreSQLPersistenceExtensions: - - groupId: io.quarkus + - groupId: com.redhat.quarkus.platform artifactId: quarkus-jdbc-postgresql - version: 3.2.10.Final - - groupId: io.quarkus + version: 3.8.4.redhat-00002 + - groupId: com.redhat.quarkus.platform artifactId: quarkus-agroal - version: 3.2.10.Final + version: 3.8.4.redhat-00002 - groupId: org.kie artifactId: kie-addons-quarkus-persistence-jdbc - version: 999-SNAPSHOT + version: 9.100.0.redhat-00002 kind: ConfigMap metadata: name: sonataflow-operator-controllers-config diff --git a/config/manager/controllers_cfg.yaml b/config/manager/controllers_cfg.yaml index 08f2a4062..5dd7c84ba 100644 --- a/config/manager/controllers_cfg.yaml +++ b/config/manager/controllers_cfg.yaml @@ -29,12 +29,12 @@ builderConfigMapName: "sonataflow-operator-builder-config" # Quarkus extensions required for workflows persistence. These extensions are used by the SonataFlow build system, # in cases where the workflow being built has configured postgresql persistence. postgreSQLPersistenceExtensions: - - groupId: io.quarkus + - groupId: com.redhat.quarkus.platform artifactId: quarkus-jdbc-postgresql - version: 3.2.10.Final - - groupId: io.quarkus + version: 3.8.4.redhat-00002 + - groupId: com.redhat.quarkus.platform artifactId: quarkus-agroal - version: 3.2.10.Final + version: 3.8.4.redhat-00002 - groupId: org.kie artifactId: kie-addons-quarkus-persistence-jdbc - version: 999-SNAPSHOT + version: 9.100.0.redhat-00002 diff --git a/controllers/cfg/controllers_cfg_test.go b/controllers/cfg/controllers_cfg_test.go index 51c25ae4c..6990f63c3 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 0903f51ad..dc1056b80 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 1575b9eb2..c67b0783a 100644 --- a/operator.yaml +++ b/operator.yaml @@ -27028,15 +27028,15 @@ data: # Quarkus extensions required for workflows persistence. These extensions are used by the SonataFlow build system, # in cases where the workflow being built has configured postgresql persistence. postgreSQLPersistenceExtensions: - - groupId: io.quarkus + - groupId: com.redhat.quarkus.platform artifactId: quarkus-jdbc-postgresql - version: 3.2.10.Final - - groupId: io.quarkus + version: 3.8.4.redhat-00002 + - groupId: com.redhat.quarkus.platform artifactId: quarkus-agroal - version: 3.2.10.Final + version: 3.8.4.redhat-00002 - groupId: org.kie artifactId: kie-addons-quarkus-persistence-jdbc - version: 999-SNAPSHOT + version: 9.100.0.redhat-00002 kind: ConfigMap metadata: name: sonataflow-operator-controllers-config