Skip to content

v0.21.0

Choose a tag to compare

@venkatamutyala venkatamutyala released this 15 Aug 08:39
· 94 commits to main since this release
9c97b9c

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.