Skip to content

Commit 152d431

Browse files
Sync docs from Discourse (#561)
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e645946 commit 152d431

File tree

3 files changed

+29
-27
lines changed

3 files changed

+29
-27
lines changed

docs/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Charmed MySQL is an official distribution of MySQL. It’s an open-source projec
8787
| 2 | h-contribute | [Contribute](/t/14654) |
8888
| 1 | reference | [Reference]() |
8989
| 2 | r-releases | [Release Notes](/t/11881) |
90-
| 3 | r-revision-305-306 | [Revision 305/306](/t/15275) |
90+
| 3 | r-revision-312-313 | [Revision 312/313](/t/15275) |
9191
| 3 | r-revision-240 | [Revision 240](/t/14071) |
9292
| 3 | r-revision-196 | [Revision 196](/t/11883) |
9393
| 3 | r-revision-151 | [Revision 151](/t/11882) |

docs/reference/r-releases.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For a given release, this table shows:
1616

1717
| Release | MySQL version | Juju version | [TLS encryption](/t/9898)* | [COS monitoring](/t/9900) | [Minor version upgrades](/t/11748) | [Cross-regional async replication](/t/14169) |
1818
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
19-
| [305], [306] | 8.0.37 | `3.4.3+` | ![check] | ![check] | ![check] | ![check] |
19+
| [312], [313] | 8.0.39 | `3.4.3+` | ![check] | ![check] | ![check] | ![check] |
2020
| [240] | 8.0.36 | `3.4.3+` | ![check] | ![check] | ![check] | ![check] |
2121
| [196] | 8.0.34 | `3.1.6+` | | ![check] | ![check] | |
2222
| [151] | 8.0.32 | `2.9.32+` | | ![check] | ![check] | |
@@ -33,13 +33,13 @@ Several [revisions](https://juju.is/docs/sdk/revision) are released simultaneous
3333
3434
> If you deploy a specific revision, **you must make sure it matches your base and architecture** via the tables below or with [`juju info`](https://juju.is/docs/juju/juju-info)
3535
36-
### Release 274-275 (`8.0/candidate`)
36+
37+
### Release 312-313
3738

3839
| Revision | amd64 | arm64 | Ubuntu 22.04 LTS
3940
|:--------:|:-----:|:-----:|:-----:|
40-
|[275] |![check] | | ![check] |
41-
|[274] | | ![check]| ![check] |
42-
41+
|[313] |![check] | | ![check] |
42+
|[312] | | ![check]| ![check] |
4343

4444
[details=Release 240]
4545

@@ -68,7 +68,8 @@ Several [revisions](https://juju.is/docs/sdk/revision) are released simultaneous
6868
[/note]
6969

7070
<!-- LINKS -->
71-
71+
[313]: /t/15275
72+
[312]: /t/15275
7273
[306]: /t/15275
7374
[305]: /t/15275
7475
[240]: /t/14071

docs/reference/r-revision-305-306.md docs/reference/r-revision-312-313.md

+21-20
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
1-
> Reference > Release Notes > [All releases][] > Revision 305/306
1+
> Reference > Release Notes > [All releases][] > Revision 312/313
22
3-
# Revision 305/306
4-
<sub>TODO</sub>
5-
6-
[note type="caution"]
7-
This page is a work in progress for a future release.
8-
[/note]
3+
# Revision 312/313
4+
<sub>December 3, 2024</sub>
95

106
Dear community,
117

128
Canonical's newest Charmed MySQL operator has been published in the [8.0/stable channel].
139

1410
Due to the newly added support for arm64 architecture, the MySQL charm now releases two revisions simultaneously:
15-
* Revision 306 is built for `amd64`
16-
* Revision 305 is built for `arm64`
11+
* Revision 313 is built for `amd64`
12+
* Revision 312 is built for `arm64`
1713

1814
To make sure you deploy for the right architecture, we recommend setting an [architecture constraint](https://juju.is/docs/juju/constraint#heading--arch) for your entire Juju model.
1915

@@ -33,22 +29,22 @@ This release of Charmed MySQL requires Juju `v.3.4.3` or `3.5.2+`. See the [Tech
3329
## Highlights
3430

3531
Below is an overview of the major highlights, enhancements, and bugfixes in this revision. For a detailed list of all commits since the last stable release, see the [GitHub release notes].
36-
* [Upgraded MySQL](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-37.html) from `v8.0.36` -> `v8.0.37` (see [Packaging](#packaging))
32+
* [Upgraded MySQL](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-37.html) from `v8.0.36` -> `v8.0.39` (see [Packaging](#packaging)) ([DPE-4573](https://warthogs.atlassian.net/browse/DPE-4573))
3733
* [Added support or ARM64 architecture](/t/11742) ([PR #472](https://github.com/canonical/mysql-operator/pull/472))
3834
* [Added support for Audit plugin](/t/15424) ([PR #488](https://github.com/canonical/mysql-operator/pull/488)) ([DPE-4366](https://warthogs.atlassian.net/browse/DPE-4366))
3935

40-
4136
### Enhancements
4237

4338
* [Added Awesome Prometheus Alert Rules](/t/15486) ([criticality](/t/15839)) ([PR #493](https://github.com/canonical/mysql-operator/pull/493)) ([DPE-2477](https://warthogs.atlassian.net/browse/DPE-2477))
44-
* [Add integration with COS Tempo](/t/14350) HA ([DPE-5312](https://warthogs.atlassian.net/browse/DPE-5312))
45-
* [New Terraform module](/t/14925) ([DPE-5627](https://warthogs.atlassian.net/browse/DPE-5627))
46-
* Changeed binlog retention period (one week by default) ([PR #503](https://github.com/canonical/mysql-operator/pull/503)) ([DPE-4247](https://warthogs.atlassian.net/browse/DPE-4247))
39+
* [Add integration with COS Tempo HA](/t/14350) ([DPE-5312](https://warthogs.atlassian.net/browse/DPE-5312))
40+
* [New Terraform module](/t/14925) ([PR #540](https://github.com/canonical/mysql-operator/pull/540)) ([DPE-5627](https://warthogs.atlassian.net/browse/DPE-5627))
41+
* Changed binlog retention period (one week by default) ([PR #503](https://github.com/canonical/mysql-operator/pull/503)) ([DPE-4247](https://warthogs.atlassian.net/browse/DPE-4247))
4742
* Added support for re-scanning cluster for unit rejoin after node drain ([PR #462](https://github.com/canonical/mysql-operator/pull/462)) ([DPE-4118](https://warthogs.atlassian.net/browse/DPE-4118))
4843
* Enable and use admin address/port for operator users ([PR #516](https://github.com/canonical/mysql-operator/pull/516)) ([DPE-5178](https://warthogs.atlassian.net/browse/DPE-5178))
4944

5045
### Bugfixes
5146

47+
* Add warnings to destructive actions by ([PR #555](https://github.com/canonical/mysql-operator/pull/555)) ([DPE-5711](https://warthogs.atlassian.net/browse/DPE-5711))
5248
* Fixed MySQL Group replication start logic during the juju refresh ([PR #546](https://github.com/canonical/mysql-operator/pull/546)) ([DPE-5941](https://warthogs.atlassian.net/browse/DPE-5941))
5349
* Removed passwords from outputs and tracebacks ([PR #499](https://github.com/canonical/mysql-operator/pull/499)) ([DPE-4266](https://warthogs.atlassian.net/browse/DPE-4266))
5450
* Fixed cluster metadata and instance state checks ([PR #482](https://github.com/canonical/mysql-operator/pull/482)) ([DPE-4850](https://warthogs.atlassian.net/browse/DPE-4850))
@@ -63,6 +59,11 @@ Below is an overview of the major highlights, enhancements, and bugfixes in this
6359
* Skip plugin install for not file found ([PR #524](https://github.com/canonical/mysql-operator/pull/524)) ([DPE-5540](https://warthogs.atlassian.net/browse/DPE-5540))
6460
* Skip tls reconfiguration on unit teardown ([PR #522](https://github.com/canonical/mysql-operator/pull/522)) ([DPE-5493](https://warthogs.atlassian.net/browse/DPE-5493))
6561
* Upgrade fix for admin-address enabled charm ([PR #520](https://github.com/canonical/mysql-operator/pull/520)) ([DPE-5178](https://warthogs.atlassian.net/browse/DPE-5178))
62+
* Bump cffi to version 1.16.0 ([PR #549](https://github.com/canonical/mysql-operator/pull/549))
63+
* Fixed use juju provided ip ([PR #558](https://github.com/canonical/mysql-operator/pull/558)) ([DPE-6105](https://warthogs.atlassian.net/browse/DPE-6105))
64+
* Fixed regression on MAAS deployment ([PR #554](https://github.com/canonical/mysql-operator/pull/554)) ([DPE-6055](https://warthogs.atlassian.net/browse/DPE-6055))
65+
* Add new VM reboot tests ([PR #534](https://github.com/canonical/mysql-operator/pull/534)) ([DPE-5415](https://warthogs.atlassian.net/browse/DPE-5415))
66+
* Fixed starting group replication while waiting for upgrade ([PR #546](https://github.com/canonical/mysql-operator/pull/546)) ([DPE-5941](https://warthogs.atlassian.net/browse/DPE-5941))
6667
* Update all dependencies to the latest versions.
6768

6869
## Technical details
@@ -72,7 +73,7 @@ If you are jumping over several stable revisions, check [previous release notes]
7273

7374
## Requirements and compatibility
7475
This charm revision features the following changes in dependencies:
75-
* (increased) MySQL version `v8.0.37`
76+
* (increased) MySQL version `v8.0.39`
7677

7778
> This release of Charmed MySQL requires Juju `v.3.4.3` or `3.5.2+`. See the guide [How to upgrade Juju for a new database revision].
7879
@@ -109,9 +110,9 @@ See the [Integrations tab] for a full list of supported integrations/interfaces/
109110

110111
### Packaging
111112
This charm is based on the [`charmed-mysql` snap] Revision [113/114][snap rev113/114]. It packages:
112-
- mysql-server-8.0: [8.0.37-0ubuntu0.22.04.1]
113-
- mysql-router `v8.0.37`: [8.0.37-0ubuntu0.22.04.1]
114-
- mysql-shell `v8.0.37`: [8.0.37+dfsg-0ubuntu0.22.04.1~ppa3]
113+
- mysql-server-8.0: [8.0.39-0ubuntu0.22.04.1]
114+
- mysql-router `v8.0.39`: [8.0.39-0ubuntu0.22.04.1]
115+
- mysql-shell `v8.0.38`: [8.0.38+dfsg-0ubuntu0.22.04.1~ppa2]
115116
- prometheus-mysqld-exporter `v0.14.0`: [0.14.0-0ubuntu0.22.04.1~ppa2]
116117
- prometheus-mysqlrouter-exporter `v5.0.1`: [5.0.1-0ubuntu0.22.04.1~ppa1]
117118
- percona-xtrabackup `v8.0.35`: [8.0.35-31-0ubuntu0.22.04.1~ppa3]
@@ -149,8 +150,8 @@ Charmed MySQL is an open source project that warmly welcomes community contribut
149150

150151
[snap rev113/114]: https://github.com/canonical/charmed-mysql-snap/releases/tag/rev114
151152
[`charmed-mysql` snap]: https://snapcraft.io/charmed-mysql
152-
[8.0.37-0ubuntu0.22.04.1]: https://launchpad.net/ubuntu/+source/mysql-8.0/8.0.37-0ubuntu0.22.04.3
153-
[8.0.37+dfsg-0ubuntu0.22.04.1~ppa3]: https://launchpad.net/~data-platform/+archive/ubuntu/mysql-shell
153+
[8.0.39-0ubuntu0.22.04.1]: https://launchpad.net/ubuntu/+source/mysql-8.0/8.0.39-0ubuntu0.22.04.1
154+
[8.0.38+dfsg-0ubuntu0.22.04.1~ppa2]: https://launchpad.net/~data-platform/+archive/ubuntu/mysql-shell
154155
[0.14.0-0ubuntu0.22.04.1~ppa2]: https://launchpad.net/~data-platform/+archive/ubuntu/mysqld-exporter
155156
[5.0.1-0ubuntu0.22.04.1~ppa1]: https://launchpad.net/~data-platform/+archive/ubuntu/mysqlrouter-exporter
156157
[8.0.35-31-0ubuntu0.22.04.1~ppa3]: https://launchpad.net/~data-platform/+archive/ubuntu/xtrabackup

0 commit comments

Comments
 (0)