Releases: GlueOps/terraform-module-cloud-aws-kubernetes-cluster
Releases · GlueOps/terraform-module-cloud-aws-kubernetes-cluster
v0.22.0
What's Changed
Enhancements 🎉
- feat: update to latest versions of AWS addons and AMI by @venkatamutyala in #142
Full Changelog: v0.21.0...v0.22.0
v0.21.0
What's Changed
Breaking Changes 🛠
Enhancements 🎉
- feat: update ami and calico by @venkatamutyala in #136
Other 🐛
Full Changelog: v0.20.0...v0.21.0
Upgrade notes:
Update calico.yaml:
# Image and registry configuration for the tigera/operator pod.
tigeraOperator:
image: tigera/operator
version: v1.32.10
registry: quay.io
calicoctl:
image: docker.io/calico/ctl
tag: v3.27.4
And then run:
helm repo add projectcalico https://docs.tigera.io/calico/charts
helm repo update
helm diff upgrade calico projectcalico/tigera-operator --version v3.27.4 --namespace tigera-operator -f calico.yaml
Deploy new node pools with:
terraform apply -target='module.captain.module.node_pool["glueops-platform-node-pool-argocd-app-controller-2"]' -target='module.captain.module.node_pool["clusterwide-node-pool-2"]' -target='module.captain.module.node_pool["glueops-platform-node-pool-2"]'
And then destroy old ones. Note: there is a SG also being removed too.
v0.20.0
What's Changed
Enhancements 🎉
- Feat/updates by @venkatamutyala in #133
Other 🐛
- chore(deps): update dependency glueops/codespaces to v0.46.0 by @renovate in #132
- chore(deps): update docker/setup-buildx-action digest to 988b5a0 by @renovate in #131
- fix: missed all the CSI driver updates by @venkatamutyala in #134
- chore(deps): update dependency glueops/codespaces to v0.47.0 by @renovate in #135
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
Enhancements 🎉
- feat: update ami by @venkatamutyala in #129
Other 🐛
- chore(deps): update docker/setup-buildx-action digest to 4fd8129 by @renovate in #128
- chore(deps): update dependency glueops/codespaces to v0.45.0 by @renovate in #130
Full Changelog: v0.18.1...v0.19.0
v0.18.1
What's Changed
Other 🐛
- chore: update versions by @venkatamutyala in #127
Full Changelog: v0.18.0...v0.18.1
v0.18.0
What's Changed
Enhancements 🎉
- feat: update EKS AMI, CSI Driver, Core DNS, and KUbe proxy by @venkatamutyala in #123
Other 🐛
- chore(deps): update terraform-docs/gh-actions action to v1.2.0 by @renovate in #121
- chore(deps): update actions/checkout digest to 692973e by @renovate in #119
- chore(deps): update dependency glueops/codespaces to v0.44.0 by @renovate in #122
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
Enhancements 🎉
- Feat/update ami and add new nodepool by @venkatamutyala in #118
Other 🐛
- chore(deps): update actions/checkout digest to 0ad4b8f by @renovate in #111
- chore(deps): update dependency glueops/codespaces to v0.42.0 by @renovate in #117
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
Enhancements 🎉
- feat: upgrading from eks 1.27 -> 1.28 by @venkatamutyala in #112
- Feat/adding kube proxy and fixing core dns by @venkatamutyala in #114
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
Enhancements 🎉
- fix(github-actions): terraform docs commit message by @venkatamutyala in #98
- Chore/updates by @venkatamutyala in #110
Other 🐛
- chore(deps): pin dependencies by @renovate in #91
- chore(deps): pin terraform-docs/gh-actions action to 7a62208 by @renovate in #99
- chore(deps): update docker/setup-buildx-action digest to d70bba7 by @renovate in #103
- chore(deps): update terraform cloudposse/vpc/aws to v2.2.0 by @renovate in #101
- chore(deps): update terraform cloudposse/eks-cluster/aws to v2.9.0 by @renovate in #100
- chore(deps): update dependency glueops/codespaces to v0.40.0 by @renovate in #107
- chore(deps): update actions/checkout digest to 1d96c77 by @renovate in #108
- chore(deps): update dependency glueops/codespaces to v0.40.1 by @renovate in #109
New Contributors
Full Changelog: 0.14.0...v0.15.0
v0.14.0
- No changes