Skip to content

Releases: linode/terraform-provider-linode

v1.29.1

05 Aug 16:13
e9b424d
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Wait for linode_instance_disk to be ready during creation @LBGarber (#683)

v1.29.0

05 Aug 14:47
3c65f21
Compare
Choose a tag to compare

🚀 Added

  • Added linode_instance_config and linode_instance_disk resources @LBGarber (#673)
    • Deprecates defining explicit Configs and Disks through the linode_instance resource
  • Added linode_domain_zonefile data source @jriddle-linode (#672)

🐛 Bug Fixes

  • Raise unhandled error in createResourceFromUpload @LBGarber (#675)
  • Handle resolving the previous K8s version only one version is available @LBGarber (#679)

v1.28.1

18 Jul 18:16
f699aa0
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Raise errors when unable to open files using linode_image @LBGarber (#675)

v1.28.0

14 Jun 13:35
fe165a2
Compare
Choose a tag to compare

🚀 New Resources

  • Add linode_ipv6_range data source by @LBGarber in #623
  • Add linode_database_access_controls resource by @LBGarber in #621
  • Add linode_database_mysql data source by @LBGarber in #624
  • Add linode_instance_shared_ips resource by @LBGarber in #636
  • Add linode_database_backups data source by @LBGarber in #656
  • Add support for MongoDB by @LBGarber in #656
    • Add linode_database_mongodb resource and data source
  • Add support for PostgreSQL clusters by @LBGarber in #662
    • Add linode_database_postgresql resource and data source

💡 Improvements

  • Add support for linode_ipv6_range Linode ID reassignment by @LBGarber in #616
  • Add shared_ipv4 field to linode_instance resource by @LBGarber in #609
  • Add support for updating Managed Databases maintenance windows by @LBGarber in #651

🐛 Bug Fixes

  • Resolve segfault in ID matching logic for linode_object_storage_bucket by @LBGarber in #631
  • Honor boot_config_label upon new resource creation by @kitknox in #640
  • Resolve inconsistent diff with IPv6 ranges in linode_firewall by @LBGarber in #638

📖 Documentation

v1.27.2

10 May 15:51
1e7dc94
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Backport bug fixes from dev branch @LBGarber (#642)
    • Suppress diffs on equivalent IPv6 fields @LBGarber
    • Honor boot_config_label upon new resource creation @kitknox
  • Increase polling interval defaults @LBGarber (#641)

v1.27.1

02 May 19:49
dfbdae4
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Resolve segfault when defining lifecycle rules in linode_object_storage_bucket @LBGarber (#633)

v1.27.0

30 Mar 14:58
91bc671
Compare
Choose a tag to compare

🚀 Added

  • Added dashboard_url field to linode_lke_cluster resource and data source @LBGarber (#606)
  • Added support for Linode Managed Databases @LBGarber (#601)
    • Added linode_databases data source
    • Added linode_database_engines data source
    • Added linode_database_mysql resource
    • Added linode_database_mysql_backups data source

🐛 Bug Fixes

  • Resolve inconsistent state ordering for lifecycle_rule @LBGarber (#612)

v1.26.3

25 Mar 17:50
4c9e7a7
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Allow null attributes for NodeBalancer and NodeBalancerConfig StateUpgrades @Charliekenney23 (#607)

v1.26.2

25 Mar 14:31
a6e4874
Compare
Choose a tag to compare

See v1.26.3 for more details.

v1.26.1

11 Mar 22:02
0a65f95
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Resolve issue that would prevent resize_disk from functioning properly @LBGarber (#602)