Skip to content

Releases: openfun/openedx-docker

dogwood.3-fun-1.14.0

08 Sep 07:52
Compare
Choose a tag to compare

Added

  • Add Gelf support for logging

hawthorn.1-oee-3.3.1

01 Sep 14:59
Compare
Choose a tag to compare

Fixed

  • Pin django-redis version to 4.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

01 Sep 19:02
Compare
Choose a tag to compare

Fixed

  • Pin django-redis version to 4.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

01 Sep 19:03
Compare
Choose a tag to compare

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

20 Jul 15:05
Compare
Choose a tag to compare

Changed

  • Upgrade fun-apps to 2.4.2+wb

dogwood.3-fun-1.13.1

20 Jul 15:04
Compare
Choose a tag to compare

Changed

  • Upgrade fun-apps to 5.4.1

hawthorn.1-oee-3.3.0

15 May 11:58
Compare
Choose a tag to compare

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

15 May 11:58
Compare
Choose a tag to compare

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

15 May 13:34
Compare
Choose a tag to compare

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

15 May 13:35
Compare
Choose a tag to compare

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