Skip to content

Commit ed7d8e3

Browse files
[DPE-4573] Update to MySQL v8.0.39 (#172)
## Issue We have new snap revisions for MySQL and related dependencies 8.0.39 ## Solution Update MySQL Co-authored-by: Paulo Machado <[email protected]>
1 parent 56d9413 commit ed7d8e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/snap.py

Lines changed: 2 additions & 2 deletions
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": "109",
29-
"aarch64": "110",
28+
"x86_64": "121",
29+
"aarch64": "122",
3030
}
3131
revision = REVISIONS[platform.machine()]
3232
_snap = snap_lib.SnapCache()[_SNAP_NAME]

workload_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.37
1+
8.0.39

0 commit comments

Comments
 (0)