Skip to content

Commit

Permalink
Bump MySQL Innovation Release to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Taragolis committed Jan 19, 2024
1 parent a68c63f commit 9280e50
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dev/breeze/src/airflow_breeze/global_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
# See: https://dev.mysql.com/blog-archive/introducing-mysql-innovation-and-long-term-support-lts-versions/
MYSQL_LTS_RELEASES: list[str] = []
MYSQL_OLD_RELEASES = ["8.0"]
MYSQL_INNOVATION_RELEASE = "8.2"
MYSQL_INNOVATION_RELEASE = "8.3"
ALLOWED_MYSQL_VERSIONS = [*MYSQL_OLD_RELEASES, *MYSQL_LTS_RELEASES]
if MYSQL_INNOVATION_RELEASE:
ALLOWED_MYSQL_VERSIONS.append(MYSQL_INNOVATION_RELEASE)
Expand Down
2 changes: 1 addition & 1 deletion images/breeze/output-commands.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/breeze/output_setup_config.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/breeze/output_setup_config.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2a3542e375dd07a55385bf545b5e199
93a4116ec4604031c5ea011cb92c657f
Loading

0 comments on commit 9280e50

Please sign in to comment.