Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Percona XtraDB Cluster 8.0.46-37 (2026-07-23)
# Percona XtraDB Cluster 8.0.46-38 (2026-07-23)

Percona XtraDB Cluster 8.0.46-37 was not released. We skipped this version number because security fixes addressing CVEs were added to this release.

!!! note "Final 8.0 series release"

Percona XtraDB Cluster 8.0.46-37 is the final release of the Percona XtraDB Cluster 8.0 series. MySQL 8.0 and Percona Server for MySQL 8.0 has reached their End of Life (EOL).
Percona XtraDB Cluster 8.0.46-38 is the final release of the Percona XtraDB Cluster 8.0 series. MySQL 8.0 and Percona Server for MySQL 8.0 has reached their End of Life (EOL).

Percona offers tailored support before, during, and after your move to Percona XtraDB Cluster 8.4, and can keep your existing Percona XtraDB Cluster 8.0 deployment secure and performant post-EOL through [MySQL 8.0 Post-EOL Support from Percona](https://www.percona.com/mysql-8-0-eol-support/).

Expand All @@ -16,7 +18,7 @@

[Get started with Quickstart Guide for Percona XtraDB Cluster.](../quickstart-overview.md)

Percona XtraDB Cluster is based on Percona Server for MySQL. Percona XtraDB Cluster 8.0.46-37 includes all the features and bug fixes available in Percona Server for MySQL 8.0.46-37. Find a complete list of improvements and bug fixes in the [Percona Server for MySQL 8.0.46-37 (2026-06-10) release notes](https://docs.percona.com/percona-server/8.0/release-notes/8.0.46-37.html).
Percona XtraDB Cluster is based on Percona Server for MySQL. Percona XtraDB Cluster 8.0.46-38 includes all the features and bug fixes available in Percona Server for MySQL 8.0.46-38. Find a complete list of improvements and bug fixes in the [Percona Server for MySQL 8.0.46-38 (2026-06-10) release notes](https://docs.percona.com/percona-server/8.0/release-notes/8.0.46-38.html).

### MySQL 8.0.46

Expand Down Expand Up @@ -62,7 +64,7 @@ This release addresses the following security vulnerabilities:

## Packaging and builds

Percona XtraDB Cluster 8.0.46-37 adds support for Ubuntu 26.04.
Percona XtraDB Cluster 8.0.46-38 adds support for Ubuntu 26.04.

## Additional resources

Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/release-notes_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Percona XtraDB Cluster 8.0 release notes index

* [Percona XtraDB Cluster 8.0.46-37 (2026-07-23)](8.0.46-37.md)
* [Percona XtraDB Cluster 8.0.46-38 (2026-07-23)](8.0.46-38.md)

* [Percona XtraDB Cluster 8.0.45-36 (2026-03-02)](8.0.45-36.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/templates/pdf_cover_page.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
{% if config.site_description %}
<h1>{{ config.site_description }}</h1>
{% endif %}
<h2>8.0.46-37 (July 23, 2026)</h2>
<h2>8.0.46-38 (July 23, 2026)</h2>
<!--<h3>Percona Technical Documentation Team</h3>-->
2 changes: 1 addition & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ nav:
- get-help.md
- Release notes:
- Release notes index: release-notes/release-notes_index.md
- release-notes/8.0.46-37.md
- release-notes/8.0.46-38.md
- release-notes/8.0.45-36.md
- release-notes/8.0.44-35.md
- release-notes/8.0.43-34.md
Expand Down
2 changes: 1 addition & 1 deletion variables.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# variables for HTML output

release: '8.0.46-37'
release: '8.0.46-38'
version: '8.0'
release_date: '2026-07-23'
title_date: '2026-07-23'
Loading