From 8d4a370363284985b024f73546a5e351542d6baa Mon Sep 17 00:00:00 2001 From: Florent Poinsard <35779988+frouioui@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:46:06 -0600 Subject: [PATCH] Fix the `v19.0.0` release notes and use the `vitess/lite` image for the MySQL container (#16282) Signed-off-by: Florent Poinsard --- changelog/19.0/19.0.0/release_notes.md | 4 ++++ examples/operator/101_initial_cluster.yaml | 2 +- examples/operator/201_customer_tablets.yaml | 2 +- examples/operator/302_new_shards.yaml | 2 +- examples/operator/306_down_shard_0.yaml | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog/19.0/19.0.0/release_notes.md b/changelog/19.0/19.0.0/release_notes.md index 98603d4240a..0a3f33f0fd9 100644 --- a/changelog/19.0/19.0.0/release_notes.md +++ b/changelog/19.0/19.0.0/release_notes.md @@ -53,6 +53,10 @@ Vitess will however, continue to support importing from MySQL 5.7 into Vitess ev #### Docker Image vitess/lite +> [!CAUTION] +> If you are using incremental backups, you must remain on the `vitess/lite` image, as the official MySQL image does not have `mysqlbinlog` installed. +> See https://github.com/vitessio/vitess/issues/16281 for more information. + The `mysqld` binary is now deprecated in the `vitess/lite` Docker image and will be removed in a future release. This means that the MySQL/Percona version specific image tags for the `vitess/lite` image are deprecated. diff --git a/examples/operator/101_initial_cluster.yaml b/examples/operator/101_initial_cluster.yaml index 0c4faa6644a..ce052680b5d 100644 --- a/examples/operator/101_initial_cluster.yaml +++ b/examples/operator/101_initial_cluster.yaml @@ -15,7 +15,7 @@ spec: vtbackup: vitess/lite:v19.0.4 vtorc: vitess/lite:v19.0.4 mysqld: - mysql80Compatible: mysql:8.0.30 + mysql80Compatible: vitess/lite:v19.0.4 mysqldExporter: prom/mysqld-exporter:v0.11.0 cells: - name: zone1 diff --git a/examples/operator/201_customer_tablets.yaml b/examples/operator/201_customer_tablets.yaml index b3f06d7efd5..a10853ffc85 100644 --- a/examples/operator/201_customer_tablets.yaml +++ b/examples/operator/201_customer_tablets.yaml @@ -11,7 +11,7 @@ spec: vtbackup: vitess/lite:v19.0.4 vtorc: vitess/lite:v19.0.4 mysqld: - mysql80Compatible: mysql:8.0.30 + mysql80Compatible: vitess/lite:v19.0.4 mysqldExporter: prom/mysqld-exporter:v0.11.0 cells: - name: zone1 diff --git a/examples/operator/302_new_shards.yaml b/examples/operator/302_new_shards.yaml index 457ede80f74..ceb5183fbae 100644 --- a/examples/operator/302_new_shards.yaml +++ b/examples/operator/302_new_shards.yaml @@ -11,7 +11,7 @@ spec: vtbackup: vitess/lite:v19.0.4 vtorc: vitess/lite:v19.0.4 mysqld: - mysql80Compatible: mysql:8.0.30 + mysql80Compatible: vitess/lite:v19.0.4 mysqldExporter: prom/mysqld-exporter:v0.11.0 cells: - name: zone1 diff --git a/examples/operator/306_down_shard_0.yaml b/examples/operator/306_down_shard_0.yaml index 7451128fdbe..3412b85df0f 100644 --- a/examples/operator/306_down_shard_0.yaml +++ b/examples/operator/306_down_shard_0.yaml @@ -11,7 +11,7 @@ spec: vtbackup: vitess/lite:v19.0.4 vtorc: vitess/lite:v19.0.4 mysqld: - mysql80Compatible: mysql:8.0.30 + mysql80Compatible: vitess/lite:v19.0.4 mysqldExporter: prom/mysqld-exporter:v0.11.0 cells: - name: zone1