Skip to content

Commit a9e6f29

Browse files
kabalinstronk7
authored andcommitted
Prepare for 3.2.5 release
1 parent f026a41 commit a9e6f29

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com).
1010

1111
## [Unreleased]
12+
13+
## [3.2.5] - 2022-03-31
1214
### Changed
1315
- ACTION SUGGESTED: Now, it's safe to 'unpin' the MariaDB version in all integrations. With MariaDB 10.6.7 and 10.7.3 already released, the existing problems are gone, so it's possible to move away from the older 10.5 version. To achieve that, just look for any use of `image: mariadb:10.5` and change it to `image: mariadb:10`. For more information, see [MDL-72131](https://tracker.moodle.org/browse/MDL-72131).
16+
- Updated version of [moodle-local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) to v3.1.0. For list of changes see [changelog](https://github.com/moodlehq/moodle-local_codechecker/blob/master/CHANGES.md#changes-in-version-310-20220225---fondant-chocolate), you should expect numerous `@covers` annotation warnings in particular.
17+
18+
### Added
19+
- Use utf8mb4 for MySQL and MariaDB setup.
20+
- ACTION SUGGESTED: If you are using GitHub Actions and running tests on MySQL/MariaDB, set env variables `MYSQL_CHARACTER_SET_SERVER` and `MYSQL_COLLATION_SERVER` for mysql/mariadb service per `gha.dist.yml` file.
1421

1522
## [3.2.4] - 2022-01-17
1623
### Changed
@@ -393,7 +400,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
393400
- `moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
394401
- `moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
395402

396-
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.4...master
403+
[Unreleased]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.5...master
404+
[3.2.5]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.4...3.2.5
397405
[3.2.4]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.3...3.2.4
398406
[3.2.3]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.2...3.2.3
399407
[3.2.2]: https://github.com/moodlehq/moodle-plugin-ci/compare/3.2.1...3.2.2

0 commit comments

Comments
 (0)