Skip to content

Releases: linode/terraform-provider-linode

v2.12.0

03 Jan 18:42
31301ac
Compare
Choose a tag to compare

🚀 New Features

💡 Improvements

  • Add logging for obj cluster, bucket, and key @zliang-akamai (#1206)
  • Remove usage of deprecated attributes; fix examples @zliang-akamai (#1213)
  • Migrate firewalldevice package to Terraform Framework @zliang-akamai (#1214)
    • Breaking change: Create and Updated attributes in linode_firewall_device are now in RFC3339 format.
  • Implement Flatten Functions with Preserving Known Option for VPC Subnet @zliang-akamai (#1210)

✔️ Test & CI Improvements

  • Fix test by ignoring the failure and waiting for upstream fix @zliang-akamai (#1217)
  • test: move test upload logic to using submodule with external repository @ykim-1 (#1216)

v2.11.0

19 Dec 17:40
08ca407
Compare
Choose a tag to compare

🚀 New Features

  • Project DC Get Well changes are now available @lgarber-akamai @yec-akamai (#1207)
  • Add accountavailability data source to show customer-specific unavailable resources in region based on capabilities @yec-akamai (#1174)
    Add linode_account_availabilities data source to list service types that are unavailable in account for given region @yec-akamai (#1173)
  • Adding Framework validator for label attributes @amisiorek-akamai (#1135)

💡 Improvements

🐛 Bug Fixes

  • Enhance linode_domain_record resource to prevent unnecessary diffs when users include their FQDN in the record's name @lgarber-akamai (#1166)

✔️ Test & CI Improvements

📦 Dependency Updates

  • build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 @dependabot (#1202)
  • build(deps): bump github.com/linode/linodego from 1.25.0 to 1.26.0 @dependabot (#1204)
  • build(deps): bump github.com/linode/linodego/k8s from 1.25.1 to 1.25.2 @dependabot (#1205)
  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.30.0 to 2.31.0 @dependabot (#1197)
  • build(deps): bump github.com/hashicorp/terraform-plugin-mux from 0.12.0 to 0.13.0 @dependabot (#1195)
  • build(deps): bump actions/stale from 8 to 9 @dependabot (#1191)
  • build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.15.3 to 1.15.7 @dependabot (#1182, #1192)
  • build(deps): bump actions/setup-python from 4 to 5 @dependabot (#1180)
  • build(deps): bump actions/setup-go from 4 to 5 @dependabot (#1179)
  • build(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.5.1 to 1.6.0 @dependabot (#1171)

v2.10.1

04 Dec 17:33
50457d3
Compare
Choose a tag to compare

🐛 Bug Fixes

✔️ Repository & CI Improvements

📦 Dependency Updates

v2.10.0

17 Nov 18:41
cf3a2e8
Compare
Choose a tag to compare

🚀 New Features

🐛 Bug Fixes

✔️ Repository & CI Improvements

📦 Dependency Updates

  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.29.0 to 2.30.0 @dependabot (#1134)
  • build(deps): bump github.com/hashicorp/terraform-plugin-go from 0.19.0 to 0.19.1 @dependabot (#1140)
  • build(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 @dependabot (#1131)

v2.9.7

08 Nov 19:47
8a3712f
Compare
Choose a tag to compare

📦 Dependency Updates

  • Re-pin linodego/k8s to commit hash to resolve issue that caused malformed request bodies @lgarber-akamai (#1126)

v2.9.6

08 Nov 18:13
954e572
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Resolved issue that caused unexpected context deadline timeouts on LKE cluster recycle operations @lgarber-akamai (#1120)

📦 Dependency Updates

  • Bump github.com/linode/linodego/k8s from 0.0.0-20200831124119-58d5d5bb7947 to 1.25.0 @dependabot (#1123)

✔️ CI Improvements

  • Remove unnecessary TESTARGS in integrations-test.yaml file @ykim-1 (#1118)
  • Edit test.yml to allow GHA to mark build statuses appropriately @ykim-1 (#1112)

v2.9.5

03 Nov 20:22
156c624
Compare
Choose a tag to compare

📦️ Dependency Updates

v2.9.4

01 Nov 19:59
690e155
Compare
Choose a tag to compare

Changes

Dependency updates

  • build(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 @dependabot (#1096)
  • build(deps): bump github.com/aws/aws-sdk-go from 1.42.16 to 1.47.0 @dependabot (#1097, #1106)
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.4.1 to 1.4.2 @dependabot (#1094)
  • build(deps): bump github.com/linode/linodego from 1.23.0 to 1.24.0 @dependabot (#1092)

v2.9.3

23 Oct 19:33
7ce8ea2
Compare
Choose a tag to compare

🐛 Bug Fixes

📖 Documentation

🧪 Testing Improvements

Dependancy Updates

  • build(deps): bump github.com/go-resty/resty/v2 from 2.7.0 to 2.10.0 @dependabot (#1079)
  • build(deps): bump release-drafter/release-drafter from 5.24.0 to 5.25.0 @dependabot (#1087)
  • build(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 @dependabot (#1070)
  • build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 @dependabot (#1071)

v2.9.2

16 Oct 21:08
938ac42
Compare
Choose a tag to compare

Changes