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(github-release): update cloudnative-pg-source to v1.20.0 #692

Merged
merged 1 commit into from
May 17, 2023

Conversation

snoopy82481-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
cloudnative-pg-source minor 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:

  - Backup from standby is now enabled by default, unless `target` is
    explicitly set to `primary`
  - Restart of the primary is now the default method to complete the
    unsupervised rolling update procedure (`primaryUpdateMethod`
    defaults to `restart`, unless explicitly set to `switchover`)

For further information, please refer to the
["Installation and upgrades" section](../installation_upgrade.md#upgrading-to-120-from-a-previous-minor-version).

Features:

  • Declarative role management: introduce the managed.roles stanza in the Cluster spec to provide full lifecycle management of database roles, by providing an abstraction to the related DDL commands in PostgreSQL, such as CREATE ROLE and ALTER ROLE (#​1524, #​1793 and #​1815)
  • Declarative hibernation of a PostgreSQL cluster: introduce a new annotation called 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:

  • Improve the --logs option of the report command of the cnpg plugin for kubectl to also include the previous logs where available (#​1811)
  • The -any service is now disabled by default (#​1755)

Security:

  • Enable customization of SeccompProfile through override via a local file (#​1827)

Fixes:

  • Apply the PostgreSQL configuration provided by the user during the initdb bootstrap phase, before the server is started the first time (#​1858)

v1.19.2

Compare Source

Release date: April 27, 2023

Enhancements:

  • Improve the --logs option of the report command of the cnpg plugin for kubectl to also include the previous logs where available (#​1811)
  • The -any service is now disabled by default (#​1755)

Security:

  • Enable customization of SeccompProfile through override via a local file (#​1827)

Fixes:

  • Apply the PostgreSQL configuration provided by the user during the 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.


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

This PR has been generated by Renovate Bot.

| datasource  | package                       | from    | to      |
| ----------- | ----------------------------- | ------- | ------- |
| github-tags | cloudnative-pg/cloudnative-pg | v1.19.1 | v1.20.0 |
@snoopy82481-bot snoopy82481-bot bot requested a review from snoopy82481 as a code owner April 27, 2023 16:16
@snoopy82481-bot snoopy82481-bot bot added renovate/github-release type/minor size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 27, 2023
@snoopy82481-bot
Copy link
Contributor Author

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.88s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 2.6s
✅ YAML prettier 1 0 0.55s
✅ YAML yamllint 1 0 0.27s

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

@snoopy82481 snoopy82481 merged commit f6c31d9 into main May 17, 2023
@snoopy82481 snoopy82481 deleted the renovate/cloudnative-pg-source-1.x branch May 17, 2023 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate/github-release size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant