Skip to content

Commit

Permalink
Update MySQL to v8.0.41 (#211)
Browse files Browse the repository at this point in the history
## Issue
The new 8.0/edge snap updates MySQL to v8.0.41

## Solution
Update the snap and update MySQL to 8.0.41
  • Loading branch information
shayancanonical authored Feb 7, 2025
1 parent ef65800 commit 6ce95c6
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": "128",
"aarch64": "127",
"x86_64": "134",
"aarch64": "135",
}
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.40
8.0.41

0 comments on commit 6ce95c6

Please sign in to comment.