Skip to content

Releases: GlueOps/terraform-module-cloud-aws-kubernetes-cluster

v0.22.0

06 Sep 03:24
4bd1b9f

Choose a tag to compare

What's Changed

Enhancements 🎉

Full Changelog: v0.21.0...v0.22.0

v0.21.0

15 Aug 08:39
9c97b9c

Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • chore(deps): update terraform cloudposse/eks-node-group/aws to v3 by @renovate in #124

Enhancements 🎉

Other 🐛

  • chore(deps): update terraform cloudposse/eks-cluster/aws to v3 by @renovate in #137

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

06 Aug 06:31
3644505

Choose a tag to compare

What's Changed

Enhancements 🎉

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

25 Jul 23:23
aa6f750

Choose a tag to compare

What's Changed

Enhancements 🎉

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

24 Jun 21:50
9a5baf3

Choose a tag to compare

What's Changed

Other 🐛

Full Changelog: v0.18.0...v0.18.1

v0.18.0

24 Jun 20:21
5c120d2

Choose a tag to compare

What's Changed

Enhancements 🎉

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

20 May 02:29
79a1f56

Choose a tag to compare

What's Changed

Enhancements 🎉

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

10 May 23:47
a2e524c

Choose a tag to compare

What's Changed

Enhancements 🎉

Full Changelog: v0.15.0...v0.16.0

v0.15.0

26 Apr 20:02
24d6c70

Choose a tag to compare

What's Changed

Enhancements 🎉

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

03 Apr 22:08

Choose a tag to compare

  • No changes