Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 741 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 741 Bytes

Version 1.0.0 (2022-08-09)

  • [BREAKING CHANGE] Support Tutor 14 and Open edX Nutmeg. This entails a configuration format change from JSON to YAML, meaning that from version 1.0.0 this plugin only supports Tutor versions from 14.0.0 (and with that, only Open edX versions from Nutmeg).

Version 0.1.0 (2022-06-29)

 * Use Tutor v1 plugin API

Version 0.0.1 (2022-03-09)

Experimental. Do not use in production.

  • Add a Kubernetes CronJob that runs the retirement pipeline based on the schedule defined in the K8S_CRONJOB_SCHEDULE configuration parameter.
  • Add retire-users command to tutor local to run the retirement pipeline
  • Add retirement-job service
  • Add basic testing via tox
  • Initial Git import