diff --git a/docs/release-notes-pxc-8.4.2.md b/docs/release-notes-pxc-8.4.2.md new file mode 100644 index 0000000..ae77dbc --- /dev/null +++ b/docs/release-notes-pxc-8.4.2.md @@ -0,0 +1,25 @@ +# Percona Distribution for MySQL 8.4.2 using Percona XtraDB Cluster (2024-12-11) + +Percona Distribution for MySQL is the most stable, scalable, and secure open source MySQL distribution, with two download options: one based on Percona Server for MySQL and one based on Percona XtraDB Cluster. [Install Percona Distribution for MySQL](installing.md). + +This release is based on [Percona XtraDB Cluster 8.4.2-2](https://docs.percona.com/percona-xtradb-cluster/8.4/release-notes/8.4.2-2.html). + +## Release highlights + +Percona XtraDB Cluster is based on Percona Server for MySQL. Find a complete list of improvements and bug fixes in the [Percona Server for MySQL 8.4.2-2 (2024-11-04) release notes](https://docs.percona.com/percona-server/8.4/release-notes/8.4.2-2.html). + +## Known issues + +* This release does not include the Percona Toolkit. We will add the Percona Toolkit when a version compatible with MySQL 8.4 becomes available. + +## Supplied components + +Review each component’s release notes for What’s new, improvements, or bug fixes. The following is a list of the components supplied with the Percona XtraDB Cluster-based variation of the Percona Distribution for MySQL: + +| Component | Version | Description | +| ----------------------- | --------- | -------------------------------------------| +| Percona XtraBackup | [8.4.0-1](https://docs.percona.com/percona-xtrabackup/8.4/release-notes/8.4.0-1.html)| An open-source hot backup utility for MySQL-based servers that doesn’t lock your database during the backup.| +| HAProxy | [2.8.11](https://git.haproxy.org/?p=haproxy-2.8.git;a=commit;h=01c1056a44823c5ffb8f74660b32c099d9b5355b) | A high-availability and load-balancing solution for Percona XtraDB Cluster. This is a default proxy.| +| ProxySQL | [2.7.1-1](https://docs.percona.com/proxysql/2.7.1-1.html)| A high performance, high-availability, protocol-aware proxy for MySQL. | +| replication_manager.sh | [1.0](./replication-manager/replication-manager-for-pxc.md) | A tool to manage multi-source replication between multiple Percona XtraDB Cluster clusters. | + diff --git a/docs/release-notes.md b/docs/release-notes.md index aed844d..32bee9c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -10,4 +10,6 @@ ## Percona Distribution for MySQL using Percona XtraDB Cluster +* [Percona Distribution for MySQL 8.4.2 using Percona XtraDB Cluster (2024-12-11)](release-notes-pxc-8.4.2.md) + * [Percona Distribution for MySQL 8.4.0 using Percona XtraDB Cluster (2024-11-14)](release-notes-pxc-8.4.0.md) diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 44a0257..a8e72db 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -125,7 +125,7 @@ plugins: with-pdf: # https://github.com/orzih/mkdocs-with-pdf output_path: '_pdf/PerconaDistributionforMySQL.pdf' cover_title: 'Percona Distribution for MySQL Documentation' - cover_subtitle: 8.4.0 (2024-11-14) + cover_subtitle: 8.4.2 (2024-12-11) author: 'Percona Technical Documentation Team' cover_logo: docs/_images/Percona_Logo_Color.png debug_html: false @@ -153,6 +153,7 @@ nav: - release-notes-ps-8.4.1.md - release-notes-ps-8.4.md - Percona Distribution for MySQL using Percona XtraDB Cluster: + - release-notes-pxc-8.4.2.md - release-notes-pxc-8.4.0.md - Discover Percona Distribution for MySQL: - components.md diff --git a/variables.yml b/variables.yml index 2bab2cc..ddb4d0e 100644 --- a/variables.yml +++ b/variables.yml @@ -1,15 +1,15 @@ # variables for HTML output -release: '8.4.0' +release: '8.4.2' version: '8.4' psvers: '8.4.2-2' vers: '8.4' majorpkg: 'pdps-8.4' -minorpkg: 'pdps-8.4.0' +minorpkg: 'pdps-8.4.2' majorpkgpxc: 'pdpxc-8.4' -minorpkgpxc: 'pdpxc-8.4.0' -release_date: '2024-11-14' -title_date: '2024-11-14' +minorpkgpxc: 'pdpxc-8.4.2' +release_date: '2024-12-11' +title_date: '2024-12-11'