Skip to content

Releases: cookiecutter-openedx/cookiecutter-openedx-devops

v1.0.3

30 Aug 01:02
Compare
Choose a tag to compare

Add an option to install a preconfigured remote MongoDB server running on EC2.

v1.0.2

18 Aug 02:32
Compare
Choose a tag to compare

v1.0.1

26 Jun 20:05
Compare
Choose a tag to compare
  • production releases of openedx-actions
  • enhanced k8s administration documentation.
  • add a bastion setup script to install tutor, kubectl, terraform, terragrunt. This gives you the ability use kubectl cli, k9s, and to run terraform scripts from your openedx_devops repo on your bastion server.
  • add per-environment mysql db names. This gives you the ability to leverage a common AWS RDS MySQL instance for multiple Open edX installations and environments.
  • add openedx-actions/tutor-plugin-configure-courseware-mfe. Provides toggle capability for LMS courseware MFE (enabled / disabled)
  • add openedx-actions/tutor-plugin-enable-k8s-deploy-tasks. Installs and enabled tutor-contrib-k8s-deploy-tasks, a post-deployment task manager for k8s.
  • misc security patches

v1.0.0

16 Jun 22:30
Compare
Choose a tag to compare

general production release

v0.2.1

10 Jun 17:36
Compare
Choose a tag to compare

refactor settings_merge for tutor 14.x

v0.2.0

10 Jun 17:17
Compare
Choose a tag to compare
  • refactor for tutor 14.x
  • bump to open-release/nutmeg.1
  • bump openedx-actions versions

v0.1.4

07 Jun 00:29
d434d45
Compare
Choose a tag to compare

Refactor all Github Actions workflows to use openedx-actions components

v0.1.3

30 May 22:36
Compare
Choose a tag to compare
bump version

v0.1.1

27 May 21:51
6f8cc25
Compare
Choose a tag to compare

Adds the plugin installation and adds Terraform code to create a dedicated private S3 bucket for backups.

v0.1.0

25 May 22:40
Compare
Choose a tag to compare
  • Deployment workflow
    bumped all versions
    Added installation options for Credentials, Ecommerce, MFE, Discovery, Notes, Forum, Xqueue

  • Stacks
    Introduced shared infrastructure stacks consisting of a private VPC, EKS K8S and an option EC2 Bastion. This collection of resources is configured to host external non-openedx platforms such as for example, your custom micro services or a content management system.

  • AWS Services
    Bastion: full Bastion management including creation and storage of ssh key
    K8s: added a namespace for shared secrets: Bastion ssh key, MySQL root credentials
    RDS: Added storage auto-scaling
    Mongo: reverted to Tutor-installed MongoDB pod on k8s