Releases: cookiecutter-openedx/cookiecutter-openedx-devops
Releases · cookiecutter-openedx/cookiecutter-openedx-devops
v0.0.6
- upgrade Kubernetes cluster to 1.22
- bump Terraform aws module eks to 18.20
- bump Terraform aws module iam to 4.21
- bump Terraform aws module s3 to 3.1
- bump Terraform aws module vpc to 3.14
- bump Helm ingress-nginx to 4.1
- upgrade Helm cert-manager to 1.8
- bump Terraform provider kubernetes to 2.10
- bump Terraform provider aws to 4.11
- bump Terraform provider helm to 2.5
- bump hastexo/tutor-contrib-s3 to v0.2.1
- revert to MongoDB running on Kubernetes. Make DocumentDB a Cookiecutter install option
v0.0.5
v.0.0.4
- parameterized deployment yaml manifests with cookiecutter
- refactored VPC and EKS modules based on the current latest version of terraform-aws-modules modules
- upgraded AWS RDS Terraform module to v4
- added AWS certficates in us-east-1 and the aws region specified in environments/global.hcl
- added new module for Cloudfront distribution and DNS record for 'cdn' subdomain
- added new optional module for EC2 Bastion and DNS record for subdomain
- added version constraint parameters to cookiecutter for all terraform-aws-modules
- added mock outputs to terragrunt scripts to facilitate
run-all
init and validate operations in environments - added this change log
- resolved deprecation warnings in all modules
- restructured terraform folders
- fixed a bug that was causing multiple SSL/TLS certificates to be created in both us-east-1 as well as the environment region
- added the text 'openedx_devops' to the descriptions of all security groups, IAM roles, and IAM policies resources that are explicitly created by this repository