Skip to content

Releases: symbiosis-cloud/terraform-provider-symbiosis

v0.5.6

21 Mar 07:59
dfd54cf
Compare
Choose a tag to compare
fix: set region properly on cluster resource

v0.5.5

17 Mar 13:00
Compare
Choose a tag to compare
Add support for imports

v0.5.4

23 Feb 10:08
50ae25c
Compare
Choose a tag to compare

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

27 Jan 10:47
6a975d5
Compare
Choose a tag to compare
Add computed raw kubeconfig to cluster resource

v0.5.2

28 Dec 15:00
7ba6a71
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

06 Dec 13:26
9f8d1f2
Compare
Choose a tag to compare

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

  • @fhke made their first contribution in #8

Full Changelog: v0.5.0...v0.5.1

v0.5.0

01 Oct 01:37
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Added autoscaling support

This release adds support for cluster autoscaling.
Please report any issues that you run into.

v0.4.1

13 Sep 08:23
7b99a31
Compare
Choose a tag to compare
  • Fixed node pool examples and made examples more consistent

v0.4.0

08 Sep 10:16
Compare
Choose a tag to compare

Added ability to create HA clusters

*** BREAKING CHANGE ***

Removed cluster configuration section (nginx ingress)

v0.3.0

02 Jul 23:03
33779f4
Compare
Choose a tag to compare

Added:

  • Managing service accoutns
  • Add Certificates and private keys to cluster resource
  • Add taints and labels to nodes