Mysql Router
- MySQL Charm Maintainers
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 256 | 16 Oct 2024 | |
latest/edge | 255 | 16 Oct 2024 | |
latest/edge | 254 | 16 Oct 2024 | |
latest/edge | 253 | 16 Oct 2024 | |
latest/edge | 201 | 19 Jun 2024 | |
latest/edge | 108 | 12 Sep 2023 | |
latest/edge | 62 | 10 Feb 2023 | |
8.0/stable | 257 | 17 Oct 2024 | |
dpe/candidate | 225 | 28 Aug 2024 | |
dpe/candidate | 224 | 28 Aug 2024 | |
dpe/candidate | 223 | 28 Aug 2024 | |
dpe/beta | 225 | 23 Aug 2024 | |
dpe/beta | 224 | 23 Aug 2024 | |
dpe/beta | 223 | 23 Aug 2024 | |
dpe/edge | 260 | 25 Oct 2024 | |
dpe/edge | 259 | 25 Oct 2024 | |
dpe/edge | 258 | 25 Oct 2024 | |
8.0.19/stable | 26 | 05 May 2022 | |
8.0.19/edge | 26 | 05 May 2022 | |
8.0.19/edge | 15 | 26 Apr 2022 |
juju deploy mysql-router --channel dpe/edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
Reference > Release Notes > All releases > Revision 223/224/225
Revision 223/224/225
TODO
This page is a work in progress for a future release.
Dear community,
Canonical’s newest Charmed MySQL Router operator has been published in the dpe/candidate
channel.
Due to the newly added support for arm64
architecture and Ubuntu 20.04 LTS
base, the MySQL Router charm now releases three revisions simultaneously:
- Revision 223 is built for
amd64
on20.04 LTS
- Revision 224 is built for
amd64
on22.04 LTS
- Revision 225 is built for
arm64
on22.04 LTS
To make sure you deploy for the right architecture, we recommend setting an architecture constraint for your entire Juju model.
Otherwise, you can specify the architecture at deploy time with the --constraints
flag as follows:
juju deploy mysql-router --constraints arch=<arch>
where <arch>
can be amd64
or arm64
.
Since MySQL Router is a subordinate charm, it will automatically use the same base as the principal charm.
Highlights
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.
Enhancements
Bugfixes
- Stabilized exporter tests by using listen-port to avoid ephemeral ports in PR #154 (DPE-4173)
- Fixed release CI in PR #152
- Updated Python dependencies
Technical details
This section contains some technical details about the charm’s contents and dependencies.
If you are jumping over several stable revisions, check previous release notes before upgrading.
Requirements
See the system requirements page in the MySQL documentation for more details about software and hardware prerequisites.
Packaging
This charm is based on the charmed-mysql
snap Revision 113/114. It packages:
- mysql-router
v8.0.37
- mysql-shell
v8.0.37
- prometheus-mysqld-exporter
v0.14.0
Libraries and interfaces
- mysql
v0
- See the API reference in the MySQL Libraries tab
- grafana_agent
v0
for integration with Grafana- Implements
cos_agent
interface
- Implements
- rolling_ops
v0
for rolling operations across units- Implements
rolling_op
interface
- Implements
- tempo_k8s
v1
,v2
for integration with Tempo charm- Implements
tracing
interface
- Implements
- tls_certificates_interface
v2
for integration with TLS charms- Implements
tls-certificates
interface
- Implements
See the /lib/charms
directory on GitHub for a full list of supported libraries.
See the Integrations tab for a full list of supported integrations/interfaces/endpoints.
Contact us
Charmed MySQL is an open source project that warmly welcomes community contributions, suggestions, fixes, and constructive feedback.
- Raise software issues or feature requests on GitHub
- Report security issues through Launchpad
- Contact the Canonical Data Platform team through our Matrix channel.