Releases: cookiecutter-openedx/cookiecutter-openedx-devops
Releases · cookiecutter-openedx/cookiecutter-openedx-devops
v1.0.23
v1.0.22
- add phpMyAdmin as an optional Wordpress installation feature
- tune Wordpress pod resource limits
- add Varnish cache as a stack installation option
- add VPC-CNI EKS Addon
- remove wildcards from all certificate manifests and ingresses
- consolidate all Wordpress config params into a single secret
- add multi-site Wordpress environment
v1.0.21
v1.0.20
- parameterize cluster issuer email address
- name cluster issuers and certificates by domain name
- add MFE url endpoint to CORS whitelist
- use a common TLS secret for service url endpoints
- bug fix MONGODB_HOST
- bump aws-ebs-csi-driver=v1.15.0-eksbuild.1
- refactor MFE treatment
v1.0.19
Adds the following feature toggles:
- stack_add_remote_mysql: Y to create and auto-configure AWS RDS for MySQL, N to use tutor's k8s pod
- stack_add_remote_mongodb: Y to create and auto-configure AWS EC2 remote MongoDB, N to use tutor's k8s pod
- stack_add_remote_redis: Y to create and auto-configure AWS ElastiCache Redis, N to use tutor's k8s pod
- stack_add_k8s_dashboard: Y to install and configure Kubernetes Dashboard
- stack_add_k8s_kubeapps: Y to install and configure VMWare Kubeapps
- stack_add_k8s_karpenter: Y to install and configure Karpenter
- stack_add_k8s_prometheus: Y to install and configure Prometheus
v1.0.18
v1.0.17
- add aws eks update-kubeconfig call ahead of annotating service account for AWS EBS CSI Driver
- add Terraform outputs to environments/modules/acm so that Terragrunt run-all won't complain
- parameterize environment ingress and certificate manifests
- parameterize REDIS_KEY_PREFIX in redis environment configuration