You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/reference/r-releases.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ For a given release, this table shows:
16
16
17
17
| Release | MySQL version | Juju version |[TLS encryption](/t/9898)*|[COS monitoring](/t/9900)|[Minor version upgrades](/t/11748)|[Cross-regional async replication](/t/14169)|
@@ -33,13 +33,13 @@ Several [revisions](https://juju.is/docs/sdk/revision) are released simultaneous
33
33
34
34
> 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)
35
35
36
-
### Release 274-275 (`8.0/candidate`)
36
+
37
+
### Release 312-313
37
38
38
39
| Revision | amd64 | arm64 | Ubuntu 22.04 LTS
39
40
|:--------:|:-----:|:-----:|:-----:|
40
-
|[275]|![check]||![check]|
41
-
|[274]||![check]|![check]|
42
-
41
+
|[313]|![check]||![check]|
42
+
|[312]||![check]|![check]|
43
43
44
44
[details=Release 240]
45
45
@@ -68,7 +68,8 @@ Several [revisions](https://juju.is/docs/sdk/revision) are released simultaneous
This page is a work in progress for a future release.
8
-
[/note]
3
+
# Revision 312/313
4
+
<sub>December 3, 2024</sub>
9
5
10
6
Dear community,
11
7
12
8
Canonical's newest Charmed MySQL operator has been published in the [8.0/stable channel].
13
9
14
10
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`
17
13
18
14
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.
19
15
@@ -33,22 +29,22 @@ This release of Charmed MySQL requires Juju `v.3.4.3` or `3.5.2+`. See the [Tech
33
29
## Highlights
34
30
35
31
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))
37
33
*[Added support or ARM64 architecture](/t/11742) ([PR #472](https://github.com/canonical/mysql-operator/pull/472))
38
34
*[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))
*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))
47
42
* 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))
48
43
* 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))
49
44
50
45
### Bugfixes
51
46
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))
52
48
* 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))
53
49
* 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))
54
50
* 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
63
59
* 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))
64
60
* 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))
65
61
* 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))
66
67
* Update all dependencies to the latest versions.
67
68
68
69
## Technical details
@@ -72,7 +73,7 @@ If you are jumping over several stable revisions, check [previous release notes]
72
73
73
74
## Requirements and compatibility
74
75
This charm revision features the following changes in dependencies:
75
-
* (increased) MySQL version `v8.0.37`
76
+
* (increased) MySQL version `v8.0.39`
76
77
77
78
> 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].
78
79
@@ -109,9 +110,9 @@ See the [Integrations tab] for a full list of supported integrations/interfaces/
109
110
110
111
### Packaging
111
112
This charm is based on the [`charmed-mysql` snap] Revision [113/114][snap rev113/114]. It packages:
0 commit comments