Releases: openfun/openedx-docker
Releases · openfun/openedx-docker
dogwood.3-fun-1.14.0
Added
- Add Gelf support for logging
hawthorn.1-oee-3.3.1
Fixed
- Pin
django-redis
version to4.5.0
to be able to use
django-redis-sentinel-redux
. - Adjust settings to support
REDIS_SERVICE=redis-sentinel
eucalyptus.3-wb-1.9.2
Fixed
- Pin
django-redis
version to4.5.0
to be able to use
django-redis-sentinel-redux
. - Adjust settings to support
REDIS_SERVICE=redis-sentinel
dogwood.3-fun-1.13.2
Fixed
- Pin splinter to 0.13.0 to avoid breaking change in 0.14.0
- Adjust settings to support
REDIS_SERVICE=redis-sentinel
eucalyptus.3-wb-1.9.1
Changed
- Upgrade
fun-apps
to 2.4.2+wb
dogwood.3-fun-1.13.1
Changed
- Upgrade
fun-apps
to5.4.1
hawthorn.1-oee-3.3.0
Added
- Allow serving static files via a CDN
- Add
django-redis-sentinel-redux
to allow the use of Redis Sentinel for
Django cache
Changed
- Collect static files in the
edxapp
image so it can run without mounting a volume
for its static files in Kubernetes - Configure most Django cache backends to Redis
Removed
- Remove now useless Memcached settings
hawthorn.1-3.3.0
Added
- Allow serving static files via a CDN
Changed
- Collect static files in the
edxapp
image so it can run without mounting a volume
for its static files in Kubernetes
eucalyptus.3-wb-1.9.0
Added
- Allow serving static files via a CDN
- Add
django-redis-sentinel-redux
to allow the use of Redis Sentinel for
Django cache
Changed
- Collect static files in the
edxapp
image so it can run without mounting a
volume for its static files in Kubernetes - Configure most Django cache backends to Redis
Removed
- Remove now useless Memcached settings
eucalyptus.3-1.2.0
Added
- Allow serving static files via a CDN
- Rate limiting authentication backend that works behind proxies
Changed
- Collect static files in the
edxapp
image so it can run without mounting a volume
for its static files in Kubernetes - Refactor the way authentication backends are configured to make it straightforward
- Set basic authentification backend for development environment