Skip to content

Commit

Permalink
Bump CNPG v1.23.1 (#416)
Browse files Browse the repository at this point in the history
* bump cnpg libsonnet

* introduce new CRDs

* bump version

* bump versions

* update version
  • Loading branch information
jakubhajek authored May 14, 2024
1 parent ff29b44 commit 8e834b4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions libs/cloudnative-pg/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,24 @@
local config = import 'jsonnet/config.jsonnet';

local versions = [
{ version: '1.22.2' }, // released on March 14, 2024
{ version: '1.21.4' }, // released on March 14, 2024
{ version: '1.23.1' } // released on April 30, 2024
{ version: '1.22.3' }, // released on April 24, 2024
{ version: '1.21.5' }, // released on April 24, 2024
];

config.new(
name='cloudnative-pg',
specs=[
{

local url = 'https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/config/crd/bases/' ,
local url = 'https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/main/config/crd/bases/',

output: v.version,
crds: [
'%s/postgresql.cnpg.io_backups.yaml' % url,
'%s/postgresql.cnpg.io_clusters.yaml' % url,
'%s/postgresql.cnpg.io_clusterimagecatalogs.yaml' % url,
'%s/postgresql.cnpg.io_imagecatalogs.yaml' % url,
'%s/postgresql.cnpg.io_poolers.yaml' % url,
'%s/postgresql.cnpg.io_scheduledbackups.yaml' % url,
],
Expand Down

0 comments on commit 8e834b4

Please sign in to comment.