Update the MySQL version used by our Docker images#12054
Merged
frouioui merged 9 commits intovitessio:mainfrom Feb 2, 2023
Merged
Update the MySQL version used by our Docker images#12054frouioui merged 9 commits intovitessio:mainfrom
frouioui merged 9 commits intovitessio:mainfrom
Conversation
…ysql57 Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
If a new flag is being introduced:
If a workflow is added or modified:
Bug fixes
Non-trivial changes
New/Existing features
Backward compatibility
|
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
3 tasks
deepthi
reviewed
Jan 31, 2023
Collaborator
deepthi
left a comment
There was a problem hiding this comment.
The changes mostly look good.
I'm assuming this is still draft because of a dependency with changes to vitess-operator.
| @@ -1,3 +1,17 @@ | |||
| # Copyright 2023 The Vitess Authors. | |||
35 tasks
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
GuptaManan100
approved these changes
Feb 2, 2023
mattlord
approved these changes
Feb 2, 2023
|
|
||
| #### Default MySQL version on Docker | ||
|
|
||
| The default MySQL version use by our `vitess/lite:latest` image is going from `5.7` to `8.0`. Additionally, the default version of the `vitess/lite:mysql80` image goes from `8.0.23` to `8.0.31`. |
Member
There was a problem hiding this comment.
MySQL version used and the default patch version of the... we can make touch-ups like that as part of the release process though.
This was referenced Feb 2, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR upgrades the default MySQL version used by the
vitess/lite:latestandvitess/lite:mysql80images.vitess/lite:latest:5.7->8.0.31vitess/lite:mysql80:8.0.23->8.0.31Related Issue(s)
Checklist
Deployment Notes