Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update chart cloudnative-pg ( 0.20.2 → 0.21.0 ) #3557

Merged
merged 1 commit into from
Apr 27, 2024

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Apr 26, 2024

This PR contains the following updates:

Package Update Change
cloudnative-pg (source) minor 0.20.2 -> 0.21.0

Release Notes

cloudnative-pg/charts (cloudnative-pg)

v0.21.0

Compare Source

CloudNativePG Operator Helm Chart

What's Changed

New Contributors

Full Changelog: cloudnative-pg/charts@cluster-v0.0.8...cloudnative-pg-v0.21.0

| datasource | package        | from   | to     |
| ---------- | -------------- | ------ | ------ |
| helm       | cloudnative-pg | 0.20.2 | 0.21.0 |
@repo-jeeves repo-jeeves bot added renovate/helm Issue relates to a Renovate helm update type/minor Issue relates to a minor version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Apr 26, 2024
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Apr 26, 2024

--- kubernetes/main/apps/dbms/cloudnative-pg/cloudnative-pg Kustomization: flux-system/dbms-cloudnative-pg HelmRelease: dbms/cloudnative-pg

+++ kubernetes/main/apps/dbms/cloudnative-pg/cloudnative-pg Kustomization: flux-system/dbms-cloudnative-pg HelmRelease: dbms/cloudnative-pg

@@ -13,13 +13,13 @@

     spec:
       chart: cloudnative-pg
       sourceRef:
         kind: HelmRepository
         name: cloudnative-pg-charts
         namespace: flux-system
-      version: 0.20.2
+      version: 0.21.0
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 3

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Apr 26, 2024

--- HelmRelease: dbms/cloudnative-pg ConfigMap: dbms/cnpg-default-monitoring

+++ HelmRelease: dbms/cloudnative-pg ConfigMap: dbms/cnpg-default-monitoring

@@ -202,12 +202,13 @@

             description: "Last failed WAL LSN"
         - stats_reset_time:
             usage: "GAUGE"
             description: "Time at which these statistics were last reset"
 
     pg_stat_bgwriter:
+      runonserver: "<17.0.0"
       query: |
         SELECT checkpoints_timed
           , checkpoints_req
           , checkpoint_write_time
           , checkpoint_sync_time
           , buffers_checkpoint
--- HelmRelease: dbms/cloudnative-pg ClusterRole: dbms/cloudnative-pg

+++ HelmRelease: dbms/cloudnative-pg ClusterRole: dbms/cloudnative-pg

@@ -233,12 +233,20 @@

   - get
   - patch
   - update
 - apiGroups:
   - postgresql.cnpg.io
   resources:
+  - clusterimagecatalogs
+  verbs:
+  - get
+  - list
+  - watch
+- apiGroups:
+  - postgresql.cnpg.io
+  resources:
   - clusters
   verbs:
   - create
   - delete
   - get
   - list
@@ -260,12 +268,20 @@

   - patch
   - update
   - watch
 - apiGroups:
   - postgresql.cnpg.io
   resources:
+  - imagecatalogs
+  verbs:
+  - get
+  - list
+  - watch
+- apiGroups:
+  - postgresql.cnpg.io
+  resources:
   - poolers
   verbs:
   - create
   - delete
   - get
   - list
--- HelmRelease: dbms/cloudnative-pg Deployment: dbms/cloudnative-pg

+++ HelmRelease: dbms/cloudnative-pg Deployment: dbms/cloudnative-pg

@@ -26,20 +26,20 @@

         - --config-map-name=cnpg-controller-manager-config
         - --webhook-port=9443
         command:
         - /manager
         env:
         - name: OPERATOR_IMAGE_NAME
-          value: ghcr.io/cloudnative-pg/cloudnative-pg:1.22.2
+          value: ghcr.io/cloudnative-pg/cloudnative-pg:1.23.0
         - name: OPERATOR_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
         - name: MONITORING_QUERIES_CONFIGMAP
           value: cnpg-default-monitoring
-        image: ghcr.io/cloudnative-pg/cloudnative-pg:1.22.2
+        image: ghcr.io/cloudnative-pg/cloudnative-pg:1.23.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /readyz
             port: 9443
             scheme: HTTPS

@szinn szinn merged commit 72b39e5 into main Apr 27, 2024
11 checks passed
@szinn szinn deleted the renovate/main-cloudnative-pg-0.x branch April 27, 2024 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/helm Issue relates to a Renovate helm update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant