Releases: openfun/openedx-docker
Releases · openfun/openedx-docker
hawthorn.1-oee-3.1.0
Changed
- Upgrade to a recent release of nodejs as the one packaged in Ubuntu was breaking the build
Removed
- Checks that ensure required directories exist in volumes
hawthorn.1-3.1.0
Changed
- Upgrade to a recent release of nodejs as the one packaged in Ubuntu was breaking the build
Removed
- Checks that ensure required directories exist in volumes
eucalyptus.3-wb-1.6.1
Removed
- Checks that ensure required directories exist in volumes
eucalyptus.3-1.1.1
Removed
- Checks that ensure required directories exist in volumes
dogwood.3-fun-1.8.1
Removed
- Checks that ensure required directories exist in volumes
dogwood.3-1.2.1
Removed
- Checks that ensure required directories exist in volumes
hawthorn.1-oee-3.0.0
Added
- Configure all cache backends
- Make Gunicorn timeout, workers and threads configurable via an environment
variable
Changed
- Move DATA_DIR to same location as for other flavors (breaking change)
- Make ORA2 configurable and use filesystem backend by default
- Stop inheriting from MKTG_URL_LINK_MAP default setting
Fixed
- Ensure all required directories exist inside each volume
- Make Celery result backend configurable
hawthorn.1-3.0.0
Added
- Configure all cache backends
- Make Gunicorn timeout, workers and threads configurable via an environment
variable
Changed
- Move DATA_DIR to same location as for other flavors (breaking change)
- Make ORA2 configurable and use filesystem backend by default
- Stop inheriting from MKTG_URL_LINK_MAP default setting
Fixed
- Ensure all required directories exists inside each volume
- Make Celery result backend configurable
eucalyptus.3-wb-1.6.0
Added
- Make Gunicorn workers and threads configurable via an environment variable
Fixed
- Neutralize thumbnails creation as
eucalyptus.3-wb
is not using them - Ensure all required directories exist inside each volume
Removed
- Alternate queues settings to extend CELERY_QUEUES for cross-process workers
eucalyptus.3-1.1.0
Added
- Make Gunicorn timeout, workers and threads configurable via an environment
variable - Configure all cache backends
Changed
- Make ORA2 configurable and use filesystem backend by default
- Stop inheriting from MKTG_URL_LINK_MAP default setting
Removed
- Alternate queues settings to extend CELERY_QUEUES for cross-process workers
Fixed
- Ensure all required directories exist inside each volume
- Refactor settings to repair and clean what is cms versus lms, configurable
versus defined by code.