Releases: openfun/arnold
Releases · openfun/arnold
v1.0.0-alpha.5
Added
- Allow configuring several replicas for stateless applications and nginx pods
- Spread replicas on all OpenShift nodes for optimal redundancy
- Don't rely on cookies to route requests but use round robin assignment
Fixed
- Rename
edxapp
celery worker pods for coherence withwsgi
pods - Remove use of deprecated
assertEquals
that were breaking CI tests
v1.0.0-alpha.4
v1.0.0-alpha.3
Added
- Edxapp Celery workers are now configurable (number of replicas and queues to
consume) (#207)
Fixed
v1.0.0-alpha.2
Added
- Studio preview route for edxapp
- Validation pre-task (check environment name)
Fixed
- Namespace application vault variables to avoid cross-application collisions
- Add missing optional EDXAPP_THEME_GIT_PRIVATE_KEY variable in edxapp vault
template
v1.0.0-alpha.1
First public release that will be used for production.