Releases: cookiecutter-openedx/cookiecutter-openedx-devops
Releases · cookiecutter-openedx/cookiecutter-openedx-devops
v17.2.0
v17.1.0
v17.0.0
v15.0.1
v15.0.0
v14.1.1
v1.1.0
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
- 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
- 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.