Skip to content

Releases: openfun/arnold

v1.0.0-alpha.5

07 Jan 13:27
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

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 with wsgi pods
  • Remove use of deprecated assertEquals that were breaking CI tests

v1.0.0-alpha.4

21 Dec 13:15
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

Added

  • Implement support for pre and post-deployment jobs (#214)
  • Add internationalization job to fetch latest translations update

Fixed

  • Edxapp Celery workers DC names are now more explicit (worker vs wsgi) (#213)
  • Edxapp internationalization-related objects are now properly created (#214)

v1.0.0-alpha.3

21 Dec 11:35
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

Added

  • Edxapp Celery workers are now configurable (number of replicas and queues to
    consume) (#207)

Fixed

  • Pods deployment wait loop is now more robust by relying on the number of pod
    replicas instead of the number of deployments (#207)
  • Add missing ask-vault-pass option in bin/built_images script (#210)
  • Prevent htpasswd file overriding when running the create htpasswd playbook
    multiple times (#211)

v1.0.0-alpha.2

14 Dec 15:57
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

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

14 Dec 17:16
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

First public release that will be used for production.