-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d027e4
commit a07f3f0
Showing
5 changed files
with
101 additions
and
0 deletions.
There are no files selected for viewing
57 changes: 57 additions & 0 deletions
57
product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_22_8_rel_notes.mdx
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
title: "EDB Postgres for Kubernetes 1.22.8 release notes" | ||
navTitle: "Version 1.22.8" | ||
--- | ||
|
||
Released: 23 Dec 2024 | ||
|
||
EDB Postgres for Kubernetes version 1.22.8 is an LTS release of EDB Postgres for Kubernetes; there is no corresponding upstream release of CloudNativePG. | ||
|
||
!!! Warning | ||
A new LTS release, version 1.25.0, is now available! | ||
Please note that support for 1.22 will officially end on July 2025. | ||
|
||
We recommend starting your upgrade planning now to transition smoothly to | ||
the 1.25 LTS release. | ||
|
||
This release of EDB Postgres for Kubernetes includes the following: | ||
|
||
### Enhancements | ||
|
||
- Enable customization of startup, liveness, and readiness probes through the | ||
`.spec.probes` stanza. ([#6266](https://github.com/cloudnative-pg/cloudnative-pg/pull/6266)) | ||
- Add the `cnpg.io/userType` label to secrets generated for predefined users, | ||
specifically `superuser` and `app`. ([#4392](https://github.com/cloudnative-pg/cloudnative-pg/pull/4392)) | ||
- Improved validation for the `spec.schedule` field in ScheduledBackups, | ||
raising warnings for potential misconfigurations. ([#5396](https://github.com/cloudnative-pg/cloudnative-pg/pull/5396)) | ||
- `cnpg` plugin: | ||
- Honor the `User-Agent` header in HTTP requests with the API server. ([#6153](https://github.com/cloudnative-pg/cloudnative-pg/pull/6153)) | ||
|
||
### Bug Fixes | ||
|
||
- Ensure the former primary flushes its WAL file queue to the archive before | ||
re-synchronizing as a replica, reducing recovery times and enhancing data | ||
consistency during failovers. ([#6141](https://github.com/cloudnative-pg/cloudnative-pg/pull/6141)) | ||
- Clean the WAL volume along with the `PGDATA` volume during bootstrap. ([#6265](https://github.com/cloudnative-pg/cloudnative-pg/pull/6265)) | ||
- Update the operator to set the cluster phase to `Unrecoverable` when | ||
all previously generated `PersistentVolumeClaims` are missing. ([#6170](https://github.com/cloudnative-pg/cloudnative-pg/pull/6170)) | ||
- Fix the parsing of the `synchronous_standby_names` GUC when | ||
`.spec.postgresql.synchronous.method` is set to `first`. ([#5955](https://github.com/cloudnative-pg/cloudnative-pg/pull/5955)) | ||
- Resolved a potential race condition when patching certain conditions | ||
in CRD statuses, improving reliability in concurrent updates. ([#6328](https://github.com/cloudnative-pg/cloudnative-pg/pull/6328)) | ||
- Correct role changes to apply at the transaction level instead of the | ||
database context. ([#6064](https://github.com/cloudnative-pg/cloudnative-pg/pull/6064)) | ||
- Remove the `primary_slot_name` definition from the `override.conf` file on | ||
the primary to ensure it is always empty. ([#6219](https://github.com/cloudnative-pg/cloudnative-pg/pull/6219)) | ||
- Configure libpq environment variables, including `PGHOST`, in PgBouncer pods | ||
to enable seamless access to the `pgbouncer` virtual database using `psql` | ||
from within the container. ([#6247](https://github.com/cloudnative-pg/cloudnative-pg/pull/6247)) | ||
- Prevent panic during recovery from an external server without proper backup | ||
configuration. ([#6300](https://github.com/cloudnative-pg/cloudnative-pg/pull/6300)) | ||
- Resolved a key collision issue in structured logs, where the name field was | ||
inconsistently used to log two distinct values. ([#6324](https://github.com/cloudnative-pg/cloudnative-pg/pull/6324)) | ||
- Ensure proper quoting of the inRoles field in SQL statements to prevent | ||
syntax errors in generated SQL during role management. ([#6346](https://github.com/cloudnative-pg/cloudnative-pg/pull/6346)) | ||
- `cnpg` plugin: | ||
- Ensure the `kubectl` context is properly passed in the `psql` command. ([#6257](https://github.com/cloudnative-pg/cloudnative-pg/pull/6257)) | ||
- Avoid displaying physical backups block when empty with `status` command. ([#5998](https://github.com/cloudnative-pg/cloudnative-pg/pull/5998)) |
12 changes: 12 additions & 0 deletions
12
product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_23_6_rel_notes.mdx
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "EDB Postgres for Kubernetes 1.23.6 release notes" | ||
navTitle: "Version 1.23.6" | ||
--- | ||
|
||
Released: 23 Dec 2024 | ||
|
||
This release of EDB Postgres for Kubernetes includes the following: | ||
|
||
| Type | Description | | ||
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| Upstream merge | Merged with community CloudNativePG 1.23.6. See the community [Release Notes](https://cloudnative-pg.io/documentation/1.23/release_notes/v1.23/). | |
12 changes: 12 additions & 0 deletions
12
product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_24_2_rel_notes.mdx
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "EDB Postgres for Kubernetes 1.24.2 release notes" | ||
navTitle: "Version 1.24.2" | ||
--- | ||
|
||
Released: 23 Dec 2024 | ||
|
||
This release of EDB Postgres for Kubernetes includes the following: | ||
|
||
| Type | Description | | ||
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| Upstream merge | Merged with community CloudNativePG 1.24.2. See the community [Release Notes](https://cloudnative-pg.io/documentation/1.24/release_notes/v1.24/). | |
12 changes: 12 additions & 0 deletions
12
product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_25_0_rel_notes.mdx
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "EDB Postgres for Kubernetes 1.25.0 release notes" | ||
navTitle: "Version 1.25.0" | ||
--- | ||
|
||
Released: 23 Dec 2024 | ||
|
||
This release of EDB Postgres for Kubernetes includes the following: | ||
|
||
| Type | Description | | ||
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| Upstream merge | Merged with community CloudNativePG 1.25.0. See the community [Release Notes](https://cloudnative-pg.io/documentation/1.25/release_notes/v1.25/). | |
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
a07f3f0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Published on https://edb-docs-staging.netlify.app as production
π Deployed on https://6769d03e510ddeabe9109bd1--edb-docs-staging.netlify.app
a07f3f0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π Published on https://edb-docs.netlify.app as production
π Deployed on https://6769d917d3b340f92cbb7f14--edb-docs.netlify.app