Mysql Router

  • MySQL Charm Maintainers
  • Cloud
Channel Revision Published Runs on
latest/edge 256 16 Oct 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
latest/edge 255 16 Oct 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
latest/edge 254 16 Oct 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
latest/edge 253 16 Oct 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
latest/edge 201 19 Jun 2024
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
latest/edge 108 12 Sep 2023
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
latest/edge 62 10 Feb 2023
Ubuntu 24.04 Ubuntu 23.10 Ubuntu 23.04 Ubuntu 22.10 Ubuntu 22.04 Ubuntu 20.04
8.0/stable 257 Yesterday
Ubuntu 22.04 Ubuntu 20.04
dpe/candidate 225 28 Aug 2024
Ubuntu 22.04 Ubuntu 20.04
dpe/candidate 224 28 Aug 2024
Ubuntu 22.04 Ubuntu 20.04
dpe/candidate 223 28 Aug 2024
Ubuntu 22.04 Ubuntu 20.04
dpe/beta 225 23 Aug 2024
Ubuntu 22.04 Ubuntu 20.04
dpe/beta 224 23 Aug 2024
Ubuntu 22.04 Ubuntu 20.04
dpe/beta 223 23 Aug 2024
Ubuntu 22.04 Ubuntu 20.04
dpe/edge 248 30 Sep 2024
Ubuntu 22.04 Ubuntu 20.04
dpe/edge 247 30 Sep 2024
Ubuntu 22.04 Ubuntu 20.04
dpe/edge 246 30 Sep 2024
Ubuntu 22.04 Ubuntu 20.04
8.0.19/stable 26 05 May 2022
Ubuntu 22.04 Ubuntu 20.04
8.0.19/edge 26 05 May 2022
Ubuntu 22.04 Ubuntu 21.10 Ubuntu 21.04 Ubuntu 20.10 Ubuntu 20.04
8.0.19/edge 15 26 Apr 2022
Ubuntu 22.04 Ubuntu 21.10 Ubuntu 21.04 Ubuntu 20.10 Ubuntu 20.04
juju deploy mysql-router --channel dpe/candidate
Show information

Platform:

Ubuntu
24.04 23.10 23.04 22.10 22.04 21.10 21.04 20.10 +1

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 on 20.04 LTS
  • Revision 224 is built for amd64 on 22.04 LTS
  • Revision 225 is built for arm64 on 22.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

  • Upgraded MySQL from v8.0.36v8.0.37 (see Packaging)
  • Added support or ARM64 architecture (PR #472)

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:

Libraries and interfaces

  • mysql v0
  • grafana_agent v0 for integration with Grafana
    • Implements cos_agent interface
  • rolling_ops v0 for rolling operations across units
    • Implements rolling_op interface
  • tempo_k8s v1, v2 for integration with Tempo charm
    • Implements tracing interface
  • tls_certificates_interface v2 for integration with TLS charms
    • Implements tls-certificates interface

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.