Skip to content

Releases: selectel/terraform-provider-selectel

v4.0.0-alpha

22 Aug 15:41
Compare
Choose a tag to compare

FEATURES:

  • Added new authorization method via keystone users instead of x-token
  • Move service discovery to Keystone instead hardcode

IMPROVEMENTS:

  • Deprecate selectel_vpc_token_v2

v3.11.0

30 Jun 10:36
e6f8ff0
Compare
Choose a tag to compare

FEATURES:

  • New Resource: selectel_dbaas_postgresql_logical_replication_slot_v1 (#214)
  • New Resource: selectel_craas_token_v1 (#218)
  • New Resource: selectel_craas_registry_v1 (#218)

IMPROVEMENTS:

  • Added mysql_native datastore type for the selectel_dbaas_mysql_datastore_v1 resource (#213)
  • Updated dbaas-go dependency to v0.8.0 (#214)

v3.10.0

08 Jun 16:45
50c57d7
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Updated Go version to 1.20 (#222)
  • Updated golangci-lint in CI to v1.55.1 (#222)
  • Updated terraform-plugin-sdk to v2.24.1 (#220)
  • Removed nl-1 region (#226)

BUG FIXES:

  • Fixed an issue with failing creation of the selectel_vpc_project_v2 resource with specified quotas (#227)

v3.9.1

08 Feb 08:34
f33b349
Compare
Choose a tag to compare

IMPROVEMENTS:

Update selvpcclient to v2 (#216)
Actualisation of API schemas (#216)
Add quotas updating with regional quotas service (#216)

v3.9.0

17 Nov 12:45
Compare
Choose a tag to compare

FEATURES:

  • New Resource: selectel_dbaas_postgresql_datastore_v1 (#206)
  • New Resource: selectel_dbaas_mysql_datastore_v1 (#206)
  • New Resource: selectel_dbaas_redis_datastore_v1 (#206)
  • New Resource: selectel_dbaas_postgresql_database_v1 (#206)
  • New Resource: selectel_dbaas_mysql_database_v1 (#206)
  • New Resource: selectel_dbaas_postgresql_extension_v1 (#206)

IMPROVEMENTS:

  • Added support for ALIAS, CAA and SSHFP DNS records to selectel_domains_record_v1 resource (#210)

DEPRECATED:

  • selectel_dbaas_datastore_v1 resource marked as deprecated and is going to be removed (#206)
  • selectel_dbaas_database_v1 resource marked as deprecated and is going to be removed (#206)
  • selectel_dbaas_extension_v1 resource marked as deprecated and is going to be removed (#206)

v3.8.5

14 Oct 10:58
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Added nodegroup_type attribute to selectel_mks_nodegroup_v1 resource (#202)
  • Added handling for private kube API clusters to selectel_mks_cluster_v1 resource (#204)

DEPRECATED:

  • Removed selectel_vpc_vrrp_subnet_v2 resource because it has been deprecated in the Selectel VPC V2 API (#199)

v3.8.4

18 May 13:25
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Added new region nl-1 for MKS (#197)

v3.8.3

16 May 08:13
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Added quotas check for selectel_mks_cluster_v1 and selectel_mks_nodegroup_v1 resources (#195)

v3.8.2

06 May 14:39
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Added ability to upgrade unsupported kubernetes versions for the selectel_mks_cluster_v1 resource (#193)

v3.8.1

15 Apr 09:11
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Added taints update support for the selectel_mks_nodegroup_v1 resource (#189)
  • Updated dbaas-go dependency to v0.5.0 (#188)
  • Updated golangci-lint in CI to v1.44.0 (#192)