Skip to content

Releases: cookiecutter-openedx/cookiecutter-openedx-devops

v17.2.0

13 Feb 00:15
fcf2f71
Compare
Choose a tag to compare

Add an AWS EKS self-managed Ubuntu node group with codejail.

v17.1.0

06 Feb 15:05
890eafb
Compare
Choose a tag to compare
  • removes deprecated template_file provider, now replaced with builtin templatefile()
  • new Kubernetes cluster access methodology with terraform-aws-modules/eks/aws v20.0
  • version bumps to all Helm charts
  • version bumps to all AWS Terraform modules

v17.0.0

03 Jan 02:46
Compare
Choose a tag to compare

Quince release

v15.0.1

10 Aug 22:08
Compare
Choose a tag to compare

Olive service patches.

v15.0.0

03 Jul 15:56
eb466f2
Compare
Choose a tag to compare

upgrade to Olive

v14.1.1

19 Jun 02:18
Compare
Choose a tag to compare

Archive reference release for Open edX open-release/nutmeg.master version 14x

v1.1.0

17 Mar 20:08
cc6ec37
Compare
Choose a tag to compare

Lots of new functionality added related to gathering and storing meta data about the exact environment that was used to create AWS resources via Terraform. Also added functionality to gather and persist as much information as possible about build and deploy CI work flows.

  • add module to gather environment state data of current user
  • add cookiecutter meta tags for AWS resources
  • revert to installing nutmeg.2 by default
  • gather and persist CI build and deploy meta data in new k8s secrets
  • add scorm proxy service to backend file storage based on eduNEXT prototype

v1.0.26

08 Mar 18:35
Compare
Choose a tag to compare
  • bug fix: settings_merge.yml PREVIEW_LMS_BASE
  • refactor MySQL and MongoDB backup scripts
  • add sticky sessions to openedx and wordpress ingresses
  • add annotation to redirect http to https in openedx and wordpress ingresses
  • bump deploy CI kubectl to 1.25/stable
  • create one NAT gateway per availability zone
  • set settings.ENABLE_HTTPS=true in deployment
  • add a CORS policy to to openedx storage S3 bucket

v1.0.25

25 Feb 13:08
0abb55e
Compare
Choose a tag to compare
  • bump AWS EKS to release 1.25
  • bump AWS EKS Add-on versions
  • parameterize aws-auth.mapUsers
  • refactor AWS EKS Managed Node groups into two groups, service and hosting. Default the service group to 3 nodes and the hosting group to 0.
  • remove AWS EKS service node taints. replace these with node affinity for service pods to encourage isolation of these from nodes running mostly application software.
  • create AWS EBS volumes for Wordpress deployments so that we can control lifecycle, naming and drive volume attributes.

v1.0.24

18 Feb 01:54
Compare
Choose a tag to compare
  • refactor MySQL and MongoDB remote backup solutions
  • add backup cron jobs to Bastion
  • add lifecycle retention policy to AWS S3 backup bucket
  • refactor Kubernetes Dashboard