Skip to content

Releases: linode/terraform-provider-linode

v3.7.0

19 Dec 16:00
2b35254

Choose a tag to compare

What's Changed

📋 New Project

🐛 Bug Fixes

🚀 New Features

💡 Improvements

📦 Dependency Updates

  • build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #2182
  • build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 by @dependabot[bot] in #2179
  • build(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #2183
  • build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.20 to 1.19.2 by @dependabot[bot] in #2181
  • build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 in the go_modules group across 1 directory by @dependabot[bot] in #2177
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.18.0 to 0.19.0 by @dependabot[bot] in #2180
  • Bump linodego to v1.62.0; use standby as secondary host in dbaas by @zliang-akamai in #2196
  • build(deps): bump github.com/golangci/golangci-lint/v2 from 2.6.0 to 2.6.2 in /tools by @dependabot[bot] in #2184

Full Changelog: v3.6.0...v3.7.0

v2.41.2

19 Dec 15:43
18a0254

Choose a tag to compare

What's Changed

🐛 Bug Fixes

📦 Dependency Updates

Full Changelog: v2.41.1...v2.41.2

v3.6.0

17 Nov 19:17
af81177

Choose a tag to compare

What's Changed

📋 New Project

🐛 Bug Fixes

💡 Improvements

🧪 Testing Improvements

⚙️ Repo/CI Improvements

📖 Documentation

  • Mentioned update the e2e_scripts submodule by @zdk in #2134
  • Clarify linode_id description in networking_ip resource doc by @zliang-akamai in #2168

📦 Dependency Updates

  • build(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #2145
  • build(deps): bump github.com/golangci/golangci-lint/v2 from 2.5.0 to 2.6.0 in /tools by @dependabot[bot] in #2140
  • build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.10 to 1.18.20 by @dependabot[bot] in #2148
  • build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #2144
  • build(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #2146
  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.37.0 to 2.38.1 by @dependabot[bot] in #2143
  • build(deps): bump github.com/aws/smithy-go from 1.23.0 to 1.23.1 by @dependabot[bot] in #2141
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework-timeouts from 0.5.0 to 0.7.0 by @dependabot[bot] in #2149

New Contributors

  • @zdk made their first contribution in #2134

Full Changelog: v3.5.1...v3.6.0

v3.5.1

07 Nov 21:44
76f38b0

Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: v3.5.0...v3.5.1

v3.5.0

24 Oct 16:23
29a38e3

Choose a tag to compare

What's Changed

📋 New Project

🐛 Bug Fixes

  • Require replacement on change of encryption attribute of a volume by @zliang-akamai in #2124
  • Add waiting period for temporary key to become effective for E2/3 endpoints as a workaround by @zliang-akamai in #2133

🚀 New Features

💡 Improvements

🧪 Testing Improvements

Full Changelog: v3.4.0...v3.5.0

v3.4.0

09 Oct 19:41
74caf62

Choose a tag to compare

What's Changed

📋 Projects

🚀 New Features

🐛 Bug Fixes

  • Poll for database active after applying updates during creation; ignore members on database import test step; fix Instance Config assertions by @lgarber-akamai in #2119
  • Use the correct DB type for MySQL database update polling during creation by @lgarber-akamai in #2120
  • Multiple miscellaneous updates by @zliang-akamai in #2088
  • Remove add_placement_groups user grant by @zliang-akamai in #2082

💡 Improvements

🧪 Testing Improvements

📦 Dependency Updates

  • build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.1 to 1.16.1 by @dependabot[bot] in #2106
  • build(deps): bump actions/github-script from 7 to 8 by @dependabot[bot] in #2103
  • build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #2100
  • build(deps): bump actions/stale from 9 to 10 by @dependabot[bot] in #2102
  • build(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 by @dependabot[bot] in #2107
  • build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.38.3 to 1.39.2 by @dependabot[bot] in #2104
  • build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2101
  • build(deps): bump github.com/golangci/golangci-lint/v2 from 2.4.0 to 2.5.0 in /tools by @dependabot[bot] in #2098
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.87.3 to 1.88.3 by @dependabot[bot] in #2108
  • build(deps): bump github.com/hashicorp/terraform-plugin-mux from 0.20.0 to 0.21.0 by @dependabot[bot] in #2105

Full Changelog: v3.3.0...v3.4.0

v3.3.0

10 Sep 19:15
9ce6610

Choose a tag to compare

What's Changed

🚀 New Features

  • Support LKE-E phase 2: Bring Your Own VPC, Dual Stack Cluster, Audit Log Enabling by @yec-akamai in #2079
  • Implement UseStateForUnknownIf for all types by @zliang-akamai in #2080

🧪 Testing Improvements

  • Stabilize image uploading integrate test by restricting the regions by @yec-akamai in #2084

Full Changelog: v3.2.0...v3.3.0

v3.2.0

04 Sep 17:34
04d60ba

Choose a tag to compare

What's Changed

📋 Projects

🚀 New Features

🐛 Bug Fixes

💡 Improvements

🧪 Testing & CI Improvements

📦 Dependency Updates

  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.85.0 to 1.87.3 by @dependabot[bot] in #2015, #2035, #2071
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.0 to 1.15.1 by @dependabot[bot] in #2012
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.30.0 to 1.31.6 by @dependabot[bot] in #2014, #2069
  • build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.18.0 to 1.19.0 by @dependabot[bot] in #2011, #2034, #2048
  • build(deps): bump github.com/golangci/golangci-lint/v2 from 2.3.0 to 2.4.0 in /tools by @dependabot[bot] in #2003, #2027
  • build(deps): bump golang.org/x/crypto from 0.40.0 to 0.41.0 by @dependabot[bot] in #2018
  • build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #2019
  • build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 by @dependabot[bot] in #2017
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #2036
  • build(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.13.2 to 1.13.3 by @dependabot[bot] in #2030
  • build(deps): bump github.com/linode/linodego from 1.54.0 to 1.55.0 by @dependabot[bot] in #2031
  • build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #2064

New Contributors

Full Changelog: v3.1.1...v3.2.0

v3.1.1

30 Jul 13:56
10e0d6d

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Remove RequiresReplace() for node pool k8s_version update by @yec-akamai in #1977

🧪 Testing Improvements

⚙️ Repo/CI Improvements

  • CI, Makefile, and golangci-lint Config Overhaul, Upgrade golangci-lint to v2 by @zliang-akamai in #1954

📦 Dependency Updates

  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.83.0 to 1.84.1 by @dependabot[bot] in #1982
  • build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in /tools in the go_modules group by @dependabot[bot] in #1948
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.17 to 1.29.18 by @dependabot[bot] in #1980
  • build(deps): bump github.com/golangci/golangci-lint/v2 from 2.2.1 to 2.2.2 in /tools by @dependabot[bot] in #1983
  • build(deps): bump github.com/aws/smithy-go from 1.22.4 to 1.22.5 by @dependabot[bot] in #1991
  • build(deps): bump github.com/linode/linodego from 1.53.0 to 1.54.0 by @dependabot[bot] in #2000
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.84.1 to 1.85.0 by @dependabot[bot] in #1999
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.18 to 1.30.0 by @dependabot[bot] in #1996
  • build(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.4 to 1.18.0 by @dependabot[bot] in #1997

Full Changelog: v3.1.0...v3.1.1

v3.1.0

17 Jul 13:52
51f6b5c

Choose a tag to compare

What's Changed

🐛 Bug Fixes

🚀 New Features

  • Added support for update_strategy and k8s_version fields in lke_linode_cluster pool by @ezilber-akamai in #1936

🧪 Testing Improvements

📦 Dependency Updates

  • build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.36.3 to 1.36.4 by @dependabot[bot] in #1932
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.15 to 1.29.16 by @dependabot[bot] in #1934
  • build(deps): bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 in the go_modules group by @dependabot[bot] in #1922
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.80.1 to 1.80.2 by @dependabot[bot] in #1933
  • build(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.13.1 to 1.13.2 by @dependabot[bot] in #1935
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.80.2 to 1.81.0 by @dependabot[bot] in #1938
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.16 to 1.29.17 by @dependabot[bot] in #1939
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.81.0 to 1.82.0 by @dependabot[bot] in #1949
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.82.0 to 1.83.0 by @dependabot[bot] in #1956
  • build(deps): bump github.com/linode/linodego from 1.52.1 to 1.53.0 by @dependabot[bot] in #1957
  • build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by @dependabot[bot] in #1971
  • build(deps): bump slackapi/slack-github-action from 2.1.0 to 2.1.1 by @dependabot[bot] in #1968
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework-nettypes from 0.2.0 to 0.3.0 by @dependabot[bot] in #1972

Full Changelog: v3.0.0...v3.1.0