From c0b3033541f1dff0e61a4ddb5da37dc25025add6 Mon Sep 17 00:00:00 2001 From: Jakub Hajek Date: Fri, 30 May 2025 09:41:15 +0200 Subject: [PATCH] bump CNPG to v1.26 --- libs/cloudnative-pg/config.jsonnet | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/cloudnative-pg/config.jsonnet b/libs/cloudnative-pg/config.jsonnet index eac48dde..f4a2bf1a 100644 --- a/libs/cloudnative-pg/config.jsonnet +++ b/libs/cloudnative-pg/config.jsonnet @@ -3,9 +3,8 @@ local config = import 'jsonnet/config.jsonnet'; local versions = [ - { version: '1.25.0' }, // released on 23 DEC 2024 - { version: '1.24.2' }, // released on 23 DEC 2024 - { version: '1.23.6' }, // released on 23 DEC, 2024 + { version: '1.26.0' }, // released on 23 May 2025 + { version: '1.25.2' }, // released on 23 May 2025 ]; config.new(