Skip to content

Releases: openfun/arnold

v2.5.1

15 Jul 16:37
Compare
Choose a tag to compare

Fixed

  • Ignore expected secrets checking for logged users with no permission on secrets

v2.5.0

21 Jun 17:02
Compare
Choose a tag to compare

Added

  • Ensure expected secrets exists before deploying an application
  • Add delete_previous.yml playbook to delete previous stacks (should be used with caution)
  • Add a rollback.yml playbook to restore the previous stack as the current one
  • Add a clean.yml playbook to remove orphan stacks (not associated to any route) for blue-green-compatible applications

Changed

  • Optimize edxapp workers liveness probe frequency and replication to lower base cluster load

v2.4.2

12 Jun 14:43
Compare
Choose a tag to compare

Changed

  • Upgrade openshift to 0.8.9
  • Increase pods liveness/readiness probes periodicity to smooth pods replacement scheduling

v2.4.1

04 Jun 13:24
Compare
Choose a tag to compare

Fixed

  • Rename edxapp nginx service configuration location from export to restricted
  • Configure Richie SILENCED_SYSTEM_CHECKS setting to allow X_FRAME_OPTIONS value set as SAMEORIGIN

v2.4.0

28 May 15:13
Compare
Choose a tag to compare

Added

  • Add an environment file to Richie application.

Changed

  • Increase length of secret keys to 50 characters,
  • Mount the edxapp export volume in its nginx service and modify the nginx configuration to serve the files in this folder via X-Accel,
  • Rename the edxapp exports volume to export.

v2.3.0

24 May 15:40
Compare
Choose a tag to compare

Added:

  • Richie's bootstrapping requires to set up base pages tree via the richie_init Django management command; this is performed thanks to a new job in the richie app

v2.2.0

21 May 08:40
Compare
Choose a tag to compare

Added

  • add an environment file to Marsha application

Changed

  • Marsha volumes are used only in trashable environments

v2.1.0

10 May 15:57
Compare
Choose a tag to compare

Changed

  • Richie's application templates are now more generic to easily configure and deploy a custom instance

v2.0.0

07 May 14:02
Compare
Choose a tag to compare

Added

  • We now perform health checks to every service pods by implementing and defining livenessProbe and readinessProbe (except for Learninglocker applications).
  • The merge_with_app filter now allows to override templates for a namespace (e.g. for an application/service) based on its file name.

Changed

  • Upgrade openshift to 0.8.8
  • Migrate apps to the new tray package tree (BC)
  • Refactor and test the apps lookup to support the new tray package tree (BC)

Fixed

  • The project display name is no longer empty when creating a new project

v1.10.0

24 Apr 14:15
Compare
Choose a tag to compare

Added

  • Add jq and yq utilities to the Docker image

Changed

  • Rename the ES_CLIENT setting to RICHIE_ES_HOST for compatibility with Richie starting from version v1.0.0-beta.6.

Removed

  • Richie and Marsha applications no longer use dedicated ImageStream and BuildConfig