Skip to content

Commit 76825fa

Browse files
[DPE-3717] Update MySQL to v8.0.36 (#410)
* Update MySQL to v8.0.36 * Change charmed-mysql revision to 98 to match the 8.0/edge branch
1 parent ba39ed0 commit 76825fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
TLS_SSL_CERT_FILE = "custom-server-cert.pem"
2626
MYSQL_EXPORTER_PORT = 9104
2727
CHARMED_MYSQL_SNAP_NAME = "charmed-mysql"
28-
CHARMED_MYSQL_SNAP_REVISION = 96 # MySQL v8.0.35
28+
CHARMED_MYSQL_SNAP_REVISION = 98 # MySQL v8.0.36
2929
CHARMED_MYSQLD_EXPORTER_SERVICE = "mysqld-exporter"
3030
CHARMED_MYSQLD_SERVICE = "mysqld"
3131
CHARMED_MYSQL = "charmed-mysql.mysql"

src/dependency.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"dependencies": {},
1010
"name": "charmed-mysql",
1111
"upgrade_supported": "~8.0.31",
12-
"version": "8.0.35"
12+
"version": "8.0.36"
1313
}
1414
}

0 commit comments

Comments
 (0)