Skip to content

3.0.0

Compare
Choose a tag to compare
@headcr4sh headcr4sh released this 03 Jul 21:57
· 16 commits to master since this release

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.