Skip to content

Commit 6ce95c6

Browse files
Update MySQL to v8.0.41 (#211)
## Issue The new 8.0/edge snap updates MySQL to v8.0.41 ## Solution Update the snap and update MySQL to 8.0.41
1 parent ef65800 commit 6ce95c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/snap.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
_SNAP_NAME = "charmed-mysql"
2626
REVISIONS: typing.Dict[str, str] = {
2727
# Keep in sync with `workload_version` file
28-
"x86_64": "128",
29-
"aarch64": "127",
28+
"x86_64": "134",
29+
"aarch64": "135",
3030
}
3131
revision = REVISIONS[platform.machine()]
3232
_snap = snap_lib.SnapCache()[_SNAP_NAME]

workload_version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.40
1+
8.0.41

0 commit comments

Comments
 (0)