Skip to content

Commit

Permalink
[DPE-4573] Update to MySQL v8.0.39 (#172)
Browse files Browse the repository at this point in the history
## Issue
We have new snap revisions for MySQL and related dependencies 8.0.39

## Solution
Update MySQL

Co-authored-by: Paulo Machado <[email protected]>
  • Loading branch information
shayancanonical and paulomach authored Dec 2, 2024
1 parent 56d9413 commit ed7d8e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/snap.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
_SNAP_NAME = "charmed-mysql"
REVISIONS: typing.Dict[str, str] = {
# Keep in sync with `workload_version` file
"x86_64": "109",
"aarch64": "110",
"x86_64": "121",
"aarch64": "122",
}
revision = REVISIONS[platform.machine()]
_snap = snap_lib.SnapCache()[_SNAP_NAME]
Expand Down
2 changes: 1 addition & 1 deletion workload_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.37
8.0.39

0 comments on commit ed7d8e3

Please sign in to comment.