Skip to content

Commit a07f3f0

Browse files
committed
add release notes
1 parent 5d027e4 commit a07f3f0

File tree

5 files changed

+101
-0
lines changed

5 files changed

+101
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: "EDB Postgres for Kubernetes 1.22.8 release notes"
3+
navTitle: "Version 1.22.8"
4+
---
5+
6+
Released: 23 Dec 2024
7+
8+
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.
9+
10+
!!! Warning
11+
A new LTS release, version 1.25.0, is now available!
12+
Please note that support for 1.22 will officially end on July 2025.
13+
14+
We recommend starting your upgrade planning now to transition smoothly to
15+
the 1.25 LTS release.
16+
17+
This release of EDB Postgres for Kubernetes includes the following:
18+
19+
### Enhancements
20+
21+
- Enable customization of startup, liveness, and readiness probes through the
22+
`.spec.probes` stanza. ([#6266](https://github.com/cloudnative-pg/cloudnative-pg/pull/6266))
23+
- Add the `cnpg.io/userType` label to secrets generated for predefined users,
24+
specifically `superuser` and `app`. ([#4392](https://github.com/cloudnative-pg/cloudnative-pg/pull/4392))
25+
- Improved validation for the `spec.schedule` field in ScheduledBackups,
26+
raising warnings for potential misconfigurations. ([#5396](https://github.com/cloudnative-pg/cloudnative-pg/pull/5396))
27+
- `cnpg` plugin:
28+
- Honor the `User-Agent` header in HTTP requests with the API server. ([#6153](https://github.com/cloudnative-pg/cloudnative-pg/pull/6153))
29+
30+
### Bug Fixes
31+
32+
- Ensure the former primary flushes its WAL file queue to the archive before
33+
re-synchronizing as a replica, reducing recovery times and enhancing data
34+
consistency during failovers. ([#6141](https://github.com/cloudnative-pg/cloudnative-pg/pull/6141))
35+
- Clean the WAL volume along with the `PGDATA` volume during bootstrap. ([#6265](https://github.com/cloudnative-pg/cloudnative-pg/pull/6265))
36+
- Update the operator to set the cluster phase to `Unrecoverable` when
37+
all previously generated `PersistentVolumeClaims` are missing. ([#6170](https://github.com/cloudnative-pg/cloudnative-pg/pull/6170))
38+
- Fix the parsing of the `synchronous_standby_names` GUC when
39+
`.spec.postgresql.synchronous.method` is set to `first`. ([#5955](https://github.com/cloudnative-pg/cloudnative-pg/pull/5955))
40+
- Resolved a potential race condition when patching certain conditions
41+
in CRD statuses, improving reliability in concurrent updates. ([#6328](https://github.com/cloudnative-pg/cloudnative-pg/pull/6328))
42+
- Correct role changes to apply at the transaction level instead of the
43+
database context. ([#6064](https://github.com/cloudnative-pg/cloudnative-pg/pull/6064))
44+
- Remove the `primary_slot_name` definition from the `override.conf` file on
45+
the primary to ensure it is always empty. ([#6219](https://github.com/cloudnative-pg/cloudnative-pg/pull/6219))
46+
- Configure libpq environment variables, including `PGHOST`, in PgBouncer pods
47+
to enable seamless access to the `pgbouncer` virtual database using `psql`
48+
from within the container. ([#6247](https://github.com/cloudnative-pg/cloudnative-pg/pull/6247))
49+
- Prevent panic during recovery from an external server without proper backup
50+
configuration. ([#6300](https://github.com/cloudnative-pg/cloudnative-pg/pull/6300))
51+
- Resolved a key collision issue in structured logs, where the name field was
52+
inconsistently used to log two distinct values. ([#6324](https://github.com/cloudnative-pg/cloudnative-pg/pull/6324))
53+
- Ensure proper quoting of the inRoles field in SQL statements to prevent
54+
syntax errors in generated SQL during role management. ([#6346](https://github.com/cloudnative-pg/cloudnative-pg/pull/6346))
55+
- `cnpg` plugin:
56+
- Ensure the `kubectl` context is properly passed in the `psql` command. ([#6257](https://github.com/cloudnative-pg/cloudnative-pg/pull/6257))
57+
- Avoid displaying physical backups block when empty with `status` command. ([#5998](https://github.com/cloudnative-pg/cloudnative-pg/pull/5998))
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "EDB Postgres for Kubernetes 1.23.6 release notes"
3+
navTitle: "Version 1.23.6"
4+
---
5+
6+
Released: 23 Dec 2024
7+
8+
This release of EDB Postgres for Kubernetes includes the following:
9+
10+
| Type | Description |
11+
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
12+
| 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/). |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "EDB Postgres for Kubernetes 1.24.2 release notes"
3+
navTitle: "Version 1.24.2"
4+
---
5+
6+
Released: 23 Dec 2024
7+
8+
This release of EDB Postgres for Kubernetes includes the following:
9+
10+
| Type | Description |
11+
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
12+
| 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/). |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "EDB Postgres for Kubernetes 1.25.0 release notes"
3+
navTitle: "Version 1.25.0"
4+
---
5+
6+
Released: 23 Dec 2024
7+
8+
This release of EDB Postgres for Kubernetes includes the following:
9+
10+
| Type | Description |
11+
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
12+
| 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/). |

product_docs/docs/postgres_for_kubernetes/1/rel_notes/index.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ navTitle: "Release notes"
44
redirects:
55
- ../release_notes
66
navigation:
7+
- 1_25_0_rel_notes
8+
- 1_24_2_rel_notes
79
- 1_24_1_rel_notes
810
- 1_24_0_rel_notes
11+
- 1_23_6_rel_notes
912
- 1_23_5_rel_notes
1013
- 1_23_4_rel_notes
1114
- 1_23_3_rel_notes
1215
- 1_23_2_rel_notes
1316
- 1_23_1_rel_notes
1417
- 1_23_0_rel_notes
18+
- 1_22_8_rel_notes
1519
- 1_22_7_rel_notes
1620
- 1_22_6_rel_notes
1721
- 1_22_5_rel_notes
@@ -108,14 +112,18 @@ The EDB Postgres for Kubernetes documentation describes the major version of EDB
108112

109113
| Version | Release date | Upstream merges |
110114
| -------------------------- | ------------ | ------------------------------------------------------------------------------------------- |
115+
| [1.25.0](1_25_0_rel_notes) | 23 Dec 2024 | Upstream [1.25.0](https://cloudnative-pg.io/documentation/1.25/release_notes/v1.25/) |
116+
| [1.24.2](1_24_2_rel_notes) | 23 Dec 2024 | Upstream [1.24.2](https://cloudnative-pg.io/documentation/1.24/release_notes/v1.24/) |
111117
| [1.24.1](1_24_1_rel_notes) | 18 Oct 2024 | Upstream [1.24.1](https://cloudnative-pg.io/documentation/1.24/release_notes/v1.24/) |
112118
| [1.24.0](1_24_0_rel_notes) | 26 Aug 2024 | Upstream [1.24.0](https://cloudnative-pg.io/documentation/1.24/release_notes/v1.24/) |
119+
| [1.23.6](1_23_6_rel_notes) | 23 Dec 2024 | Upstream [1.23.6](https://cloudnative-pg.io/documentation/1.23/release_notes/v1.23/) |
113120
| [1.23.5](1_23_5_rel_notes) | 18 Oct 2024 | Upstream [1.23.5](https://cloudnative-pg.io/documentation/1.23/release_notes/v1.23/) |
114121
| [1.23.4](1_23_4_rel_notes) | 26 Aug 2024 | Upstream [1.23.4](https://cloudnative-pg.io/documentation/1.23/release_notes/v1.23/) |
115122
| [1.23.3](1_23_3_rel_notes) | 01 Aug 2024 | Upstream [1.23.3](https://cloudnative-pg.io/documentation/1.23/release_notes/v1.23/) |
116123
| [1.23.2](1_23_2_rel_notes) | 13 Jun 2024 | Upstream [1.23.2](https://cloudnative-pg.io/documentation/1.23/release_notes/v1.23/) |
117124
| [1.23.1](1_23_1_rel_notes) | 29 Apr 2024 | Upstream [1.23.1](https://cloudnative-pg.io/documentation/1.23/release_notes/v1.23/) |
118125
| [1.23.0](1_23_0_rel_notes) | 24 Apr 2024 | Upstream [1.23.0](https://cloudnative-pg.io/documentation/1.23/release_notes/v1.23/) |
126+
| [1.22.7](1_22_8_rel_notes) | 23 Dec 2024 | None |
119127
| [1.22.7](1_22_7_rel_notes) | 18 Oct 2024 | None |
120128
| [1.22.6](1_22_6_rel_notes) | 26 Aug 2024 | Upstream [1.22.6](https://cloudnative-pg.io/documentation/1.22/release_notes/v1.22/) |
121129
| [1.22.5](1_22_5_rel_notes) | 01 Aug 2024 | Upstream [1.22.5](https://cloudnative-pg.io/documentation/1.22/release_notes/v1.22/) |

0 commit comments

Comments
 (0)