From ed4bf817339da1cfe15159c8ab396c1e6a917f64 Mon Sep 17 00:00:00 2001 From: Ben Blattberg Date: Fri, 4 Oct 2024 13:44:10 -0500 Subject: [PATCH 1/2] Update pgmonitor version --- Makefile | 2 +- internal/controller/postgrescluster/pgmonitor_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0c5da1d5c2..efc761c166 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PGO_IMAGE_URL ?= https://www.crunchydata.com/products/crunchy-postgresql-for-kub PGO_IMAGE_PREFIX ?= localhost PGMONITOR_DIR ?= hack/tools/pgmonitor -PGMONITOR_VERSION ?= v4.11.0 +PGMONITOR_VERSION ?= v5.1.1 QUERIES_CONFIG_DIR ?= hack/tools/queries EXTERNAL_SNAPSHOTTER_DIR ?= hack/tools/external-snapshotter diff --git a/internal/controller/postgrescluster/pgmonitor_test.go b/internal/controller/postgrescluster/pgmonitor_test.go index 0432ee15d1..8d8c8281d0 100644 --- a/internal/controller/postgrescluster/pgmonitor_test.go +++ b/internal/controller/postgrescluster/pgmonitor_test.go @@ -602,7 +602,7 @@ func TestReconcilePGMonitorExporterStatus(t *testing.T) { podExecCalled: false, // Status was generated manually for this test case // TODO (jmckulk): add code to generate status - status: v1beta1.MonitoringStatus{ExporterConfiguration: "7cdb484b6c"}, + status: v1beta1.MonitoringStatus{ExporterConfiguration: "6d874c58df"}, statusChangedAfterReconcile: false, }} { t.Run(test.name, func(t *testing.T) { From a7f5db22e993ba64d5ebbd00c04481d999d0d6c4 Mon Sep 17 00:00:00 2001 From: Benjamin Blattberg Date: Mon, 7 Oct 2024 11:59:47 -0500 Subject: [PATCH 2/2] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efc761c166..72ffb05cf9 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PGO_IMAGE_URL ?= https://www.crunchydata.com/products/crunchy-postgresql-for-kub PGO_IMAGE_PREFIX ?= localhost PGMONITOR_DIR ?= hack/tools/pgmonitor -PGMONITOR_VERSION ?= v5.1.1 +PGMONITOR_VERSION ?= v5.1.1-RC1 QUERIES_CONFIG_DIR ?= hack/tools/queries EXTERNAL_SNAPSHOTTER_DIR ?= hack/tools/external-snapshotter