Skip to content

Commit 4036eff

Browse files
[DPE-5063] Update MySQL to v8.0.40 (#207)
## Issue The new 8.0/edge snap updates MySQL to v8.0.40 ## Solution Update the snap and update MySQL to 8.0.40
1 parent 30d794a commit 4036eff

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": "121",
29-
"aarch64": "122",
28+
"x86_64": "128",
29+
"aarch64": "127",
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.39
1+
8.0.40

0 commit comments

Comments
 (0)