v0.12.0-beta.0
Pre-release
Pre-release
- AKS: Support configurable CNI #135 thanks @feend78
- Modules provide
current_config
output #140 thanks @feend78 - GKE: Add support for private nodes #132 thanks @Spazzy757
- Update the default nginx ingress version to v0.40.2-kbst.0 #143
Upgrade Notes
EKS
- No EKS specific changes.
GKE
- GKE upstream changed the default for new clusters to private nodes. Kubestack is following the new default with this release. Existing GKE clusters need to set
enable_private_nodes = false
to retain the previous configuration. Changing the private nodes setting requires recreating the cluster.
AKS
- The AKS module by default now uses calico for network policies. Previously created AKS clusters have to set
network_policy = null
inconfig.auto.tfvars
to retain the previous configuration. Changing thenetwork_policy
requires recreating the cluster.