Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Updates the requirements on tutor to permit the latest version.

Release notes

Sourced from tutor's releases.

v20.0.0

Install this version from pip with:

pip install "tutor[full]==20.0.0"

Or download the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/v20.0.0/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor

See the installation docs for more installation options and instructions.

Changes

Changelog

Sourced from tutor's changelog.

v20.0.0 (2025-06-16)

v19.0.5 (2025-06-10)

  • [Feature] Enable the "contrib" plugin index by default. This enables platform users to view 3rd party plugins without having to run tutor plugins index add contrib. (by @​regisb)
  • [Feature] Automatically update the plugin index cache on all commands that need it. Including: plugins install/upgrade/search. This makes it slightly easier for end users to use plugins. (by @​regisb)

v19.0.4 (2025-05-27)

  • [Improvement] When running local/dev start/run, run dev/local stop less frequently. Also, make sure that we detect only running docker compose projects associated to Tutor. (by @​regisb)
  • [Improvement] Do not wait for non-tutor jobs while running k8s. (by @​mlabeeb03)
  • [Bugfix] Support plugin installation with unexpected pip path and/or uv. (by @​regisb)

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)

v19.0.2 (2025-02-12)

  • [Improvement] Add a do command to update the authentication plugin of existing MySQL users from mysql_native_password to caching_sha2_password for compatibility with MySQL v8.4.0 and above. (by @​Danyal-Faheem)

  • [Improvement] Move the openedx-auth patch to the bottom of the auth.yml file to allow patching DATABASES, EMAIL and XQUEUE options. (by @​Danyal-Faheem)

... (truncated)

Commits
  • 4ddd343 build: separate bootstrap-dev and bootstrap-dev-plugins to fix Gitlab builds ...
  • 3241e6a Merge pull request #1216 from overhangio/teak
  • 121169a chore: update OPENEDX_COMMON_VERSION and changelog
  • 1c183e8 Revert "depr!: remove preview site configurations (#1238)" (#1243)
  • 863a513 chore: rebase and changelog updates
  • 7acf81c chore: add changelogs for v20
  • 04473e7 chore: update OPENEDX_COMMON_VERSION to release/teak
  • cf92348 chore: update OPENEDX_COMMON_VERSION
  • 0f49e3a v20.0.0
  • c780e0a depr!: remove preview site configurations (#1238)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [tutor](https://github.com/overhangio/tutor) to permit the latest version.
- [Release notes](https://github.com/overhangio/tutor/releases)
- [Changelog](https://github.com/overhangio/tutor/blob/release/CHANGELOG.md)
- [Commits](overhangio/tutor@v18.0.0...v20.0.0)

---
updated-dependencies:
- dependency-name: tutor
  dependency-version: 20.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant