feat(github-release): update cloudnative-pg-source to v1.20.0 #692
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:
v1.19.1
->v1.20.0
Release Notes
cloudnative-pg/cloudnative-pg
v1.20.0
Compare Source
Release date: April 27, 2023
!!! Important "Important changes from previous versions" CloudNativePG 1.20 introduces some changes to the default behavior of a few features for newly created
Cluster
resources, compared to previous versions of the operator. The goal of these changes is to improve the resilience of a Postgres cluster out of the box through convention over configuration. For clusters with one or more replicas:Features:
managed.roles
stanza in theCluster
spec to provide full lifecycle management of database roles, by providing an abstraction to the related DDL commands in PostgreSQL, such asCREATE ROLE
andALTER ROLE
(#1524, #1793 and #1815)cnpg.io/hibernation
to declaratively hibernate a PostgreSQL cluster by deleting all pods and keeping the PVCs only; the feature also implements the inverse procedure (#1657)Enhancements:
--logs
option of thereport
command of thecnpg
plugin forkubectl
to also include the previous logs where available (#1811)-any
service is now disabled by default (#1755)Security:
SeccompProfile
through override via a local file (#1827)Fixes:
initdb
bootstrap phase, before the server is started the first time (#1858)v1.19.2
Compare Source
Release date: April 27, 2023
Enhancements:
--logs
option of thereport
command of thecnpg
plugin forkubectl
to also include the previous logs where available (#1811)-any
service is now disabled by default (#1755)Security:
SeccompProfile
through override via a local file (#1827)Fixes:
initdb
bootstrap phase, before the server is started the first time (#1858)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.
This PR has been generated by Renovate Bot.