diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4efbf80..5846bc7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: TUTOR_PLUGIN: discovery TUTOR_IMAGES: discovery TUTOR_PYPI_PACKAGE: tutor-discovery - OPENEDX_RELEASE: palm + OPENEDX_RELEASE: quince GITHUB_REPO: overhangio/tutor-discovery include: diff --git a/tutordiscovery/__about__.py b/tutordiscovery/__about__.py index f7c197b..815a4b8 100644 --- a/tutordiscovery/__about__.py +++ b/tutordiscovery/__about__.py @@ -1,8 +1,8 @@ -__version__ = "16.0.0" +__version__ = "17.0.0" __package_version__ = __version__ # Handle version suffix for nightly, just like tutor core. -__version_suffix__ = "nightly" +__version_suffix__ = "" if __version_suffix__: __version__ += "-" + __version_suffix__ diff --git a/tutordiscovery/templates/discovery/build/discovery/Dockerfile b/tutordiscovery/templates/discovery/build/discovery/Dockerfile index c0499d9..918e6f2 100644 --- a/tutordiscovery/templates/discovery/build/discovery/Dockerfile +++ b/tutordiscovery/templates/discovery/build/discovery/Dockerfile @@ -35,7 +35,7 @@ RUN {% if is_buildkit_enabled() %}--mount=type=cache,target=/openedx/.cache/pip, # https://pypi.org/project/setuptools/ # https://pypi.org/project/pip/ # https://pypi.org/project/wheel/ - setuptools==67.7.2 pip==23.1.2. wheel==0.40.0 + setuptools==68.2.2 pip==23.2.1. wheel==0.41.2 # Install a recent version of nodejs RUN pip install nodeenv==1.7.0 @@ -59,9 +59,9 @@ RUN {% if is_buildkit_enabled() %}--mount=type=cache,target=/openedx/.cache/bowe # Install extra requirements RUN {% if is_buildkit_enabled() %}--mount=type=cache,target=/openedx/.cache/pip,sharing=shared {% endif %}pip install \ # Use redis as a django cache https://pypi.org/project/django-redis/ - django-redis==5.2.0 \ + django-redis==5.4.0 \ # uwsgi server https://pypi.org/project/uWSGI/ - uwsgi==2.0.21 \ + uwsgi==2.0.22 \ # Open edX Atlas tranlsation management tool https://pypi.org/project/openedx-atlas/ openedx-atlas==0.5.0