Skip to content

Releases: linode/terraform-provider-linode

v2.4.0

06 Jun 15:24
2773068
Compare
Choose a tag to compare

💡 Improvements

📖 Documentation

  • Added database_id deprecation notice for Managed Database data sources @ezilber-akamai (#859)

✅ Testing

  • Migrate acceptance tests to terraform-plugin-testing @zliang-akamai (#852)
  • Add retry for image upload when a 500 status code is returned @ykim-1 (#857)

v2.3.0

26 May 15:10
e8e80ff
Compare
Choose a tag to compare

Changes

Dependencies

  • build(deps): bump github.com/linode/linodego from 1.16.1 to 1.16.2 @dependabot (#817)

v2.2.0

15 May 19:35
88273ea
Compare
Choose a tag to compare

Changes

v2.1.1

13 May 02:45
f334963
Compare
Choose a tag to compare

This release resolves an artifact checksum issue that was the result of a failed release process. This version should be otherwise unchanged from v2.1.0.

v2.1.0

10 May 20:58
f334963
Compare
Choose a tag to compare

Changes

Terraform Framework Migration

Development Infrastructure, Configs, Dependencies, and Repository Updates

  • Simplified Acctest Command Dispatching Workflow @zliang-akamai (#799)
  • build(deps): bump github.com/bflad/tfproviderlint from 0.28.1 to 0.29.0, and golangci-lint from 1.47.2 to 1.52.2 in /tools @dependabot (#793)

v2.0.0

25 Apr 18:28
05f2e76
Compare
Choose a tag to compare

Introducing support for Terraform Framework Provider
We will continue to support terraform SDKv2 via muxing

Changes

🚀 New Resources

💡 Improvements

v1.30.0

02 Feb 19:24
c6661fd
Compare
Choose a tag to compare

🚀 New Resources

💡 Improvements

📖 Documentation

v1.29.4

14 Oct 14:26
a31a54e
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Resolve issue with implicit password generation @LBGarber (#711)

v1.29.3

11 Oct 19:55
0681acf
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Generate random root password if not specified in linode_instance_disk @LBGarber (#709)
  • Exclude non-updated fields from LKE update requests @LBGarber (#706)
  • Normalize values to underlying types in filter data sources @LBGarber (#704)

📖 Documentation

  • Add clarity to linode_instance_config interface docs @LBGarber (#708)
  • Add any/all note to linode_stackscript documentation @LBGarber (#705)
  • Add examples for referencing filter data source outputs @LBGarber (#702)

v1.29.2

19 Aug 14:33
d8438c4
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Refactor event polling logic to not rely on local time @LBGarber (#687)
  • Resolve config booted field intermittent behavior @LBGarber (#689)

📖 Documentation