Update bundled MySQL version to 8.0.40#17552
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
9e82bb4 to
220dcfd
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17552 +/- ##
==========================================
- Coverage 67.70% 67.69% -0.01%
==========================================
Files 1585 1585
Lines 254833 254833
==========================================
- Hits 172524 172506 -18
- Misses 82309 82327 +18 ☔ View full report in Codecov by Sentry. |
|
I've created planetscale/vitess-operator#653 which applies upgrades to the operator. Feel free to throw it away if you had other plans. ;) |
220dcfd to
ac6e0f3
Compare
Fixed! |
docker/bootstrap/CHANGELOG.md
Outdated
There was a problem hiding this comment.
Since we are changing the bootstrap version, we need to bump the version we use everywhere 39 to 40. For instance in the Makefile we have BOOTSTRAP_VERSION=39 which must be changed. Same thing in test.go and other places.
|
#17563 is bumping the bootstrap version to |
We haven't updated the bundled MySQL version in a while and it also blocks us from upgrading our base Debian version for the containers we build as well. So update to the latest 8.0.x version here. It's also at least version 8.0.35, which means that updates after this one are going to be much easier as upgrades / downgrades between different patch versions are possible for 8.0.35 and later. Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
Bullseye is already in the LTS phase, so we really should upgrade to bookworm here. Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
MySQL 8.0.40 is no longer published for Debian Bullseye, so we gotta update these together. Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
7cb8740 to
0df00ef
Compare
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
b83a940 to
0e60aa0
Compare
We haven't updated the bundled MySQL version in a while and it also blocks us from upgrading our base Debian version for the containers we build as well.
So update to the latest 8.0.x version here. It's also at least version 8.0.35, which means that updates after this one are going to be much easier as upgrades / downgrades between different patch versions are possible for 8.0.35 and later.
Checklist