Releases: anexia-it/terraform-provider-anxcloud
Releases · anexia-it/terraform-provider-anxcloud
v0.6.6
What's New
- resource/anxcloud_kubernetes_cluster: add
apiserver_allowlist
attribute to configure CIDRs allowed to access the apiserver (#228 @DrPsychick)
New Contributors
- @89Q12 made their first contribution in #206
- @DrPsychick made their first contribution in #208
Full Changelog: v0.6.4...v0.6.6
v0.6.5
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
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
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
What's Changed
- Add autoscaling for Kubernetes clusters by @nachtjasmin in #160
- Increase Kubernetes Cluster create timeout by @anx-mschaefer in #161
New Contributors
- @nachtjasmin made their first contribution in #160
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
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
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
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
Fixed
- resource/anxcloud_virtual_server now correctly calculates sockets on read (#136, @anx-mschaefer)
Full Changelog: v0.5.2...v0.5.3