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.2 ) #5338

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

cloudnative-pg/charts (cloudnative-pg)

v0.21.2

Compare Source

CloudNativePG Operator Helm Chart

What's Changed

New Contributors

Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.21.1...cloudnative-pg-v0.21.2

v0.21.1

Compare Source

CloudNativePG Operator Helm Chart

What's Changed

New Contributors

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

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Apr 25, 2024

--- kubernetes/cluster-0/apps/db/cloudnative-pg/app Kustomization: flux-system/cluster-apps-cloudnative-pg HelmRelease: db/cloudnative-pg

+++ kubernetes/cluster-0/apps/db/cloudnative-pg/app Kustomization: flux-system/cluster-apps-cloudnative-pg HelmRelease: db/cloudnative-pg

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

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

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Apr 25, 2024

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

+++ HelmRelease: db/cloudnative-pg ConfigMap: db/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: db/cloudnative-pg ClusterRole: db/cloudnative-pg

+++ HelmRelease: db/cloudnative-pg ClusterRole: db/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: db/cloudnative-pg Deployment: db/cloudnative-pg

+++ HelmRelease: db/cloudnative-pg Deployment: db/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.1
         - 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.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /readyz
             port: 9443
             scheme: HTTPS

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Apr 25, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.23s
✅ REPOSITORY git_diff yes no 0.05s
✅ REPOSITORY secretlint yes no 3.02s
✅ YAML prettier 1 0 0.52s
✅ YAML yamllint 1 0 0.26s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot changed the title feat(helm): update chart cloudnative-pg ( 0.20.2 → 0.21.0 ) feat(helm): update chart cloudnative-pg ( 0.20.2 → 0.21.1 ) Apr 27, 2024
@renovate renovate bot force-pushed the renovate/cluster-0-cloudnative-pg-0.x branch from 467688c to 93d0d91 Compare April 27, 2024 17:12
| datasource | package        | from   | to     |
| ---------- | -------------- | ------ | ------ |
| helm       | cloudnative-pg | 0.20.2 | 0.21.2 |
@renovate renovate bot changed the title feat(helm): update chart cloudnative-pg ( 0.20.2 → 0.21.1 ) feat(helm): update chart cloudnative-pg ( 0.20.2 → 0.21.2 ) Apr 30, 2024
@renovate renovate bot force-pushed the renovate/cluster-0-cloudnative-pg-0.x branch from 93d0d91 to c7c5e41 Compare April 30, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants