Skip to content

Releases: qvest-digital/terraform-kubernetes-tiller

3.4.0

27 Oct 15:37
Compare
Choose a tag to compare

Thanks to Sven Müller who provided the patch to make this release possible!

Changelog

Updated

  • Default Tiller version has been updated to v2.17.0.

Changed

  • Container image location has been updated to reflect latest changes.

3.3.0

11 Oct 16:09
Compare
Choose a tag to compare

Changelog

Added

Thanks to "sjmiller" who provided the patch
to make this possible.

  • Support for tolerations and node selectors has been added.

3.2.1

11 Oct 15:54
Compare
Choose a tag to compare

Changelog

Thanks to Terje Torkelsen who spotted an evil typo / copy&paste error and provided a PR to fix it.

Fixed

  • Incorrect labels on deployed pods have been changed.

3.2.0

17 Sep 14:26
Compare
Choose a tag to compare

Changelog

Thanks again to Steven Miller who provided input
for the configurable storage backend configuration.

Added

  • The storage backend has been made configurable.

Updated

  • Default tiller version has been updated to v2.14.3

3.1.0

28 Jul 10:52
Compare
Choose a tag to compare

Changelog

Added

  • Support for custom TLS certificates.

3.0.0

03 Jul 21:57
Compare
Choose a tag to compare

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.

2.0.0

26 Jun 21:35
Compare
Choose a tag to compare

Changelog

Thanks to Noah Fontes for the pull request
that made this release possible!

Updated

  • The module is now compatible with Terraform v0.12.
  • Minimum required version of the Kubernetes provider plugin is now v1.7.0.
  • Default Tiller version to be installed is now v2.14.1.

Fixed

  • Label matching should now work as supposed to out-of-the-box.