Skip to content

Commit 00cb8a7

Browse files
authored
docs(release-notes): move #9386 to fixes and correct examples (#49)
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent a43b963 commit 00cb8a7

5 files changed

Lines changed: 20 additions & 20 deletions

File tree

website/docs/release_notes/v1.27.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ on the release branch in GitHub.
2424
requiring explicit storage account keys or SAS tokens.
2525
([#9468](https://github.com/cloudnative-pg/cloudnative-pg/pull/9468)) <!-- 1.27 1.25 -->
2626

27-
- Added support for PostgreSQL extension names containing underscores (e.g.,
28-
`pg_ivm`, `pg_stat_statements`). Extension names with underscores are
27+
### Fixes
28+
29+
- Fixed validation of PostgreSQL extension names containing underscores (e.g.,
30+
`pg_partman`, `pg_ivm`). Extension names with underscores are
2931
automatically sanitized to use hyphens for Kubernetes volume names while
3032
preserving the original name in mount paths. Webhook validation prevents
3133
naming conflicts after sanitization. Contributed by @shusaan.
3234
([#9386](https://github.com/cloudnative-pg/cloudnative-pg/pull/9386)) <!-- 1.27 -->
3335

34-
### Fixes
35-
3636
- Fixed a critical issue where the `TimelineID` in the cluster status was not
3737
reset to 1 after a major version upgrade. Because `pg_upgrade` initializes a
3838
new timeline, keeping the old ID (e.g., timeline 2) caused replicas to attempt

website/docs/release_notes/v1.28.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ on the release branch in GitHub.
4444
requiring explicit storage account keys or SAS tokens.
4545
([#9468](https://github.com/cloudnative-pg/cloudnative-pg/pull/9468)) <!-- 1.27 1.25 -->
4646

47-
- Added support for PostgreSQL extension names containing underscores (e.g.,
48-
`pg_ivm`, `pg_stat_statements`). Extension names with underscores are
47+
### Fixes
48+
49+
- Fixed validation of PostgreSQL extension names containing underscores (e.g.,
50+
`pg_partman`, `pg_ivm`). Extension names with underscores are
4951
automatically sanitized to use hyphens for Kubernetes volume names while
5052
preserving the original name in mount paths. Webhook validation prevents
5153
naming conflicts after sanitization. Contributed by @shusaan.
5254
([#9386](https://github.com/cloudnative-pg/cloudnative-pg/pull/9386)) <!-- 1.27 -->
5355

54-
### Fixes
55-
5656
- Fixed a critical issue where the `TimelineID` in the cluster status was not
5757
reset to 1 after a major version upgrade. Because `pg_upgrade` initializes a
5858
new timeline, keeping the old ID (e.g., timeline 2) caused replicas to attempt

website/versioned_docs/version-1.27/release_notes/v1.27.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ on the release branch in GitHub.
2424
requiring explicit storage account keys or SAS tokens.
2525
([#9468](https://github.com/cloudnative-pg/cloudnative-pg/pull/9468)) <!-- 1.27 1.25 -->
2626

27-
- Added support for PostgreSQL extension names containing underscores (e.g.,
28-
`pg_ivm`, `pg_stat_statements`). Extension names with underscores are
27+
### Fixes
28+
29+
- Fixed validation of PostgreSQL extension names containing underscores (e.g.,
30+
`pg_partman`, `pg_ivm`). Extension names with underscores are
2931
automatically sanitized to use hyphens for Kubernetes volume names while
3032
preserving the original name in mount paths. Webhook validation prevents
3133
naming conflicts after sanitization. Contributed by @shusaan.
3234
([#9386](https://github.com/cloudnative-pg/cloudnative-pg/pull/9386)) <!-- 1.27 -->
3335

34-
### Fixes
35-
3636
- Fixed a critical issue where the `TimelineID` in the cluster status was not
3737
reset to 1 after a major version upgrade. Because `pg_upgrade` initializes a
3838
new timeline, keeping the old ID (e.g., timeline 2) caused replicas to attempt

website/versioned_docs/version-1.28/release_notes/v1.27.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ on the release branch in GitHub.
2424
requiring explicit storage account keys or SAS tokens.
2525
([#9468](https://github.com/cloudnative-pg/cloudnative-pg/pull/9468)) <!-- 1.27 1.25 -->
2626

27-
- Added support for PostgreSQL extension names containing underscores (e.g.,
28-
`pg_ivm`, `pg_stat_statements`). Extension names with underscores are
27+
### Fixes
28+
29+
- Fixed validation of PostgreSQL extension names containing underscores (e.g.,
30+
`pg_partman`, `pg_ivm`). Extension names with underscores are
2931
automatically sanitized to use hyphens for Kubernetes volume names while
3032
preserving the original name in mount paths. Webhook validation prevents
3133
naming conflicts after sanitization. Contributed by @shusaan.
3234
([#9386](https://github.com/cloudnative-pg/cloudnative-pg/pull/9386)) <!-- 1.27 -->
3335

34-
### Fixes
35-
3636
- Fixed a critical issue where the `TimelineID` in the cluster status was not
3737
reset to 1 after a major version upgrade. Because `pg_upgrade` initializes a
3838
new timeline, keeping the old ID (e.g., timeline 2) caused replicas to attempt

website/versioned_docs/version-1.28/release_notes/v1.28.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ on the release branch in GitHub.
4444
requiring explicit storage account keys or SAS tokens.
4545
([#9468](https://github.com/cloudnative-pg/cloudnative-pg/pull/9468)) <!-- 1.27 1.25 -->
4646

47-
- Added support for PostgreSQL extension names containing underscores (e.g.,
48-
`pg_ivm`, `pg_stat_statements`). Extension names with underscores are
47+
### Fixes
48+
49+
- Fixed validation of PostgreSQL extension names containing underscores (e.g.,
50+
`pg_partman`, `pg_ivm`). Extension names with underscores are
4951
automatically sanitized to use hyphens for Kubernetes volume names while
5052
preserving the original name in mount paths. Webhook validation prevents
5153
naming conflicts after sanitization. Contributed by @shusaan.
5254
([#9386](https://github.com/cloudnative-pg/cloudnative-pg/pull/9386)) <!-- 1.27 -->
5355

54-
### Fixes
55-
5656
- Fixed a critical issue where the `TimelineID` in the cluster status was not
5757
reset to 1 after a major version upgrade. Because `pg_upgrade` initializes a
5858
new timeline, keeping the old ID (e.g., timeline 2) caused replicas to attempt

0 commit comments

Comments
 (0)