3.0.0
Thanks to Steven Miller for the pull request
that initiated this release!
Changelog
Updated
- The minimum required version of Terraform is now v0.12.
Changed
- The service account token is now automatically mounted which reduces the
complexity of the module's configuration slightly by using a new feature
that has been introduced with version 1.8 of the kubernetes provider plugin.
Added
- A node selector can now be specified to control where the tiller pod
should be deployed. - The parameter
sessionAffinity
can now be specified when configuring
the Tiller service.