Skip to content
Merged

v19.0.3 #1233

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,31 @@ instructions, because git commits are used to generate release notes:

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

<a id='changelog-19.0.3'></a>
## v19.0.3 (2025-05-19)

- [Improvement] Migrate packaging from setup.py/setuptools to pyproject.toml/hatch. This should not be a breaking change for most users. (by @regisb)

- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz)

- [Improvement] MEILISEARCH_HOST enables Tutor to configure meilisearch host
and expose it to be used by other plugins. For example MEILISEARCH_HOST can be
optionally used to configure ingress controller in openedx-k8s-harmony like
LMS_HOST etc.

- [Bugfix] Update lms and cms dev jobs to use correct django settings (by @dawoudsheraz)

- [Improvement] Add support for `docker-compose.prod.override.yml` when using
`tutor local` commands

- [Feature] Add tutor deck to the list of plugins installed by default. (by @mlabeeb03)

- [Improvement] Stop `dev` platform on `local run` commands. Trigger `COMPOSE_PROJECT_STARTED` only once per tutor runtime. (by @mlabeeb03)

- [Feature] Add new command `tutor dev hosts` that displays status of services. (by @mlabeeb03)

- [Feature] Update OPENEDX_COMMON_VERSION to sumac.3 tag (by @dawoudsheraz)

<a id='changelog-19.0.2'></a>
## v19.0.2 (2025-02-12)

Expand Down
1 change: 0 additions & 1 deletion changelog.d/20241122_145752_regis_pyproject_toml.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/20250319_182641_meilisearch_host.md

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20250416_183637_mlabeeb03_add_deck.md

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/20250519_104625_dawoud.sheraz_sumac_3.md

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__ = "19.0.2"
__version__ = "19.0.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