Skip to content

Commit

Permalink
docs: add release notes for 1.6.0
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Co-authored-by: Philippe Scorsolini <philippe.scorsolini@enterprisedb.com>
  • Loading branch information
3 people authored Jul 9, 2021
1 parent 670cb99 commit 105d0d2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/src/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

History of user-visible changes for Cloud Native PostgreSQL.

## Version 1.6.0

**Release date:** 09 July 2021

Features:

- Replica mode (**EXPERIMENTAL**): allow a cluster to be created as a replica
of a source cluster. A replica cluster has a *designated primary* and any
number of standbys.
- Add the `.spec.postgresql.promotionTimeout` parameter to specify the maximum amount of
seconds to wait when promoting an instance to primary, defaulting to 40000000 seconds.
- Add the `.spec.affinity.podAntiAffinityType` parameter. It can be set to
`preferred` (default), resulting in
`preferredDuringSchedulingIgnoredDuringExecution` being used, or to
`required`, resulting in `requiredDuringSchedulingIgnoredDuringExecution`.

Changes:

- Fixed a race condition when deleting a PVC and a pod which prevented the
operator from creating a new pod.
- Fixed a race condition preventing the manager from detecting the need for
a PostgreSQL restart on a configuration change.
- Fixed a panic in `kubectl-cnp` on clusters without annotations.
- Lowered the level of some log messages to `debug`.
- E2E tests for server CA and TLS injection.

## Version 1.5.1

**Release date:** 17 June 2021
Expand Down

0 comments on commit 105d0d2

Please sign in to comment.