v0.10.0-beta.0
Pre-release
Pre-release
- Adds cluster-local modules for the new development environment feature
- Updates kind provider to v0.0.3
- Adds disable_default_ingress support to kind module
Upgrade Notes
This release allows teams to update their existing repositories to the new local development environment feature. To make this straightforward, there are no changes to actual AKS, EKS or GKE clusters between this and the previous v0.9.4-beta.0
release.
AKS, EKS and GKE
To update existing repositories to support the local development environment update the version in clusters.tf
and Dockerfile
to v0.10.0-beta.0
. Additionally, you need to install the kbst
CLI and get the Dockerfile.loc
delivered with the latest starters.
The easiest way to do this is to follow the first tutorial step and then copy the Dockerfile.loc
over from the temporary starter directory into your actual repository.