Skip to content

Releases: linode/terraform-provider-linode

v2.35.1

11 Mar 18:42
10d0ca1
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: v2.35.0...v2.35.1

v2.35.0

11 Mar 15:15
1853cad
Compare
Choose a tag to compare

What's Changed

🚀 New Features

⚙️ Repo/CI Improvements

📦 Dependency Updates

  • build(deps): bump golang.org/x/crypto from 0.34.0 to 0.35.0 by @dependabot in #1796
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.6 to 1.29.8 by @dependabot in #1798
  • build(deps): bump github.com/aws/smithy-go from 1.22.2 to 1.22.3 by @dependabot in #1777
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.77.1 to 1.78.1 by @dependabot in #1803
  • build(deps): bump github.com/hashicorp/go-cty from 1.4.1-0.20200723130312-85980079f637 to 1.4.1 by @dependabot in #1810
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.8 to 1.29.9 by @dependabot in #1805
  • build(deps): bump golang.org/x/sync from 0.11.0 to 0.12.0 by @dependabot in #1806
  • build(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0 by @dependabot in #1807
  • build(deps): bump golang.org/x/net from 0.35.0 to 0.37.0 by @dependabot in #1808

Full Changelog: v2.34.2...v2.35.0

v2.34.2

26 Feb 18:09
b682ea8
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

💡 Improvements

  • Remove the validation function for purpose attribute for interfaces by @zliang-akamai in #1772

🧪 Testing Improvements

📖 Documentation

📦 Dependency Updates

  • build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot in #1771
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.76.0 to 1.77.0 by @dependabot in #1770
  • build(deps): bump github.com/bflad/tfproviderlint from 0.30.0 to 0.31.0 in /tools by @dependabot in #1769
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.13.0 to 1.14.1 by @dependabot in #1785
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.16.0 to 0.17.0 by @dependabot in #1779
  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.0 to 2.36.1 by @dependabot in #1778
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.77.0 to 1.77.1 by @dependabot in #1784
  • build(deps): bump golang.org/x/crypto from 0.33.0 to 0.34.0 by @dependabot in #1781
  • build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #1780

Full Changelog: v2.34.1...v2.34.2

v2.34.1

13 Feb 21:25
7adac4f
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Check nil pointer before proceeding with parsing addresses in LKE ACL by @zliang-akamai in #1766

📦 Dependency Updates

  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.4 to 1.29.6 by @dependabot in #1758
  • build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot in #1760
  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.35.0 to 2.36.0 by @dependabot in #1762
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.75.2 to 1.76.0 by @dependabot in #1759
  • Bump golangci-lint -> v1.64.4 by @lgarber-akamai in #1767

Full Changelog: v2.34.0...v2.34.1

v2.34.0

07 Feb 17:28
fd24156
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

🚀 New Features

🧪 Testing Improvements

📦 Dependency Updates

  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.74.0 to 1.74.1 by @dependabot in #1740
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.1 to 1.29.2 by @dependabot in #1739
  • build(deps): bump github.com/hashicorp/terraform-plugin-mux from 0.17.0 to 0.18.0 by @dependabot in #1742
  • build(deps): bump github.com/linode/linodego from 1.46.0 to 1.47.0 by @dependabot in #1751
  • build(deps): bump crazy-max/ghaction-github-labeler from 5.1.0 to 5.2.0 by @dependabot in #1749
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.2 to 1.29.4 by @dependabot in #1750
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.74.1 to 1.75.2 by @dependabot in #1752

New Contributors

Full Changelog: v2.33.0...v2.34.0

v2.33.0

23 Jan 21:12
070def3
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Preserve booted status from state if instance is booted but boot event is unresolvable by @lgarber-akamai in #1702
  • Poll for database readiness in linode_database_postgresql_v2 before applying updates field by @lgarber-akamai in #1727
  • Manually compute CRC32 sum in PutObject helper by @lgarber-akamai in #1738
  • OBJ: Fix temporary keys with long bucket names by @endocrimes in #1713

🚀 New Features

💡 Improvements

📖 Documentation

  • Add doc example to grand explicit access to multiple buckets by @yec-akamai in #1714
  • Add documentation for new networking-related resources & data sources by @lgarber-akamai in #1729

📦 Dependency Updates

  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.0 to 1.72.2 by @dependabot in #1711
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.2 to 1.72.3 by @dependabot in #1719
  • build(deps): bump github.com/linode/linodego from 1.45.0 to 1.46.0 by @dependabot in #1725
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework-timeouts from 0.4.1 to 0.5.0 by @dependabot in #1722
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.5 to 1.29.0 by @dependabot in #1724
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.3 to 1.73.1 by @dependabot in #1730
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.0 to 1.29.1 by @dependabot in #1731
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.73.1 to 1.73.2 by @dependabot in #1732
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.73.2 to 1.74.0 by @dependabot in #1736
  • build(deps): bump github.com/aws/smithy-go from 1.22.1 to 1.22.2 by @dependabot in #1735
  • Switch from daily dependencies updates to weekly by @zliang-akamai in #1712

New Contributors

Full Changelog: v2.32.0...v2.33.0

v2.32.0

10 Jan 15:48
733403f
Compare
Choose a tag to compare

What's Changed

⚠️ Breaking Change

  • Migrate linode_object_storage_object resource to framework by @zliang-akamai in #1678
  • Fix deduplicate computed OBJ key regions issue and defer default value of cors_enabled to the API by @zliang-akamai in #1700

🚀 New Features

🐛 Bug Fixes

  • Always configure framework provider in Configure function by @zliang-akamai in #1681
  • Maintain consistency of ip_address when additional addresses are added to the instance by @zliang-akamai in #1692

💡 Improvements

🧪 Testing Improvements

  • Update outdated Alpine test images and stabilize intermittent failures related to instance by @ykim-akamai in #1683
  • Add ignore for inconsistent updated timestamp in API response by @ykim-akamai in #1694
  • Fix smoke test Slack payload by @ykim-akamai in #1671

📖 Documentation

⚙️ Repo/CI Improvements

  • Add dependencies and code scan workflows and organize existing workflows by @zliang-akamai in #1689

📦 Dependency Updates

  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.67.0 to 1.72.0 by @dependabot in #1674, #1684, #1698, and #1703
  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #1675
  • build(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.10.0 to 1.11.0 by @dependabot in #1670
  • build(deps): bump golang.org/x/crypto from 0.29.0 to 0.32.0 by @dependabot in #1685, #1690, and #1704
  • build(deps): bump golang.org/x/net from 0.31.0 to 0.34.0 by @dependabot in #1687, #1697, and #1705
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.15.0 to 0.16.0 by @dependabot in #1693
  • build(deps): bump github.com/linode/linodego from 1.44.0 to 1.44.1 by @dependabot in #1706

Full Changelog: v2.31.1...v2.32.0

v2.31.1

19 Nov 19:53
a2484da
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

📖 Documentation

🧪 Testing Improvements

⚙️ Repo/CI Improvements

📦 Dependency Updates

  • build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in #1653
  • build(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0 by @dependabot in #1652
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.1 to 1.28.5 by @dependabot in #1651
  • build(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 by @dependabot in #1655
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.66.2 to 1.67.0 by @dependabot in #1646
  • build(deps): bump slackapi/slack-github-action from 1.27.0 to 2.0.0 by @dependabot in #1660
  • build(deps): bump github.com/linode/linodego from 1.42.0 to 1.43.0 by @dependabot in #1666

New Contributors

Full Changelog: v2.31.0...v2.31.1

v2.31.0

07 Nov 17:02
32ff455
Compare
Choose a tag to compare

What's Changed

⚠️ Breaking Change

🚀 New Features

  • [LIMITED AVAILABILITY] Terraform support for creation + assigning additional reserved IP to linode by @AniJ98 in #1597

🐛 Bug Fixes

  • Simplify test retry system; fix hang when certain retryable tests fail by @lgarber-akamai in #1629

🧪 Testing Improvements

  • Add Cloud Firewall to LKE nodes after integration test execution by @ykim-akamai in #1617
  • Skip LDE tests and remove LDE capability in testRegion by @ykim-akamai in #1645

⚙️ Repo/CI Improvements

📖 Documentation

📦 Dependency Updates

  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.23 to 1.28.0 by @dependabot in #1622
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.66.0 to 1.66.1 by @dependabot in #1632
  • build(deps): bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0 by @dependabot in #1631
  • build(deps): bump github.com/hashicorp/terraform-plugin-mux from 0.16.0 to 0.17.0 by @dependabot in #1636
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.66.1 to 1.66.2 by @dependabot in #1633
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.0 to 1.28.1 by @dependabot in #1634
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.12.0 to 1.13.0 by @dependabot in #1641
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.14.0 to 0.15.0 by @dependabot in #1642
  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.34.0 to 2.35.0 by @dependabot in #1640

New Contributors

Full Changelog: v2.30.0...v2.31.0

v2.30.0

22 Oct 17:45
343d70d
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

🚀 New Features

🧪 Testing Improvements

  • Refactor smoke tests and add improve nightly workflow by @ykim-1 in #1566
  • Fix slack payload in integration workflow by @ykim-1 in #1600
  • Add missing test scope vpcsubnets to test matrix account by @ykim-1 in #1626
  • Ignore updated field assertions in firewall resource tests by @ykim-1 in #1628

📦 Dependency Updates

  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.62.0 to 1.63.1 by @dependabot in #1593
  • build(deps): bump github.com/aws/smithy-go from 1.21.0 to 1.22.0 by @dependabot in #1604
  • build(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 by @dependabot in #1610
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.63.1 to 1.65.0 by @dependabot in #1608
  • build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in #1607
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.65.0 to 1.66.0 by @dependabot in #1621
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.13.0 to 0.14.0 by @dependabot in #1625

Full Changelog: v2.29.1...v2.30.0