Skip to content

Commit a9e4749

Browse files
NiccoloFeijsilvela
andauthored
doc: release notes 1.20.2, 1.19.4 (cloudnative-pg#2502)
Closes cloudnative-pg#2500 Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com> Signed-off-by: Jaime Silvela <jaime.silvela@enterprisedb.com> Co-authored-by: Jaime Silvela <jaime.silvela@enterprisedb.com>
1 parent c4735b5 commit a9e4749

File tree

4 files changed

+80
-6
lines changed

4 files changed

+80
-6
lines changed

.wordlist-en-custom.txt

+3
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ LSN
173173
LTS
174174
LastBackupFailed
175175
LastBackupSucceeded
176+
LastFailedArchiveTime
176177
Lifecycle
177178
Linkerd
178179
Linode
@@ -752,6 +753,7 @@ operatorgroups
752753
operatorhub
753754
osdk
754755
ou
756+
ownerMetadata
755757
ownerReference
756758
packagemanifests
757759
parseable
@@ -807,6 +809,7 @@ preferredDuringSchedulingIgnoredDuringExecution
807809
preload
808810
prepended
809811
primaryUpdateStrategy
812+
priorityClassName
810813
proc
811814
programmatically
812815
proj

docs/src/release_notes/v1.19.md

+35
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,41 @@ For a complete list of changes, please refer to the
66
[commits](https://github.com/cloudnative-pg/cloudnative-pg/commits/release-1.19)
77
on the release branch in GitHub.
88

9+
## Version 1.19.4
10+
11+
**Release date:** July 27, 2023
12+
13+
Enhancements:
14+
15+
- New `logs` command in the kubectl plugin, to retrieve or follow the logs
16+
of all pods in a cluster (#2375)
17+
- Add support for specifying priorityClassName in pods, helping Kubernetes
18+
make scheduling decisions (#2043)
19+
- Add a metric and status field to monitor node usage by a CloudNativePG cluster (#2257)
20+
- Various enhancements to the documentation:
21+
- Add troubleshooting instructions relating to hugepages (#1390)
22+
- Extend the FAQs page (#2344)
23+
24+
Technical enhancements:
25+
26+
- Add a check at the start of the restore process to ensure it can proceed; give
27+
improved error diagnostics if it cannot (#2419)
28+
29+
Fixes:
30+
31+
- Ensure the logic of setting the recovery target matches that of Postgres (#2460)
32+
- Prevent taking over service accounts not owned by the cluster, by setting
33+
ownerMetadata only during service account creation (#2462)
34+
- Ensure correct permissions of the PGDATA directory for initdb and restore (#2384)
35+
- Prevent a possible crash of the instance manager during the configuration reload (#2393)
36+
- Prevent the LastFailedArchiveTime alert from triggering if a new backup has been
37+
successful after the failed ones (#1751)
38+
- Prevent services from targeting non-instance pods (#2336)
39+
40+
Security:
41+
42+
- Updated all project dependencies to the latest versions
43+
944
## Version 1.19.3
1045

1146
**Release date:** June 12, 2023

docs/src/release_notes/v1.20.md

+36
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,42 @@ For a complete list of changes, please refer to the
66
[commits](https://github.com/cloudnative-pg/cloudnative-pg/commits/release-1.20)
77
on the release branch in GitHub.
88

9+
## Version 1.20.2
10+
11+
**Release date:** July 27, 2023
12+
13+
Enhancements:
14+
15+
- New `logs` command in the kubectl plugin, to retrieve or follow the logs
16+
of all pods in a cluster (#2375)
17+
- Add support for specifying priorityClassName in pods, helping Kubernetes
18+
make scheduling decisions (#2043)
19+
- Add a metric and status field to monitor node usage by a CloudNativePG cluster (#2257)
20+
- Various enhancements to the documentation:
21+
- Add troubleshooting instructions relating to hugepages (#1390)
22+
- Extend the FAQs page (#2344)
23+
24+
Technical enhancements:
25+
26+
- Add a check at the start of the restore process to ensure it can proceed; give
27+
improved error diagnostics if it cannot (#2419)
28+
- Improve handling of non-expiring passwords in managed roles (#2334)
29+
30+
Fixes:
31+
32+
- Ensure the logic of setting the recovery target matches that of Postgres (#2460)
33+
- Prevent taking over service accounts not owned by the cluster, by setting
34+
ownerMetadata only during service account creation (#2462)
35+
- Ensure correct permissions of the PGDATA directory for initdb and restore (#2384)
36+
- Prevent a possible crash of the instance manager during the configuration reload (#2393)
37+
- Prevent the LastFailedArchiveTime alert from triggering if a new backup has been
38+
successful after the failed ones (#1751)
39+
- Prevent services from targeting non-instance pods (#2336)
40+
41+
Security:
42+
43+
- Updated all project dependencies to the latest versions
44+
945
## Version 1.20.1
1046

1147
**Release date:** June 12, 2023

docs/src/supported_releases.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Git tags for versions are prepended with `v`.
6565

6666
| Version | Currently Supported | Release Date | End of Life | Supported Kubernetes Versions | Tested, but not supported | Supported Postgres Versions |
6767
|-----------------|----------------------|-------------------|--------------------------|-------------------------------|---------------------------|-----------------------------|
68-
| 1.20.x | Yes | April 27, 2023 | ~ September 28, 2023 | 1.24, 1.25, 1.26, 1.27 | 1.23 | 11 - 15 |
69-
| 1.19.x | Yes | February 14, 2023 | ~ July 15, 2023 | 1.23, 1.24, 1.25, 1.26 | 1.27 | 11 - 15 |
68+
| 1.20.x | Yes | April 27, 2023 | ~ December 28, 2023 | 1.24, 1.25, 1.26, 1.27 | 1.23 | 11 - 15 |
69+
| 1.19.x | Yes | February 14, 2023 | ~ October 26, 2023 | 1.23, 1.24, 1.25, 1.26 | 1.27 | 11 - 15 |
7070
| main | No, development only | | | | | 11 - 15 |
7171

7272
The list of supported Kubernetes versions in the above table depends on what
@@ -97,10 +97,10 @@ version of PostgreSQL, we might not be able to help you.
9797

9898
## Upcoming releases
9999

100-
| Version | Release Date | End of Life | Supported Kubernetes Versions |
101-
|-----------------|------------------|---------------------------|-------------------------------|
102-
| 1.21.0 | June 27, 2023 | - | - |
103-
| 1.22.0 | Aug 29, 2023 | - | - |
100+
| Version | Release Date | End of Life | Supported Kubernetes Versions |
101+
|-----------------|-----------------------|---------------------------|-------------------------------|
102+
| 1.21.0 | September 26, 2023 | - | - |
103+
| 1.22.0 | November 28, 2023 | - | - |
104104

105105
!!! Note
106106
Feature freeze happens one week before the release

0 commit comments

Comments
 (0)