-
Notifications
You must be signed in to change notification settings - Fork 0
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 to 0.23.0 #29
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cloudnative-pg-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes HelmRelease: database/cloudnative-pg ClusterRole: database/cloudnative-pg
+++ kubernetes HelmRelease: database/cloudnative-pg ClusterRole: database/cloudnative-pg
@@ -9,24 +9,27 @@
app.kubernetes.io/managed-by: Helm
rules:
- apiGroups:
- ''
resources:
- configmaps
+ - secrets
+ - services
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ''
resources:
- configmaps/status
+ - secrets/status
verbs:
- get
- patch
- update
- apiGroups:
- ''
@@ -35,50 +38,22 @@
verbs:
- create
- patch
- apiGroups:
- ''
resources:
- - namespaces
- verbs:
- - get
- - list
- - watch
-- apiGroups:
- - ''
- resources:
- nodes
verbs:
- get
- list
- watch
- apiGroups:
- ''
resources:
- persistentvolumeclaims
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - watch
-- apiGroups:
- - ''
- resources:
- pods
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - watch
-- apiGroups:
- - ''
- resources:
- pods/exec
verbs:
- create
- delete
- get
- list
@@ -90,78 +65,28 @@
- pods/status
verbs:
- get
- apiGroups:
- ''
resources:
- - secrets
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- - ''
- resources:
- - secrets/status
- verbs:
- - get
- - patch
- - update
-- apiGroups:
- - ''
- resources:
- serviceaccounts
verbs:
- create
- get
- list
- patch
- update
- watch
- apiGroups:
- - ''
- resources:
- - services
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- admissionregistration.k8s.io
resources:
- mutatingwebhookconfigurations
- verbs:
- - get
- - list
- - patch
- - update
-- apiGroups:
- - admissionregistration.k8s.io
- resources:
- validatingwebhookconfigurations
verbs:
- get
- - list
- - patch
- - update
-- apiGroups:
- - apiextensions.k8s.io
- resources:
- - customresourcedefinitions
- verbs:
- - get
- - list
- - update
+ - patch
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
@@ -214,119 +139,75 @@
- update
- watch
- apiGroups:
- postgresql.cnpg.io
resources:
- backups
+ - clusters
+ - poolers
+ - scheduledbackups
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- postgresql.cnpg.io
resources:
- backups/status
- verbs:
- - get
- - patch
- - update
-- apiGroups:
- - postgresql.cnpg.io
- resources:
- - clusters
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - update
+ - scheduledbackups/status
+ verbs:
+ - get
+ - patch
+ - update
+- apiGroups:
+ - postgresql.cnpg.io
+ resources:
+ - clusterimagecatalogs
+ - imagecatalogs
+ verbs:
+ - get
+ - list
- watch
- apiGroups:
- postgresql.cnpg.io
resources:
- clusters/finalizers
+ - poolers/finalizers
verbs:
- update
- apiGroups:
- postgresql.cnpg.io
resources:
- clusters/status
- verbs:
- - get
- - patch
- - update
- - watch
-- apiGroups:
- - postgresql.cnpg.io
- resources:
- - poolers
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- - postgresql.cnpg.io
- resources:
- - poolers/finalizers
- verbs:
- - update
-- apiGroups:
- - postgresql.cnpg.io
- resources:
- poolers/status
verbs:
- get
- patch
- update
- watch
- apiGroups:
- - postgresql.cnpg.io
- resources:
- - scheduledbackups
- verbs:
- - create
- - delete
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- - postgresql.cnpg.io
- resources:
- - scheduledbackups/status
- verbs:
- - get
- - patch
- - update
-- apiGroups:
- rbac.authorization.k8s.io
resources:
- rolebindings
- verbs:
- - create
- - get
- - list
- - patch
- - update
- - watch
-- apiGroups:
- - rbac.authorization.k8s.io
- resources:
- roles
verbs:
- create
- get
- list
- patch
- update
- watch
+- apiGroups:
+ - snapshot.storage.k8s.io
+ resources:
+ - volumesnapshots
+ verbs:
+ - create
+ - get
+ - list
+ - patch
+ - watch
--- kubernetes HelmRelease: database/cloudnative-pg MutatingWebhookConfiguration: database/cnpg-mutating-webhook-configuration
+++ kubernetes HelmRelease: database/cloudnative-pg MutatingWebhookConfiguration: database/cnpg-mutating-webhook-configuration
@@ -14,13 +14,13 @@
service:
name: cnpg-webhook-service
namespace: database
path: /mutate-postgresql-cnpg-io-v1-backup
port: 443
failurePolicy: Fail
- name: mbackup.kb.io
+ name: mbackup.cnpg.io
rules:
- apiGroups:
- postgresql.cnpg.io
apiVersions:
- v1
operations:
@@ -35,13 +35,13 @@
service:
name: cnpg-webhook-service
namespace: database
path: /mutate-postgresql-cnpg-io-v1-cluster
port: 443
failurePolicy: Fail
- name: mcluster.kb.io
+ name: mcluster.cnpg.io
rules:
- apiGroups:
- postgresql.cnpg.io
apiVersions:
- v1
operations:
@@ -56,13 +56,13 @@
service:
name: cnpg-webhook-service
namespace: database
path: /mutate-postgresql-cnpg-io-v1-scheduledbackup
port: 443
failurePolicy: Fail
- name: mscheduledbackup.kb.io
+ name: mscheduledbackup.cnpg.io
rules:
- apiGroups:
- postgresql.cnpg.io
apiVersions:
- v1
operations:
--- kubernetes HelmRelease: database/cloudnative-pg ConfigMap: database/cnpg-default-monitoring
+++ kubernetes HelmRelease: database/cloudnative-pg ConfigMap: database/cnpg-default-monitoring
@@ -83,12 +83,13 @@
query: |
SELECT datname
, pg_catalog.pg_database_size(datname) AS size_bytes
, pg_catalog.age(datfrozenxid) AS xid_age
, pg_catalog.mxid_age(datminmxid) AS mxid_age
FROM pg_catalog.pg_database
+ WHERE datallowconn
metrics:
- datname:
usage: "LABEL"
description: "Name of the database"
- size_bytes:
usage: "GAUGE"
@@ -107,20 +108,22 @@
metrics:
- start_time:
usage: "GAUGE"
description: "Time at which postgres started (based on epoch)"
pg_replication:
- query: "SELECT CASE WHEN NOT pg_catalog.pg_is_in_recovery()
+ query: "SELECT CASE WHEN (
+ NOT pg_catalog.pg_is_in_recovery()
+ OR pg_catalog.pg_last_wal_receive_lsn() = pg_catalog.pg_last_wal_replay_lsn())
THEN 0
ELSE GREATEST (0,
EXTRACT(EPOCH FROM (now() - pg_catalog.pg_last_xact_replay_timestamp())))
END AS lag,
pg_catalog.pg_is_in_recovery() AS in_recovery,
EXISTS (TABLE pg_stat_wal_receiver) AS is_wal_receiver_up,
- (SELECT count(*) FROM pg_stat_replication) AS streaming_replicas"
+ (SELECT count(*) FROM pg_catalog.pg_stat_replication) AS streaming_replicas"
metrics:
- lag:
usage: "GAUGE"
description: "Replication lag behind primary in seconds"
- in_recovery:
usage: "GAUGE"
@@ -135,13 +138,16 @@
pg_replication_slots:
query: |
SELECT slot_name,
slot_type,
database,
active,
- pg_catalog.pg_wal_lsn_diff(pg_catalog.pg_current_wal_lsn(), restart_lsn)
+ (CASE pg_catalog.pg_is_in_recovery()
+ WHEN TRUE THEN pg_catalog.pg_wal_lsn_diff(pg_catalog.pg_last_wal_receive_lsn(), restart_lsn)
+ ELSE pg_catalog.pg_wal_lsn_diff(pg_catalog.pg_current_wal_lsn(), restart_lsn)
+ END) as pg_wal_lsn_diff
FROM pg_catalog.pg_replication_slots
WHERE NOT temporary
metrics:
- slot_name:
usage: "LABEL"
description: "Name of the replication slot"
@@ -197,12 +203,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
@@ -240,12 +247,77 @@
- buffers_backend_fsync:
usage: "COUNTER"
description: "Number of times a backend had to execute its own fsync call (normally the background writer handles those even when the backend does its own write)"
- buffers_alloc:
usage: "COUNTER"
description: "Number of buffers allocated"
+
+ pg_stat_bgwriter_17:
+ runonserver: ">=17.0.0"
+ name: pg_stat_bgwriter
+ query: |
+ SELECT buffers_clean
+ , maxwritten_clean
+ , buffers_alloc
+ , EXTRACT(EPOCH FROM stats_reset) AS stats_reset_time
+ FROM pg_catalog.pg_stat_bgwriter
+ metrics:
+ - buffers_clean:
+ usage: "COUNTER"
+ description: "Number of buffers written by the background writer"
+ - maxwritten_clean:
+ usage: "COUNTER"
+ description: "Number of times the background writer stopped a cleaning scan because it had written too many buffers"
+ - buffers_alloc:
+ usage: "COUNTER"
+ description: "Number of buffers allocated"
+ - stats_reset_time:
+ usage: "GAUGE"
+ description: "Time at which these statistics were last reset"
+
+ pg_stat_checkpointer:
+ runonserver: ">=17.0.0"
+ query: |
+ SELECT num_timed AS checkpoints_timed
+ , num_requested AS checkpoints_req
+ , restartpoints_timed
+ , restartpoints_req
+ , restartpoints_done
+ , write_time
+ , sync_time
+ , buffers_written
+ , EXTRACT(EPOCH FROM stats_reset) AS stats_reset_time
+ FROM pg_catalog.pg_stat_checkpointer
+ metrics:
+ - checkpoints_timed:
+ usage: "COUNTER"
+ description: "Number of scheduled checkpoints that have been performed"
+ - checkpoints_req:
+ usage: "COUNTER"
+ description: "Number of requested checkpoints that have been performed"
+ - restartpoints_timed:
+ usage: "COUNTER"
+ description: "Number of scheduled restartpoints due to timeout or after a failed attempt to perform it"
+ - restartpoints_req:
+ usage: "COUNTER"
+ description: "Number of requested restartpoints that have been performed"
+ - restartpoints_done:
+ usage: "COUNTER"
+ description: "Number of restartpoints that have been performed"
+ - write_time:
+ usage: "COUNTER"
+ description: "Total amount of time that has been spent in the portion of processing checkpoints and restartpoints where files are written to disk, in milliseconds"
+ - sync_time:
+ usage: "COUNTER"
+ description: "Total amount of time that has been spent in the portion of processing checkpoints and restartpoints where files are synchronized to disk, in milliseconds"
+ - buffers_written:
+ usage: "COUNTER"
+ description: "Number of buffers written during checkpoints and restartpoints"
+ - stats_reset_time:
+ usage: "GAUGE"
+ description: "Time at which these statistics were last reset"
pg_stat_database:
query: |
SELECT datname
, xact_commit
, xact_rollback
@@ -316,12 +388,13 @@
pg_stat_replication:
primary: true
query: |
SELECT usename
, COALESCE(application_name, '') AS application_name
, COALESCE(client_addr::text, '') AS client_addr
+ , COALESCE(client_port::text, '') AS client_port
, EXTRACT(EPOCH FROM backend_start) AS backend_start
, COALESCE(pg_catalog.age(backend_xmin), 0) AS backend_xmin_age
, pg_catalog.pg_wal_lsn_diff(pg_catalog.pg_current_wal_lsn(), sent_lsn) AS sent_diff_bytes
, pg_catalog.pg_wal_lsn_diff(pg_catalog.pg_current_wal_lsn(), write_lsn) AS write_diff_bytes
, pg_catalog.pg_wal_lsn_diff(pg_catalog.pg_current_wal_lsn(), flush_lsn) AS flush_diff_bytes
, COALESCE(pg_catalog.pg_wal_lsn_diff(pg_catalog.pg_current_wal_lsn(), replay_lsn),0) AS replay_diff_bytes
@@ -336,12 +409,15 @@
- application_name:
usage: "LABEL"
description: "Name of the application"
- client_addr:
usage: "LABEL"
description: "Client IP address"
+ - client_port:
+ usage: "LABEL"
+ description: "Client TCP port"
- backend_start:
usage: "COUNTER"
description: "Time when this process was started"
- backend_xmin_age:
usage: "COUNTER"
description: "The age of this standby's xmin horizon"
--- kubernetes HelmRelease: database/cloudnative-pg ClusterRole: database/cloudnative-pg-edit
+++ kubernetes HelmRelease: database/cloudnative-pg ClusterRole: database/cloudnative-pg-edit
@@ -0,0 +1,24 @@
+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+ name: cloudnative-pg-edit
+ labels:
+ app.kubernetes.io/name: cloudnative-pg
+ app.kubernetes.io/instance: cloudnative-pg
+ app.kubernetes.io/managed-by: Helm
+rules:
+- apiGroups:
+ - postgresql.cnpg.io
+ resources:
+ - backups
+ - clusters
+ - poolers
+ - scheduledbackups
+ verbs:
+ - create
+ - delete
+ - deletecollection
+ - patch
+ - update
+
--- kubernetes HelmRelease: database/cloudnative-pg ValidatingWebhookConfiguration: database/cnpg-validating-webhook-configuration
+++ kubernetes HelmRelease: database/cloudnative-pg ValidatingWebhookConfiguration: database/cnpg-validating-webhook-configuration
@@ -14,13 +14,13 @@
service:
name: cnpg-webhook-service
namespace: database
path: /validate-postgresql-cnpg-io-v1-backup
port: 443
failurePolicy: Fail
- name: vbackup.kb.io
+ name: vbackup.cnpg.io
rules:
- apiGroups:
- postgresql.cnpg.io
apiVersions:
- v1
operations:
@@ -35,13 +35,13 @@
service:
name: cnpg-webhook-service
namespace: database
path: /validate-postgresql-cnpg-io-v1-cluster
port: 443
failurePolicy: Fail
- name: vcluster.kb.io
+ name: vcluster.cnpg.io
rules:
- apiGroups:
- postgresql.cnpg.io
apiVersions:
- v1
operations:
@@ -56,13 +56,13 @@
service:
name: cnpg-webhook-service
namespace: database
path: /validate-postgresql-cnpg-io-v1-scheduledbackup
port: 443
failurePolicy: Fail
- name: vscheduledbackup.kb.io
+ name: vscheduledbackup.cnpg.io
rules:
- apiGroups:
- postgresql.cnpg.io
apiVersions:
- v1
operations:
@@ -77,13 +77,13 @@
service:
name: cnpg-webhook-service
namespace: database
path: /validate-postgresql-cnpg-io-v1-pooler
port: 443
failurePolicy: Fail
- name: vpooler.kb.io
+ name: vpooler.cnpg.io
rules:
- apiGroups:
- postgresql.cnpg.io
apiVersions:
- v1
operations:
--- kubernetes HelmRelease: database/cloudnative-pg Deployment: database/cloudnative-pg
+++ kubernetes HelmRelease: database/cloudnative-pg Deployment: database/cloudnative-pg
@@ -21,26 +21,25 @@
spec:
containers:
- args:
- controller
- --leader-elect
- --config-map-name=cnpg-controller-manager-config
- - --secret-name=cnpg-controller-manager-config
- --webhook-port=9443
command:
- /manager
env:
- name: OPERATOR_IMAGE_NAME
- value: ghcr.io/cloudnative-pg/cloudnative-pg:1.20.2
+ value: ghcr.io/cloudnative-pg/cloudnative-pg:1.24.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.20.2
+ image: ghcr.io/cloudnative-pg/cloudnative-pg:1.24.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /readyz
port: 9443
scheme: HTTPS
@@ -65,12 +64,14 @@
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsGroup: 10001
runAsUser: 10001
+ seccompProfile:
+ type: RuntimeDefault
volumeMounts:
- mountPath: /controller
name: scratch-data
- mountPath: /run/secrets/cnpg.io/webhook
name: webhook-certificates
securityContext:
--- kubernetes HelmRelease: database/cloudnative-pg ClusterRole: database/cloudnative-pg-view
+++ kubernetes HelmRelease: database/cloudnative-pg ClusterRole: database/cloudnative-pg-view
@@ -0,0 +1,22 @@
+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+ name: cloudnative-pg-view
+ labels:
+ app.kubernetes.io/name: cloudnative-pg
+ app.kubernetes.io/instance: cloudnative-pg
+ app.kubernetes.io/managed-by: Helm
+rules:
+- apiGroups:
+ - postgresql.cnpg.io
+ resources:
+ - backups
+ - clusters
+ - poolers
+ - scheduledbackups
+ verbs:
+ - get
+ - list
+ - watch
+ |
--- kubernetes/apps/database/cloudnative-pg/app Kustomization: flux-system/cluster-apps-cloudnative-pg HelmRelease: database/cloudnative-pg
+++ kubernetes/apps/database/cloudnative-pg/app Kustomization: flux-system/cluster-apps-cloudnative-pg HelmRelease: database/cloudnative-pg
@@ -9,13 +9,13 @@
spec:
chart: cloudnative-pg
sourceRef:
kind: HelmRepository
name: cloudnative-pg
namespace: flux-system
- version: 0.18.2
+ version: 0.22.1
install:
remediation:
retries: 3
interval: 30m
maxHistory: 2
uninstall: |
renovate
bot
changed the title
feat(helm): update chart cloudnative-pg to 0.19.0
feat(helm): update chart cloudnative-pg to 0.19.1
Nov 3, 2023
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
from
November 3, 2023 16:27
a863722
to
8598cf7
Compare
renovate
bot
changed the title
feat(helm): update chart cloudnative-pg to 0.19.1
feat(helm): update chart cloudnative-pg to 0.20.0
Dec 21, 2023
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
from
December 21, 2023 16:27
8598cf7
to
a6570cb
Compare
renovate
bot
changed the title
feat(helm): update chart cloudnative-pg to 0.20.0
feat(helm): update chart cloudnative-pg to 0.20.1
Feb 5, 2024
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
from
February 5, 2024 12:49
a6570cb
to
d6b37f6
Compare
renovate
bot
changed the title
feat(helm): update chart cloudnative-pg to 0.20.1
feat(helm): update chart cloudnative-pg to 0.20.2
Mar 14, 2024
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
from
March 14, 2024 19:03
d6b37f6
to
01f3067
Compare
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
from
April 26, 2024 05:31
01f3067
to
afdba30
Compare
renovate
bot
changed the title
feat(helm): update chart cloudnative-pg to 0.20.2
feat(helm): update chart cloudnative-pg to 0.21.0
Apr 26, 2024
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
from
April 27, 2024 16:49
afdba30
to
0096c55
Compare
renovate
bot
changed the title
feat(helm): update chart cloudnative-pg to 0.21.0
feat(helm): update chart cloudnative-pg to 0.21.1
Apr 27, 2024
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
from
April 30, 2024 14:38
0096c55
to
a8a3f91
Compare
renovate
bot
changed the title
feat(helm): update chart cloudnative-pg to 0.21.1
feat(helm): update chart cloudnative-pg to 0.21.2
Apr 30, 2024
renovate
bot
changed the title
feat(helm): update chart cloudnative-pg to 0.21.2
feat(helm): update chart cloudnative-pg to 0.21.3
May 30, 2024
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
2 times, most recently
from
May 30, 2024 19:54
3af0c8c
to
92d3c5e
Compare
renovate
bot
changed the title
feat(helm): update chart cloudnative-pg to 0.21.3
feat(helm): update chart cloudnative-pg to 0.21.4
May 30, 2024
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
from
June 13, 2024 14:34
92d3c5e
to
0d4fb3e
Compare
renovate
bot
changed the title
feat(helm): update chart cloudnative-pg to 0.21.4
feat(helm): update chart cloudnative-pg to 0.21.5
Jun 13, 2024
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
from
July 30, 2024 13:26
0d4fb3e
to
8e260be
Compare
renovate
bot
changed the title
feat(helm): update chart cloudnative-pg to 0.21.5
feat(helm): update chart cloudnative-pg to 0.21.6
Jul 30, 2024
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
from
August 22, 2024 17:23
8e260be
to
b395fab
Compare
renovate
bot
changed the title
feat(helm): update chart cloudnative-pg to 0.21.6
feat(helm): update chart cloudnative-pg to 0.22.0
Aug 22, 2024
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
from
October 17, 2024 13:34
b395fab
to
66fa200
Compare
renovate
bot
changed the title
feat(helm): update chart cloudnative-pg to 0.22.0
feat(helm): update chart cloudnative-pg to 0.22.1
Oct 17, 2024
renovate
bot
changed the title
feat(helm): update chart cloudnative-pg to 0.22.1
feat(helm): update chart cloudnative-pg to 0.23.0
Dec 23, 2024
renovate
bot
force-pushed
the
renovate/cloudnative-pg-0.x
branch
from
December 23, 2024 20:22
66fa200
to
d18e2bb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.18.2
->0.23.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cloudnative-pg/charts (cloudnative-pg)
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
v0.22.1
Compare Source
CloudNativePG Operator Helm Chart
What's Changed
postgresql
in places where inferred by defaulttype
by @philippemnoel in https://github.com/cloudnative-pg/charts/pull/3854959ce0
by @renovate in https://github.com/cloudnative-pg/charts/pull/403New Contributors
Full Changelog: cloudnative-pg/charts@cluster-v0.0.11...cloudnative-pg-v0.22.1
v0.22.0
Compare Source
CloudNativePG Operator Helm Chart
What's Changed
Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.21.6...cloudnative-pg-v0.22.0
v0.21.6
Compare Source
CloudNativePG Operator Helm Chart
What's Changed
hostNetwork
in chart by @marckhair in https://github.com/cloudnative-pg/charts/pull/324New Contributors
Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.21.5...cloudnative-pg-v0.21.6
v0.21.5
Compare Source
CloudNativePG Operator Helm Chart
What's Changed
Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.21.4...cloudnative-pg-v0.21.5
v0.21.4
Compare Source
CloudNativePG Operator Helm Chart
Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.21.3...cloudnative-pg-v0.21.4
v0.21.3
Compare Source
CloudNativePG Operator Helm Chart
Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.21.2...cloudnative-pg-v0.21.3
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@cloudnative-pg-v0.20.2...cloudnative-pg-v0.21.0
v0.20.2
Compare Source
CloudNativePG Operator Helm Chart
What's Changed
v1.22.2
"1"
by @orlovmyk in https://github.com/cloudnative-pg/charts/pull/203New Contributors
Full Changelog: https://github.com/cloudnative-pg/charts/compare/ cloudnative-pg-v0.20.1...cloudnative-pg-v0.20.2
v0.20.1
Compare Source
CloudNativePG Operator Helm Chart
What's Changed
cnpg-sandbox
by @gbartolini in https://github.com/cloudnative-pg/charts/pull/6161a6322
by @renovate in https://github.com/cloudnative-pg/charts/pull/13065d7f2d
by @renovate in https://github.com/cloudnative-pg/charts/pull/153New Contributors
Full Changelog: https://github.com/cloudnative-pg/charts/commits/cloudnative-pg-v0.20.1
v0.20.0
Compare Source
v0.19.1
Compare Source
v0.19.0
Compare Source
Configuration
📅 Schedule: Branch creation - "on saturday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.