Skip to content

Releases: cloudnative-pg/charts

cluster-v0.1.0

24 Oct 16:13
3c5dd5d
Compare
Choose a tag to compare

Important

This version introduces some breaking changes. Refer to the migration guide below.

Deploys and manages a CloudNativePG cluster and its associated resources.

What's Changed

Migration Guide

Specifying PostgreSQL major version

The PostgreSQL major version is now controlled via the version.postgresql parameter. Defaults to 16. It's used when you haven't specified your own cluster.imageName or cluster.imageCatalogRef. You may need to explicitly specify it if that's the case for you.

version:
  postgresql: 15

PostgreSQL parameters

The PostgreSQL parameters have been moved from cluster.postgresql to cluster.postgresql.parameters.

Before:

cluster:
  postgresql:
    max_connections: 300

After:

cluster:
  postgresql:
    parameters:
      max_connections: 300

Multiple Poolers

The pooler parameter is not longer supported. Instead you should use: poolers, which represents a list of poolers.

Before:

pooler:
  enabled: true
  type: rw
  poolMode: transaction

After:

poolers:
  - name: rw
    type: rw
    poolMode: transaction

Pooler poolMode

The Pooler poolMode is now session by default instead of transaction. Look at the example above and explicitly set it if required. Session is the safest most-polite connection pooling method.

New Contributors

Full Changelog: cloudnative-pg-v0.22.1...cluster-v0.1.0

cloudnative-pg-v0.22.1

17 Oct 11:47
90299d6
Compare
Choose a tag to compare

CloudNativePG Operator Helm Chart

What's Changed

  • Release cloudnative-pg-v0.22.1 by @github-actions in #418

Full Changelog: cluster-v0.0.11...cloudnative-pg-v0.22.1

cluster-v0.0.11

03 Sep 10:04
b0b08c5
Compare
Choose a tag to compare

Important

The next minor version of the cluster chart will contain breaking changes. This will be the last version with the current API.

What's Changed

  • Added a walStorage.enabled flag disabled by default to retain backwards compatibility by @brinnjoyce in #367

New Contributors

Full Changelog: cluster-v0.0.10...cluster-v0.0.11

cluster-v0.0.10

28 Aug 18:00
9024f04
Compare
Choose a tag to compare

Important

The next minor version of the cluster chart will contain breaking changes.

What's Changed

  • fix(cluster): avoid invalid type for initdb secret in #362 by @nilfr
  • feat(cluster): Added Kyverno Chainsaw Test Suite in #341 by @itay-grudev
  • feat(cluster): Added walStorage capability and fixed gkeEnvironment conflict in #312 by @rocket357
  • feat(cluster): Added additionalEnv in #303 by @Stevenpc3
  • feat(cluster): Recovery using pg_basebackup in #252 by @Pionerd

New Contributors

Full Changelog: cluster-v0.0.9...cluster-v0.0.10

cloudnative-pg-v0.22.0

22 Aug 15:50
f0ea226
Compare
Choose a tag to compare

CloudNativePG Operator Helm Chart

What's Changed

  • chore(deps): update sigstore/cosign-installer action to v3.6.0 by @renovate in #347
  • chore(deps): update kyverno/action-install-chainsaw action to v0.2.8 by @renovate in #349
  • Release cloudnative-pg-v0.22.0 by @github-actions in #352

Full Changelog: cloudnative-pg-v0.21.6...cloudnative-pg-v0.22.0

cloudnative-pg-v0.21.6

30 Jul 11:19
45f52a0
Compare
Choose a tag to compare

CloudNativePG Operator Helm Chart

What's Changed

  • chore(deps): update actions/setup-python action to v5.1.1 by @renovate in #330
  • chore(deps): update docker/login-action action to v3.3.0 by @renovate in #333
  • chore: add support for hostNetwork in chart by @marckhair in #324
  • feat(cloudnative-pg): Configuration of PodMonitor relabeling rules by @npdgm in #148
  • fix: linter - trailing white spaces by @sxd in #339
  • Release cloudnative-pg-v0.21.6 by @github-actions in #340

New Contributors

Full Changelog: cloudnative-pg-v0.21.5...cloudnative-pg-v0.21.6

cloudnative-pg-v0.21.5

13 Jun 14:01
50666bd
Compare
Choose a tag to compare

CloudNativePG Operator Helm Chart

What's Changed

  • chore(deps): update actions/checkout action to v4.1.7 by @renovate in #318
  • Release cloudnative-pg-v0.21.5 by @github-actions in #315

Full Changelog: cloudnative-pg-v0.21.4...cloudnative-pg-v0.21.5

cloudnative-pg-v0.21.4

30 May 17:21
b378ad0
Compare
Choose a tag to compare

CloudNativePG Operator Helm Chart

Full Changelog: cloudnative-pg-v0.21.3...cloudnative-pg-v0.21.4

cloudnative-pg-v0.21.3

30 May 09:46
75fb603
Compare
Choose a tag to compare

CloudNativePG Operator Helm Chart

Full Changelog: cloudnative-pg-v0.21.2...cloudnative-pg-v0.21.3

cluster-v0.0.9

25 May 17:08
6f07f62
Compare
Choose a tag to compare

Deploys and manages a CloudNativePG cluster and its associated resources.

What's Changed

New Contributors

Full Changelog: cluster-v0.0.8...cluster-v0.0.9