Skip to content

Commit

Permalink
⬆️(nau) upgrade richie to v2.29.2
Browse files Browse the repository at this point in the history
Changelog available at:
https://github.com/openfun/richie/releases/tag/v2.29.2

🚨(docker) removed django-cms dependency installation from Dockerfile

🩹(docs) adjusted CHANGELOG version body

🩹(yarn) adjusted missing .lock file
  • Loading branch information
Tiago-Salles committed Sep 27, 2024
1 parent 3cd971f commit dbc5836
Show file tree
Hide file tree
Showing 5 changed files with 3,341 additions and 7,460 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ COPY ./sites/${SITE}/requirements/base.txt /builder/requirements.txt
RUN pip install --upgrade pip

RUN mkdir /install && \
pip install --prefix=/install -r requirements.txt \
# The django-cms fork includes drillable search feature,
# it should be removed when this feature will be officially released.
pip install --prefix=/install \
git+https://github.com/jbpenrath/django-cms@fun-3.11.6#egg=django-cms
pip install --prefix=/install -r requirements.txt

# ---- Core application image ----
FROM base as core
Expand Down
8 changes: 8 additions & 0 deletions sites/nau/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- ⬆️(nau) upgrade richie to v2.29.2

### Fixed

- 🚨(docker) removed django-cms dependency installation from Dockerfile

## [1.28.1] - 2024-09-27

### Fixed
Expand Down
3 changes: 2 additions & 1 deletion sites/nau/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ dockerflow==2024.4.2
factory-boy==3.3.0
gunicorn==22.0.0
psycopg2-binary==2.9.9
richie==2.28.0
richie==2.29.2
sentry-sdk==2.2.1
mysqlclient==2.1.1
# Remove django-cms dep when upgrading to richie 2.25.0
# django-cms>=3.11.0,<4.0.0
# Plugins
djangocms-snippet==3.1.1
git+https://github.com/jbpenrath/django-cms@fun-3.11.6#egg=django-cms
Loading

0 comments on commit dbc5836

Please sign in to comment.