Skip to content

Commit d1b5ad6

Browse files
cnpg-botmnencia
andauthored
Release cloudnative-pg-v0.29.0 (#935)
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent cacd294 commit d1b5ad6

5 files changed

Lines changed: 755 additions & 36 deletions

File tree

charts/cloudnative-pg/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ description: CloudNativePG Operator Helm Chart
2222
kubeVersion: ">=1.29.0-0"
2323
icon: https://raw.githubusercontent.com/cloudnative-pg/artwork/main/cloudnativepg-logo.svg
2424
type: application
25-
version: "0.28.3"
25+
version: "0.29.0"
2626
# This is the version number of the application being deployed. This version number should be
2727
# incremented each time you make changes to the application. Versions are not expected to
2828
# follow Semantic Versioning, they should reflect the version the application is using.
2929
# It is recommended to use it with quotes.
30-
appVersion: "1.29.1"
30+
appVersion: "1.30.0"
3131
sources:
3232
- https://github.com/cloudnative-pg/charts
3333
keywords:

charts/cloudnative-pg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cloudnative-pg
22

3-
![Version: 0.28.3](https://img.shields.io/badge/Version-0.28.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.29.1](https://img.shields.io/badge/AppVersion-1.29.1-informational?style=flat-square)
3+
![Version: 0.29.0](https://img.shields.io/badge/Version-0.29.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.30.0](https://img.shields.io/badge/AppVersion-1.30.0-informational?style=flat-square)
44

55
CloudNativePG Operator Helm Chart
66

charts/cloudnative-pg/templates/_helpers.tpl

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,17 @@ namespace scope or clusterwide
167167
verbs:
168168
- create
169169
- get
170+
- list
170171
- update
172+
- watch
173+
- apiGroups:
174+
- discovery.k8s.io
175+
resources:
176+
- endpointslices
177+
verbs:
178+
- get
179+
- list
180+
- watch
171181
- apiGroups:
172182
- monitoring.coreos.com
173183
resources:
@@ -196,6 +206,7 @@ namespace scope or clusterwide
196206
resources:
197207
- backups
198208
- clusters
209+
- databaseroles
199210
- databases
200211
- poolers
201212
- publications
@@ -243,13 +254,15 @@ namespace scope or clusterwide
243254
- postgresql.cnpg.io
244255
resources:
245256
- clusters/finalizers
257+
- databaseroles/finalizers
246258
- poolers/finalizers
247259
verbs:
248260
- update
249261
- apiGroups:
250262
- postgresql.cnpg.io
251263
resources:
252264
- clusters/status
265+
- databaseroles/status
253266
- poolers/status
254267
- failoverquorums/status
255268
verbs:

0 commit comments

Comments
 (0)