Skip to content

Commit aef07ae

Browse files
authored
Release notes reorganization improvements 13 (#826)
* add release notes to release-notes folder and modify toc to point to correct location * fix link locations in rns
1 parent 87d678f commit aef07ae

39 files changed

+162
-153
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Our comprehensive resources will help you overcome challenges, from everyday iss
4545

4646
Learn about the releases and changes in the Distribution.
4747

48-
[Release notes :material-arrow-right:](release-notes.md){.md-button}
48+
[Release notes :material-arrow-right:](release-notes/release-notes.md){.md-button}
4949
</div>
5050
</div>
5151

docs/release-notes.md

Lines changed: 0 additions & 71 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

docs/release-notes-v13.10.md renamed to docs/release-notes/release-notes-v13.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Release date: | March 27, 2023 |
44
|:------------------|:----------------------|
5-
| **Installation**: | [Installing Percona Distribution for PostgreSQL](installing.md) |
5+
| **Installation**: | [Installing Percona Distribution for PostgreSQL](../installing.md) |
66

77

88
Percona Distribution for PostgreSQL is a collection of tools to assist you in managing PostgreSQL. Percona Distribution for PostgreSQL

docs/release-notes-v13.10.upd.md renamed to docs/release-notes/release-notes-v13.10.upd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Release date: | May 22, 2023 |
44
|:------------------|:-----------------------|
5-
| **Installation**: | [Installing Percona Distribution for PostgreSQL](installing.md) |
5+
| **Installation**: | [Installing Percona Distribution for PostgreSQL](../installing.md) |
66

77

88
Percona Distribution for PostgreSQL is a solution with the collection of tools from PostgreSQL community that are tested to work together and serve to assist you in deploying and managing PostgreSQL. The aim of Percona Distribution for PostgreSQL is to address the operational issues like High-Availability, Disaster Recovery, Security, Performance and Scalability and others that enterprises are facing.

docs/release-notes-v13.11.md renamed to docs/release-notes/release-notes-v13.11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Release date: | June 29, 2023 |
44
|:------------------|:----------------------|
5-
| **Installation**: | [Installing Percona Distribution for PostgreSQL](installing.md) |
5+
| **Installation**: | [Installing Percona Distribution for PostgreSQL](../installing.md) |
66

77
Percona Distribution for PostgreSQL is a solution with the collection of tools from PostgreSQL community that are tested to work together and serve to assist you in deploying and managing PostgreSQL. The aim of Percona Distribution for PostgreSQL is to address the operational issues like High-Availability, Disaster Recovery, Security, Performance and Scalability and others that enterprises are facing.
88

docs/release-notes-v13.12.md renamed to docs/release-notes/release-notes-v13.12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Release date: | August 30, 2023 |
44
|:------------------|:----------------------|
5-
| **Installation**: | [Installing Percona Distribution for PostgreSQL](installing.md) |
5+
| **Installation**: | [Installing Percona Distribution for PostgreSQL](../installing.md) |
66

77
Percona Distribution for PostgreSQL is a solution with the collection of tools from PostgreSQL community that are tested to work together and serve to assist you in deploying and managing PostgreSQL. The aim of Percona Distribution for PostgreSQL is to address the operational issues like High-Availability, Disaster Recovery, Security, Spatial data handling, Observability, Performance and Scalability and others that enterprises are facing.
88

docs/release-notes-v13.13.md renamed to docs/release-notes/release-notes-v13.13.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Percona Distribution for PostgreSQL 13.13 (2023-12-06)
22

3-
[Installation](installing.md){.md-button}
3+
[Installation](../installing.md){.md-button}
44

55
Percona Distribution for PostgreSQL is a solution with the collection of tools from PostgreSQL community that are tested to work together and serve to assist you in deploying and managing PostgreSQL. The aim of Percona Distribution for PostgreSQL is to address the operational issues like High-Availability, Disaster Recovery, Security, Spatial data handling, Observability, Performance and Scalability and others that enterprises are facing.
66

77
This release of Percona Distribution for PostgreSQL is based on [PostgreSQL 13.13](https://www.postgresql.org/docs/13/release-13-13.html).
88

99
## Release Highlights
1010

11-
* Docker images are now available for x86_64 architectures. Their inclusion in the distribution aims to simplify the developers' experience with the Distribution. Refer to the [Docker guide](docker.md) for how to run Percona Distribution for PostgreSQL in Docker.
12-
* Telemetry is now enabled in Percona Distribution for PostgreSQL to fill in the gaps in our understanding of how you use it and help us improve our products. Participation in the anonymous program is optional. You can opt-out if you prefer not to share this information. Find more information in the [Telemetry on Percona Distribution for PostgreSQL](telemetry.md) document.
11+
* Docker images are now available for x86_64 architectures. Their inclusion in the distribution aims to simplify the developers' experience with the Distribution. Refer to the [Docker guide](../docker.md) for how to run Percona Distribution for PostgreSQL in Docker.
12+
* Telemetry is now enabled in Percona Distribution for PostgreSQL to fill in the gaps in our understanding of how you use it and help us improve our products. Participation in the anonymous program is optional. You can opt-out if you prefer not to share this information. Find more information in the [Telemetry on Percona Distribution for PostgreSQL](../telemetry.md) document.
1313
* The `percona-postgis33` and `percona-pgaudit` packages on YUM-based operating systems are renamed `percona-postgis33_{{pgversion}}` and `percona-pgaudit{{pgversion}}` respectively
1414

1515
----------------------------------------------------------------------------
@@ -44,8 +44,6 @@ Percona Distribution for PostgreSQL also includes the following packages:
4444
| RHEL 8 | `etcd` | 3.3.11 | A consistent, distributed key-value store|
4545
| | `python3-python-etcd`| 0.4.5 | A Python client for etcd |
4646

47-
48-
4947
Percona Distribution for PostgreSQL is also shipped with the [libpq](https://www.postgresql.org/docs/13/libpq.html) library. It contains "a set of
5048
library functions that allow client programs to pass queries to the PostgreSQL
51-
backend server and to receive the results of these queries."
49+
backend server and to receive the results of these queries."

docs/release-notes-v13.13.upd.md renamed to docs/release-notes/release-notes-v13.13.upd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Percona Distribution for PostgreSQL 13.13 Update (2024-01-19)
22

3-
[Installation](installing.md){.md-button}
3+
[Installation](../installing.md){.md-button}
44

55
Percona Distribution for PostgreSQL is a solution with the collection of tools from PostgreSQL community that are tested to work together and serve to assist you in deploying and managing PostgreSQL. The aim of Percona Distribution for PostgreSQL is to address the operational issues like High-Availability, Disaster Recovery, Security, Spatial data handling, Observability, Performance and Scalability and others that enterprises are facing.
66

0 commit comments

Comments
 (0)