Skip to content

Releases: cookiecutter-openedx/cookiecutter-openedx-devops

v1.0.23

14 Feb 01:57
Compare
Choose a tag to compare
  • Add Kubecost to stack
  • Add resource quota to Wordpress environment

v1.0.22

13 Feb 21:42
Compare
Choose a tag to compare
  • 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

08 Feb 00:16
b783906
Compare
Choose a tag to compare

Adds an optional Wordpress site to environment.

v1.0.20

03 Feb 02:09
Compare
Choose a tag to compare
  • 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

29 Jan 19:55
35eb33b
Compare
Choose a tag to compare

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

28 Jan 20:33
Compare
Choose a tag to compare
  • add support for MFE's
  • convert defalt stack certificate.yml to a template to parameterize name and namespace
  • ensure that the secret name of all cert requests matches the domain name of the request itself

v1.0.17

21 Jan 22:03
Compare
Choose a tag to compare
  • 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

v1.0.16

18 Jan 01:10
Compare
Choose a tag to compare
  • add a kms_key_owners list to AWS EKS stack
  • add Cookiecutter parameter documentation

v1.0.15

16 Jan 14:14
7f27cef
Compare
Choose a tag to compare
  • move redis module from environment to stack
  • add tags to all redis resources
  • fix all redis module deprecation warnings
  • refactor redis security group from module to direct terraform resource declaration

v1.0.14

15 Jan 20:36
Compare
Choose a tag to compare
  • set stack mysql k8s secret HOST to route53 subdomain
  • add a more complete set of outputs to each stack module
  • add missing cluster name and namespace to build workflow
  • add complete mock inputs and dependency declarations through environment hcl files.