Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Update Change
cloudnative-pg (source) minor 0.22.1 -> 0.26.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cloudnative-pg/charts (cloudnative-pg)

v0.26.0

Compare Source

CloudNativePG Operator Helm Chart

What's Changed

Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.25.0...cloudnative-pg-v0.26.0

v0.25.0

Compare Source

CloudNativePG Operator Helm Chart

What's Changed

New Contributors

Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.24.0...cloudnative-pg-v0.25.0

v0.24.0

Compare Source

CloudNativePG Operator Helm Chart

What's Changed

New Contributors

Full Changelog: cloudnative-pg/charts@cluster-v0.3.1...cloudnative-pg-v0.24.0

v0.23.2

Compare Source

CloudNativePG Operator Helm Chart

What's Changed

Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.23.1...cloudnative-pg-v0.23.2

v0.23.1

Compare Source

CloudNativePG Operator Helm Chart

What's Changed

  • feat( operator ): Allow the user to set the operator update strategy by @​kaisoz in #​450

New Contributors

Full Changelog: cloudnative-pg/charts@cluster-v0.23.0...cloudnative-pg-v0.23.1

v0.23.0

Compare Source

CloudNativePG Operator Helm Chart

What's Changed

New Contributors

Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.23.0-rc1...cloudnative-pg-v0.23.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 was generated by Mend Renovate. View the repository job log.

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Dec 23, 2024

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

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

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

     spec:
       chart: cloudnative-pg
       sourceRef:
         kind: HelmRepository
         name: cloudnative-pg
         namespace: flux-system
-      version: 0.22.1
+      version: 0.23.2
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Dec 23, 2024

--- HelmRelease: db/cloudnative-pg ServiceAccount: db/cloudnative-pg

+++ HelmRelease: db/cloudnative-pg ServiceAccount: db/cloudnative-pg

@@ -1,10 +1,11 @@

 ---
 apiVersion: v1
 kind: ServiceAccount
 metadata:
   name: cloudnative-pg
+  namespace: db
   labels:
     app.kubernetes.io/name: cloudnative-pg
     app.kubernetes.io/instance: cloudnative-pg
     app.kubernetes.io/managed-by: Helm
 
--- HelmRelease: db/cloudnative-pg ConfigMap: db/cnpg-controller-manager-config

+++ HelmRelease: db/cloudnative-pg ConfigMap: db/cnpg-controller-manager-config

@@ -1,11 +1,12 @@

 ---
 apiVersion: v1
 kind: ConfigMap
 metadata:
   name: cnpg-controller-manager-config
+  namespace: db
   labels:
     app.kubernetes.io/name: cloudnative-pg
     app.kubernetes.io/instance: cloudnative-pg
     app.kubernetes.io/managed-by: Helm
 data: {}
 
--- HelmRelease: db/cloudnative-pg ConfigMap: db/cnpg-default-monitoring

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

@@ -1,11 +1,12 @@

 ---
 apiVersion: v1
 kind: ConfigMap
 metadata:
   name: cnpg-default-monitoring
+  namespace: db
   labels:
     app.kubernetes.io/name: cloudnative-pg
     app.kubernetes.io/instance: cloudnative-pg
     app.kubernetes.io/managed-by: Helm
     cnpg.io/reload: ''
 data:
--- HelmRelease: db/cloudnative-pg ClusterRole: db/cloudnative-pg

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

@@ -8,12 +8,36 @@

     app.kubernetes.io/instance: cloudnative-pg
     app.kubernetes.io/managed-by: Helm
 rules:
 - apiGroups:
   - ''
   resources:
+  - nodes
+  verbs:
+  - get
+  - list
+  - watch
+- apiGroups:
+  - admissionregistration.k8s.io
+  resources:
+  - mutatingwebhookconfigurations
+  - validatingwebhookconfigurations
+  verbs:
+  - get
+  - patch
+- apiGroups:
+  - postgresql.cnpg.io
+  resources:
+  - clusterimagecatalogs
+  verbs:
+  - get
+  - list
+  - watch
+- apiGroups:
+  - ''
+  resources:
   - configmaps
   - secrets
   - services
   verbs:
   - create
   - delete
@@ -38,20 +62,12 @@

   verbs:
   - create
   - patch
 - apiGroups:
   - ''
   resources:
-  - nodes
-  verbs:
-  - get
-  - list
-  - watch
-- apiGroups:
-  - ''
-  resources:
   - persistentvolumeclaims
   - pods
   - pods/exec
   verbs:
   - create
   - delete
@@ -74,20 +90,12 @@

   - get
   - list
   - patch
   - update
   - watch
 - apiGroups:
-  - admissionregistration.k8s.io
-  resources:
-  - mutatingwebhookconfigurations
-  - validatingwebhookconfigurations
-  verbs:
-  - get
-  - patch
-- apiGroups:
   - apps
   resources:
   - deployments
   verbs:
   - create
   - delete
@@ -140,35 +148,40 @@

   - watch
 - apiGroups:
   - postgresql.cnpg.io
   resources:
   - backups
   - clusters
+  - databases
   - poolers
+  - publications
   - scheduledbackups
+  - subscriptions
   verbs:
   - create
   - delete
   - get
   - list
   - patch
   - update
   - watch
 - apiGroups:
   - postgresql.cnpg.io
   resources:
   - backups/status
+  - databases/status
+  - publications/status
   - scheduledbackups/status
-  verbs:
-  - get
-  - patch
-  - update
-- apiGroups:
-  - postgresql.cnpg.io
-  resources:
-  - clusterimagecatalogs
+  - subscriptions/status
+  verbs:
+  - get
+  - patch
+  - update
+- apiGroups:
+  - postgresql.cnpg.io
+  resources:
   - imagecatalogs
   verbs:
   - get
   - list
   - watch
 - apiGroups:
--- HelmRelease: db/cloudnative-pg ClusterRole: db/cloudnative-pg-view

+++ HelmRelease: db/cloudnative-pg ClusterRole: db/cloudnative-pg-view

@@ -10,13 +10,16 @@

 rules:
 - apiGroups:
   - postgresql.cnpg.io
   resources:
   - backups
   - clusters
+  - databases
   - poolers
+  - publications
   - scheduledbackups
+  - subscriptions
   verbs:
   - get
   - list
   - watch
 
--- HelmRelease: db/cloudnative-pg ClusterRole: db/cloudnative-pg-edit

+++ HelmRelease: db/cloudnative-pg ClusterRole: db/cloudnative-pg-edit

@@ -10,14 +10,17 @@

 rules:
 - apiGroups:
   - postgresql.cnpg.io
   resources:
   - backups
   - clusters
+  - databases
   - poolers
+  - publications
   - scheduledbackups
+  - subscriptions
   verbs:
   - create
   - delete
   - deletecollection
   - patch
   - update
--- HelmRelease: db/cloudnative-pg Service: db/cnpg-webhook-service

+++ HelmRelease: db/cloudnative-pg Service: db/cnpg-webhook-service

@@ -1,11 +1,12 @@

 ---
 apiVersion: v1
 kind: Service
 metadata:
   name: cnpg-webhook-service
+  namespace: db
   labels:
     app.kubernetes.io/name: cloudnative-pg
     app.kubernetes.io/instance: cloudnative-pg
     app.kubernetes.io/managed-by: Helm
 spec:
   type: ClusterIP
--- HelmRelease: db/cloudnative-pg Deployment: db/cloudnative-pg

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

@@ -1,45 +1,50 @@

 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: cloudnative-pg
+  namespace: db
   labels:
     app.kubernetes.io/name: cloudnative-pg
     app.kubernetes.io/instance: cloudnative-pg
     app.kubernetes.io/managed-by: Helm
 spec:
   replicas: 1
   selector:
     matchLabels:
       app.kubernetes.io/name: cloudnative-pg
       app.kubernetes.io/instance: cloudnative-pg
   template:
     metadata:
+      annotations:
+        checksum/rbac: 810bd5c787e143d9886428aa4bced3094d5651844ab776c0ae0b18f53c8afe14
+        checksum/monitoring-config: 57d00ee77146ee2c22291a95c7c195e7c5d55285181c5393477cf4a27d589c64
       labels:
         app.kubernetes.io/name: cloudnative-pg
         app.kubernetes.io/instance: cloudnative-pg
     spec:
       containers:
       - args:
         - controller
         - --leader-elect
+        - --max-concurrent-reconciles=10
         - --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.24.1
+          value: ghcr.io/cloudnative-pg/cloudnative-pg:1.25.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.24.1
+        image: ghcr.io/cloudnative-pg/cloudnative-pg:1.25.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /readyz
             port: 9443
             scheme: HTTPS
@@ -66,12 +71,19 @@

             - ALL
           readOnlyRootFilesystem: true
           runAsGroup: 10001
           runAsUser: 10001
           seccompProfile:
             type: RuntimeDefault
+        startupProbe:
+          failureThreshold: 6
+          httpGet:
+            path: /readyz
+            port: 9443
+            scheme: HTTPS
+          periodSeconds: 5
         volumeMounts:
         - mountPath: /controller
           name: scratch-data
         - mountPath: /run/secrets/cnpg.io/webhook
           name: webhook-certificates
       securityContext:

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Dec 23, 2024

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.37s
✅ REPOSITORY git_diff yes no no 0.04s
✅ REPOSITORY secretlint yes no no 3.73s
✅ YAML prettier 1 0 0 0.4s
✅ YAML yamllint 1 0 0 0.58s

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.22.1 → 0.23.0 ) feat(helm): update chart cloudnative-pg ( 0.22.1 → 0.23.1 ) Mar 4, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-cloudnative-pg-0.x branch from 15094f6 to 6f2f1c5 Compare March 4, 2025 15:43
@renovate renovate bot changed the title feat(helm): update chart cloudnative-pg ( 0.22.1 → 0.23.1 ) feat(helm): update chart cloudnative-pg ( 0.22.1 → 0.23.2 ) Mar 5, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-cloudnative-pg-0.x branch from 6f2f1c5 to b877188 Compare March 5, 2025 15:39
@renovate renovate bot changed the title feat(helm): update chart cloudnative-pg ( 0.22.1 → 0.23.2 ) feat(helm): update chart cloudnative-pg ( 0.22.1 → 0.24.0 ) May 23, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-cloudnative-pg-0.x branch from b877188 to 12e0b7e Compare May 23, 2025 15:39
@renovate renovate bot force-pushed the renovate/cluster-0-cloudnative-pg-0.x branch from 12e0b7e to fbcae22 Compare July 25, 2025 17:09
@renovate renovate bot changed the title feat(helm): update chart cloudnative-pg ( 0.22.1 → 0.24.0 ) feat(helm): update chart cloudnative-pg ( 0.22.1 → 0.25.0 ) Jul 25, 2025
| datasource | package        | from   | to     |
| ---------- | -------------- | ------ | ------ |
| helm       | cloudnative-pg | 0.22.1 | 0.26.0 |
@renovate renovate bot changed the title feat(helm): update chart cloudnative-pg ( 0.22.1 → 0.25.0 ) feat(helm): update chart cloudnative-pg ( 0.22.1 → 0.26.0 ) Aug 13, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-cloudnative-pg-0.x branch from fbcae22 to b58b770 Compare August 13, 2025 11:34
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.

0 participants