Skip to content

Commit

Permalink
v15.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Mar 22, 2023
1 parent 3377ffc commit 679fe5f
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 20 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ instructions, because git commits are used to generate release notes:

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

<a id='changelog-15.3.3'></a>
## v15.3.3 (2023-03-22)

- [Improvement] Make it possible to extend or override the configuration of the uWSGI server. (by @MoisesGSalas)
- [Improvement] Running `tutor dev launch --mount=edx-platform` now performs all necessary setup for a local edx-platform development. This includes running setup.py, installing node modules, and building assets; previously, those steps had to be run explicitly after bind-mounting a local copy of edx-platform (by @kdmccormick).
- [Bugfix] Running jobs in development mode with `tutor dev do ...` will now correctly use the development image. Previously, it used the production image, just like `tutor local do ...`. (by @kdmccormick)
- [Improvement] Faster build with `npm clean-install` instead of `npm install` in the openedx Docker image. This may change the version of npm packages installed next to edx-platform. (by @regisb)
- [Feature] Introduce the `DOCKER_BUILD_COMMAND` filter which makes it possible to customize the `docker build` command. (by @regisb)
- [Improvement] During openedx image build, copy `dockerize` utility from Docker registry for better efficiency. (by @regisb)
- [Improvement] Better highlight enabled plugins in `tutor plugins list`. (by @regisb)

- [Bugfix] Make sure that v0 plugin patches are applied in the same order as plugins are listed. (by @regisb)

<a id='changelog-15.3.1'></a>
## v15.3.2 (2023-03-13)

Expand Down
12 changes: 0 additions & 12 deletions changelog.d/20230310_021412_moises.gonzalez_configurable_uwsgi.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20230313_110919_kdmc_mounted_init.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20230313_163654_kdmc_dev_image_for_dev_do.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20230313_163942_regis_docker_optimize.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20230313_172348_regis_docker_optimize.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20230313_180716_regis_docker_optimize.md

This file was deleted.

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__ = "15.3.2"
__version__ = "15.3.3"

# 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 679fe5f

Please sign in to comment.