Skip to content

Commit 3a469b5

Browse files
authored
bump CNPG to v1.26 (jsonnet-libs#540)
1 parent bdecf39 commit 3a469b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libs/cloudnative-pg/config.jsonnet

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
local config = import 'jsonnet/config.jsonnet';
44

55
local versions = [
6-
{ version: '1.25.0' }, // released on 23 DEC 2024
7-
{ version: '1.24.2' }, // released on 23 DEC 2024
8-
{ version: '1.23.6' }, // released on 23 DEC, 2024
6+
{ version: '1.26.0' }, // released on 23 May 2025
7+
{ version: '1.25.2' }, // released on 23 May 2025
98
];
109

1110
config.new(

0 commit comments

Comments
 (0)