Releases: symbiosis-cloud/terraform-provider-symbiosis
Releases · symbiosis-cloud/terraform-provider-symbiosis
v0.5.6
v0.5.5
Add support for imports
v0.5.4
What's Changed
- fix: remove hardcoded os+arch variable in makefile by @Styren in #18
- allow quantity to be empty when using autoscaling by @thecodeassassin in #20
Node pool quantity is now optional when autoscaling has been enabled. If you've set quantity on a node pool, ignore the changes using the "ignore_changes" lifecycle rule.
lifecycle {
ignore_changes = [
quantity,
]
}
Full Changelog: v0.5.3...v0.5.4
v0.5.3
Add computed raw kubeconfig to cluster resource
v0.5.2
What's Changed
- allow setting 0 as a min_size for autoscaling by @thecodeassassin in #13
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- upgrade go lib and normalised functions expanding autoscaling settings by @thecodeassassin in #11
- Add cluster data source, tidy Makefile by @fhke in #8
New Contributors
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Added autoscaling support
This release adds support for cluster autoscaling.
Please report any issues that you run into.
v0.4.1
- Fixed node pool examples and made examples more consistent
v0.4.0
Added ability to create HA clusters
*** BREAKING CHANGE ***
Removed cluster configuration section (nginx ingress)
v0.3.0
Added:
- Managing service accoutns
- Add Certificates and private keys to cluster resource
- Add taints and labels to nodes