Skip to content

Releases: gridscale/terraform-provider-gridscale

v1.17.0

05 Jan 17:59
Compare
Choose a tag to compare

FEATURES:

  • Allow to set hardware_profile_config in server resource PR #212.

v1.16.2

07 Nov 17:36
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add retry when API backend returns error code 409 via gsclient-go v3.10.1.
  • Improve documentation.

v1.16.1

19 Oct 07:27
Compare
Choose a tag to compare

BUG FIXES:

  • (Hot fix) Fix type assertion bug caused by non-existent k8s_surge_node_count PR #212.

v1.16.0

14 Oct 07:08
Compare
Choose a tag to compare

FEATURES:

  • Allow to set gsk_version in k8s resource.
  • Allow switching between release and gsk_version in k8s resource.
  • Add surge node feature to k8s resource.
  • Add gridscale_object_storage_bucket resource allowing manage object storage bucket in gridscale.
    IMPROVEMENTS:
  • Add retry when API backend returns error code 424, 500 via gsclient-go v3.10.0.

v1.15.0

22 Jul 11:59
Compare
Choose a tag to compare

FEATURES:

  • Add private network support for PaaS resources PR #99

IMPROVEMENTS:

v1.14.3

07 Apr 13:03
Compare
Choose a tag to compare

BUG FIXES:

  • (Hot fix) Fix updating a network's name, labels and l2security locks a server which is attached to that network until the update is finished. The issue is fixed in gsclient-go v3.9.1.

v1.14.2

30 Mar 11:08
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Suppress server-power-state update's error 400. #196

BUG FIXES:

  • Fix incorrect maximum number of networks that can be connected to a server. #197

v1.14.1

10 Feb 10:17
657d06d
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Allow backend to set hardware profile when hardware_profile is not set (q35 at the time of writing) #191
  • Allow to set backup location when creating a backup schedule. #193

v1.14.0

20 Jan 13:23
Compare
Choose a tag to compare

FEATURES:

  • Add filesystem resource #189.
  • Allow assigning DHCP IP to a server #190.

IMPROVEMENTS:

  • Update network's docs.
  • Update server's docs.

BUG FIXES:

  • Fix network ordering of a server issue #142. NOTE: The network ordering of the server now corresponds to the order of the networks in the server resource block. The field ordering is deprecated.
  • Fix the field dhcp_range is not set automatically by the backend, when it is not set manually in terraform #190.
  • Updating server-storage relations and server-network relations' properties (except the order) will no longer require the server to be shutdown #190.

v1.13.0

09 Sep 15:12
Compare
Choose a tag to compare

FEATURES:

  • Add DHCP properties/options to the network resource/data source #180.

IMPROVEMENTS:

  • Update the network's docs.