Releases: Abstract-Tech/derex.runner
Releases · Abstract-Tech/derex.runner
v0.3.3
- implement
derex translations compilecommand to compile translations in atranslationsdirectory - implement
derex build projectcommand which makes use of Docker BuildKit to build multi stage images. Additionally it will allow for project customizations like custom scripts and translations to be included in the project image - rename the
final_base_imagederex configuration attribute to a more explicitnostatic_base_image - upgrade alpine from alpine3.11 to alpine3.12 in Juniper image
- upgrade Python pip from 21.0.1 to 21.2.4 in Juniper and Koa images
- support for custom Docker registry in derex configuration
- simplify project hash calculation function
- derex edx-platform customizations are now included in the openedx base image instead of being mounted at runtime through docker compose
- avoid mounting any project directory with docker-compose when running in production rumode. Now every project customization is included in the project image
- fix sysadmin dashboard "Git logs" tab in Koa release
- fix missing platform logo in emails for Koa release by providing reasonable default for the
LOGO_URLandLOGO_URL_PNGDjango settings. Themed projects will need to specify those settings either in Django configuration or in aSiteConfigurationobject - implement
collect_assetsderex configuration attribute. This is similiar toupdate_assetsbut skips all the edx-platform static build steps and just run the Django collectstatic command - use "eo" language inplace of "de-de" for example projects
v0.3.2
- Allow for Docker in Docker builds by always initializing the docker client from environment
- Fixes for flaky tests
v0.3.1
Release v0.3.1
v0.3.0
Bump version: 0.2.2.dev1 → 0.3.0