Skip to content

Releases: anexia-it/terraform-provider-anxcloud

v0.6.6

17 Dec 16:31
Compare
Choose a tag to compare

What's New

  • resource/anxcloud_kubernetes_cluster: add apiserver_allowlist attribute to configure CIDRs allowed to access the apiserver (#228 @DrPsychick)

New Contributors

Full Changelog: v0.6.4...v0.6.6

v0.6.5

12 Nov 13:13
Compare
Choose a tag to compare
SYSENG-1806: Implement setting `bandwidth_limit` on vm networks

* This allows to set `bandwidth_limit` on each network of a VM, valid values are 100, 1000, 1000.
* Add changelog entry
* Update docs with known limitation
* Update example
* run `go mod tidy`

v0.6.4

27 Jun 08:33
Compare
Choose a tag to compare

The v0.6.3 release wasn't published because there was an issue in our release workflow. Check the v0.6.3 release notes to see what has changed since the last published release.

Full Changelog: v0.6.3...v0.6.4

v0.6.3

25 Jun 10:02
Compare
Choose a tag to compare

What's New

  • Reserve available IP addresses by @anx-mschaefer in #163
  • Implement anxcloud_vlan datasource by @nachtjasmin in #165

Full Changelog: v0.6.2...v0.6.3

v0.6.2

28 May 08:55
Compare
Choose a tag to compare

What's Changed

  • Add autoscaling for Kubernetes clusters by @nachtjasmin in #160
  • Increase Kubernetes Cluster create timeout by @anx-mschaefer in #161

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

21 Mar 08:31
Compare
Choose a tag to compare

Updated (... and hopefully fixed) the release configuration.

Check out v0.6.0 release notes for the latest changes.

v0.6.0

21 Mar 06:08
d0603e4
Compare
Choose a tag to compare

Breaking

Provider was updated to protocol version 6 which requires Terraform CLI 1.0 or newer from now on.

Added

  • SYSENG-1658: add e5e resources by @anx-mschaefer in #142
  • SYSENG-1659: add frontier resources by @anx-mschaefer in #139
  • SYSENG-1656: refactor disk handling by @anx-mschaefer in #147
  • SYSENG-1726: initialize terraform-plugin-framework by @anx-mschaefer in #153

Changed

  • Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #152
  • Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #156
  • Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /tools by @dependabot in #155

Full Changelog: v0.5.5...v0.6.0

v0.5.5

12 Jan 08:54
Compare
Choose a tag to compare

Fixed

  • resource/anxcloud_virtual_server now ignores changes in the order of IP addresses returned by the engine (within a network) (#149, @anx-mschaefer)

Full Changelog: v0.5.4...v0.5.5

v0.5.4

18 Dec 12:12
Compare
Choose a tag to compare

Changed

  • resource/anxcloud_dns_record:
    • create and delete operations are now handled in batches internally
    • attribute changes now trigger a replacement of the resource

Full Changelog: v0.5.3...v0.5.4

v0.5.3

30 Oct 11:11
Compare
Choose a tag to compare

Fixed

  • resource/anxcloud_virtual_server now correctly calculates sockets on read (#136, @anx-mschaefer)

Full Changelog: v0.5.2...v0.5.3