Skip to content

Commit

Permalink
v16.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Dec 10, 2023
1 parent 0d997c9 commit ada5b36
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ instructions, because git commits are used to generate release notes:

<!-- scriv-insert-here -->

<a id='changelog-16.1.8'></a>
## v16.1.8 (2023-12-10)

- [Feature] Make it easy to work on 3rd-party edx-platform Python packages with `tutor mounts add /path/to/my/package`. (by @regisb)
- [Improvement] When configured with `RUN_MYSQL: true`, run `mysqld` with binlog expiry set to 3 days (rather than the default of 30).
- [Improvement] Fix `ulimits` error for elasticsearch in Docker rootless mode (by @OmarIthawi)
- [Improvement] Do not hardcode `OPENEDX_COMMON_VERSION = master` in the nightly branch. This removes git conflicts whenever we bump the common version in the master branch. (by @regisb)
- [Improvement] The ``iter_mounts`` template function can now take multiple image names as argument. This should concern only very advanced users. (by @regisb)

<a id='changelog-16.1.7'></a>
## v16.1.7 (2023-11-17)

Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20231023_155558_fghaas_binlog_expiry.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/20231116_081945_i_rootless_docker.md

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion tutor/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Increment this version number to trigger a new release. See
# docs/tutor.html#versioning for information on the versioning scheme.
__version__ = "16.1.7"
__version__ = "16.1.8"

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

0 comments on commit ada5b36

Please sign in to comment.