Releases: linode/terraform-provider-linode
Releases · linode/terraform-provider-linode
v2.9.7
📦 Dependency Updates
- Re-pin linodego/k8s to commit hash to resolve issue that caused malformed request bodies @lgarber-akamai (#1126)
v2.9.6
🐛 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
v2.9.5
📦️ Dependency Updates
- Downgrade resty to v2.9.1 to avoid a bug @zliang-akamai (#1113)
v2.9.4
Changes
- Add
ComputeS3EndpointFromBucket
helper function @zliang-akamai (#1105) - Adding S3 Endpoint Computed Field @luthermonson (#1090)
- new: Expose
id
field in nestedlinode_instance
configuration profiles @lgarber-akamai (#1093) - new: Add custom type for fields that accept IPv4/IPv6 addresses @lgarber-akamai (#1081)
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
🐛 Bug Fixes
- fix: Remove resource from state if ID is empty @lgarber-akamai (#1085)
- Wait for disk deletion to complete @lucaferocino (#1089)
- Apply
FrameworkSafeInt64ToInt
@zliang-akamai (#1077)
📖 Documentation
- Fix db access control doc @zliang-akamai (#1086)
🧪 Testing Improvements
- Replace SDKv2 test helpers with
terraform-plugin-testing
@zliang-akamai (#1073)
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
Changes
- doc: Add guide for migrating to config and disk resources. @zliang-akamai (#1057)
- new: Add debug logging for Instance-related resources @lgarber-akamai (#1048)
- new: Overhaul API request logging system @lgarber-akamai (#1053)
- Migrate in-house time type to HC's implementation @zliang-akamai (#1067)
- Update
SafeInt64ToInt
for SDKv2 and first batch of usage @zliang-akamai (#1050) - Fix
nosec
Comment forgosec
and remove deprecatedio/ioutil
package @zliang-akamai (#1078) - fix: Revert integer ID attributes to strings @lgarber-akamai (#1075)
- fix: Move
GetTestClient()
and support API URL & version overrides @lgarber-akamai (#1072)
v2.9.1
📖 Documentation
- Updated go version requirement in README @zliang-akamai (#1058)
🐛 Bug Fixes
- Fixed NodeBalancer related data sources @zliang-akamai (#1066)
📦 Dependency Updates
- build(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0 @dependabot (#1055)
- build(deps): bump golang.org/x/net from 0.15.0 to 0.16.0 @dependabot (#1054)
- build(deps): bump github.com/hashicorp/terraform-plugin-framework @dependabot (#1065)
v2.9.0
💡 Improvements
- Added changes to accommodate DC-Specific Pricing @lgarber-akamai (#1028)
- Added validators for CIDR ranges in the
linode_firewall
resource @lgarber-akamai (#1043)
🚀 New Data Sources
- Added
linode_volumes
data source @jriddle-linode (#1031)
📖 Documentation
- Migrated docs @zliang-akamai (#1040)
- Improved documentation for early access resources and added warning on API version mismatch @lgarber-akamai (#1036)
🐛 Bug Fixes
- Corrected duration for
EventPollMilliseconds
in SDKv2 client @lgarber-akamai (#1042)
v2.8.0
🐛 Bug Fixes
- Reimplemented
wait_for_available
in migrated linode_rdns resource @lgarber-akamai (#1034) - Fixed DB maintenance day of week @zliang-akamai (#1016)
💡 Improvements
- Added deprecated message for embedded config and disk in
linode_instance
@zliang-akamai (#1019) - Added
firewall_id
field to Create @jriddle-linode (#1005) - Added support for NodeBalancers in Firewall-related resources @lgarber-akamai (#1004)
✅ Testing
- Upload test data to obj storage @ykim-1 (#1025)
v2.7.2
🐛 Bug Fixes
- Drop DiffSuppressFunc from
linode_instance
disk and config fields @lgarber-akamai (#995)
📖 Documentation
📦️ Dependency Updates
- build(deps): bump multiple terraform dependencies from HashiCorp @dependabot (#1008)
- build(deps): bump golang.org/x/crypto from 0.12.0 to 0.13.0 @dependabot (#1001)
- build(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.4.0 to 1.5.1 @dependabot (#996)
- build(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.11.0 to 0.12.0 @dependabot (#990)
⚙️ GitHub Workflows
- build(deps): bump actions/checkout from 3 to 4 @dependabot (#999)
- build(deps): bump goreleaser/goreleaser-action from 4.4.0 to 4.6.0 @dependabot (#1002)