Releases: qvest-digital/terraform-kubernetes-tiller
Releases · qvest-digital/terraform-kubernetes-tiller
3.4.0
3.3.0
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
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
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
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.
2.0.0
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.