Skip to content

Commit dce1138

Browse files
committed
v18.1.0
1 parent c8ce86b commit dce1138

5 files changed

+8
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ instructions, because git commits are used to generate release notes:
2020

2121
<!-- scriv-insert-here -->
2222

23+
<a id='changelog-18.1.0'></a>
24+
## v18.1.0 (2024-06-25)
25+
26+
- 💥[Feature] Upgrade default charset and collation of mysql to "utf8mb4" and "utf8mb4_unicode_ci" respectively. This upgrade should be automatic for most users. However, if you are running a third-party MySQL (i.e. `RUN_MYSQL=false`), you are expected to upgrade manually. Please refer to the third-party provider's documentation for detailed upgrade instructions. Ensuring that your MySQL version is up-to-date is crucial for maintaining compatibility and security. (by @Danyal-Faheem)
27+
- [Bugfix] Do not fail on start when there are not persistent volume claims to apply. (by @snglth)
28+
- [Bugfix] Fix legacy warnings during Docker build. (by @regisb)
29+
2330
<a id='changelog-18.0.0'></a>
2431
## v18.0.0 (2024-06-19)
2532

changelog.d/20240614_180451_danyal.faheem_upgrade_mysql_utf8mb4.md

-2
This file was deleted.

changelog.d/20240619_122432_illia_k8s_no_volumes_no_fail.md

-1
This file was deleted.

changelog.d/20240621_172314_regis.md

-1
This file was deleted.

tutor/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Increment this version number to trigger a new release. See
44
# docs/tutor.html#versioning for information on the versioning scheme.
5-
__version__ = "18.0.0"
5+
__version__ = "18.1.0"
66

77
# The version suffix will be appended to the actual version, separated by a
88
# dash. Use this suffix to differentiate between the actual released version and

0 commit comments

Comments
 (0)