Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency tutor to v19 #131

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tutor (source) >=17.0.0,<19.0.0 -> >=19.0.1,<19.1.0 age adoption passing confidence
tutor (source) <19 -> <20 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

overhangio/tutor (tutor)

v19.0.1

Compare Source

  • [Bugfix] Add meilisearch as a dependency on lms-job to avoid meilisearch init job crashing when the platform is stopped. (by @​Danyal-Faheem)
  • [Improvement] Silence "imghdr" warning in edx-platform. (by @​regisb)
  • [Bugfix] Properly reload a plugin module on enable/disable/enable. This is an edge case that should not have affected anyone. (by @​regisb)

v19.0.0

Compare Source

  • 💥[Feature] Upgrade default charset and collation of mysql to utf8mb4 and utf8mb4_unicode_ci respectively (by @​Danyal-Faheem)

    • Add do command to upgrade the charset and collation of tables in mysql.
    • The command will perform the following upgrades:
      • Upgrade all utf8mb3 charset to utf8mb4
      • Upgrade collation utf8mb3_general_ci to utf8mb4_unicode_ci
      • Upgrade collation utf8mb3_bin to utf8mb4_bin
      • Upgrade collation utf8mb3_* to utf8mb4_*
  • [Feature] Create a new /data/openedx-media-private volume to store media files that are not publicly accessible via the browser, and create configuration that Learning Core (openedx-learning) will use to access this storage space. Learning Core will use a sub-directory of /data/openedx-media-private to store Content Library file uploads, but other apps can create their own sub-directories for their own use. (by @​ormsbee)

  • 💥[Feature] Update Open edX Image to use Ubuntu 22.04 as base OS. (by @​dawoudsheraz)

    • Adds xmlsec related dependencies to fix xmlsec import issues during translations build
  • 💥[Feature] Migrate from local.edly.io to local.openedx.io. (by @​regisb)

  • 💥[Feature] Upgrade to Sumac. (by @​dawoudsheraz)

  • 💥[Feature] Replace Elasticsearch by Meilisearch. Elasticsearch was both a source of complexity and high resource usage. With this change, we no longer run Elasticsearch to perform common search queries across Open edX. This includes: course discovery, courseware search and studio search. Instead, we index all these documents in a Meilisearch instance, which is much more lightweight in terms of memory consumption. (by @​regisb)

  • [Bugfix] Don't build uwsgi with XML support (by @​feanil)

  • [Feature] With the new forum v2 application, users have a choice to use MongoDB or MySQL as a storage backend, course per course. New users will automatically start using MySQL, while existing users will be responsible for migrating their data themselves (before the Teak release). Upgrade instructions are available here: https://github.com/overhangio/tutor-forum/#installation. (by @​regisb)

  • 💥[Improvement] Get rid of the is_docker_rootless template filter, which was used only by Elasticsearch. (by @​regisb)

[Improvement] Forcefully enable the Learning MFE's navigation sidebar when upgrading to Sumac. (by @​arbrandes)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file global labels Dec 17, 2024
@renovate renovate bot force-pushed the renovate/tutor-19.x branch from fc0d754 to 85d43c9 Compare January 10, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file global
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants