From 1b994cf30f4efa64a55f00ce5850863edfa6b944 Mon Sep 17 00:00:00 2001 From: Manyanda Chitimbo Date: Thu, 12 Dec 2024 09:42:49 +0100 Subject: [PATCH] bump maestro's image tag to bc2f131579c6ffc664c15f48c50a9936f1b4a7ce The following changes are included in the bump; - ensure spec is returned in the status change event when a maestro bundle is being deleted (https://github.com/openshift-online/maestro/pull/225) - support entra auth for postgres (https://github.com/openshift-online/maestro/pull/221) - fix maestro agent resync unstable (https://github.com/openshift-online/maestro/pull/220) - register cloud events metrics(https://github.com/openshift-online/maestro/pull/217) - avoid nil point in go-sdk (https://github.com/openshift-online/maestro/pull/212) - update mqtt lib to resolve mqtt pinger problem (https://github.com/openshift-online/maestro/pull/200) - support print date in log (https://github.com/openshift-online/maestro/pull/195) - avoid race conditions on maestro-agent (https://github.com/openshift-online/maestro/pull/196) - use orphan delete option as default option for read only update strategy (https://github.com/openshift-online/maestro/pull/189) --- config/config.msft.yaml | 2 +- config/config.yaml | 2 +- config/public-cloud-cs-pr.json | 2 +- config/public-cloud-dev.json | 2 +- config/public-cloud-msft-int.json | 2 +- config/public-cloud-personal-dev.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/config.msft.yaml b/config/config.msft.yaml index 8cf79ad8a..a3c23838c 100644 --- a/config/config.msft.yaml +++ b/config/config.msft.yaml @@ -130,7 +130,7 @@ clouds: # the following vars need approprivate overrides: defaults: maestro: - imageTag: ea066c250a002f0cc458711945165591bc9f6d3f + imageTag: bc2f131579c6ffc664c15f48c50a9936f1b4a7ce clusterService: imageTag: ecd15ad imageRepo: app-sre/uhc-clusters-service diff --git a/config/config.yaml b/config/config.yaml index b863b5298..e14823b10 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -137,7 +137,7 @@ clouds: maestro: postgres: deploy: false - imageTag: ea066c250a002f0cc458711945165591bc9f6d3f + imageTag: bc2f131579c6ffc664c15f48c50a9936f1b4a7ce # Cluster Service clusterService: imageTag: 6157c57 diff --git a/config/public-cloud-cs-pr.json b/config/public-cloud-cs-pr.json index 7d14330d3..d039086ff 100644 --- a/config/public-cloud-cs-pr.json +++ b/config/public-cloud-cs-pr.json @@ -83,7 +83,7 @@ "private": false }, "imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro", - "imageTag": "ea066c250a002f0cc458711945165591bc9f6d3f", + "imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce", "postgres": { "deploy": false, "minTLSVersion": "TLSV1.2", diff --git a/config/public-cloud-dev.json b/config/public-cloud-dev.json index bb2b88a04..b4db4b6cf 100644 --- a/config/public-cloud-dev.json +++ b/config/public-cloud-dev.json @@ -83,7 +83,7 @@ "private": false }, "imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro", - "imageTag": "ea066c250a002f0cc458711945165591bc9f6d3f", + "imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce", "postgres": { "deploy": false, "minTLSVersion": "TLSV1.2", diff --git a/config/public-cloud-msft-int.json b/config/public-cloud-msft-int.json index 3f88ec0c5..08bfb9c7a 100644 --- a/config/public-cloud-msft-int.json +++ b/config/public-cloud-msft-int.json @@ -83,7 +83,7 @@ "private": false }, "imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro", - "imageTag": "ea066c250a002f0cc458711945165591bc9f6d3f", + "imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce", "postgres": { "deploy": false, "minTLSVersion": "TLSV1.2", diff --git a/config/public-cloud-personal-dev.json b/config/public-cloud-personal-dev.json index 16690e8a8..1dd70d8e6 100644 --- a/config/public-cloud-personal-dev.json +++ b/config/public-cloud-personal-dev.json @@ -83,7 +83,7 @@ "private": false }, "imageBase": "quay.io/redhat-user-workloads/maestro-rhtap-tenant/maestro/maestro", - "imageTag": "ea066c250a002f0cc458711945165591bc9f6d3f", + "imageTag": "bc2f131579c6ffc664c15f48c50a9936f1b4a7ce", "postgres": { "deploy": false, "minTLSVersion": "TLSV1.2",