We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdecf39 commit 3a469b5Copy full SHA for 3a469b5
libs/cloudnative-pg/config.jsonnet
@@ -3,9 +3,8 @@
3
local config = import 'jsonnet/config.jsonnet';
4
5
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
+ { version: '1.26.0' }, // released on 23 May 2025
+ { version: '1.25.2' }, // released on 23 May 2025
9
];
10
11
config.new(
0 commit comments