Releases: linode/terraform-provider-linode
Releases · linode/terraform-provider-linode
v2.41.0
What's Changed
📋 New Project
- UDP NodeBalancers by @ezilber-akamai in #1877
🐛 Bug Fixes
- Add missing post-AddError(...) returns where necessary by @lgarber-akamai in #1874
📦 Dependency Updates
- build(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.13.0 to 1.13.1 by @dependabot in #1889
- build(deps): bump github.com/hashicorp/terraform-plugin-mux from 0.19.0 to 0.20.0 by @dependabot in #1886
Full Changelog: v2.40.0...v2.41.0
v2.40.0
What's Changed
📋 New Project
- Project: Configurable DB Params by @ezilber-akamai in #1885
🐛 Bug Fixes
- Resolve LKE node pool autoscaler disable error when using explicit node_count by @lgarber-akamai in #1854
- Added retry for
objkey500 errors by @ezilber-akamai in #1867
📖 Documentation
- Update Object Storage quota API doc links by @yec-akamai in #1868
📦 Dependency Updates
- build(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 by @dependabot in #1872
- build(deps): bump slackapi/slack-github-action from 2.0.0 to 2.1.0 by @dependabot in #1869
- build(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0 by @dependabot in #1870
- build(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 by @dependabot in #1871
- build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.1 to 2.37.0 by @dependabot in #1879
- build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.14.1 to 1.15.0 by @dependabot in #1881
- build(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.12.0 to 1.13.0 by @dependabot in #1878
- build(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.17.0 to 0.18.0 by @dependabot in #1882
- build(deps): bump github.com/hashicorp/terraform-plugin-mux from 0.18.0 to 0.19.0 by @dependabot in #1880
Other Changes
- Add deprecated warning for TF CLI < 1.0 by @zliang-akamai in #1875
Full Changelog: v2.39.0...v2.40.0
v2.39.0
What's Changed
🐛 Bug Fixes
- Fix label update and minor bug in LKE node pool resource by @yec-akamai in #1861
🚀 New Features
- Support Limits Visibility for Object Storage Quota by @yec-akamai in #1860
💡 Improvements
- Deprecate
ip_addressattribute oflinode_instanceresource by @zliang-akamai in #1849
📖 Documentation
- Add doc for node pool labels and taints; update
k8s_versionin docs by @zliang-akamai in #1858 - Update prefix in instance.md ipv6 example by @ykim-akamai in #1863
📦 Dependency Updates
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.2 to 1.79.3 by @dependabot in #1865
Full Changelog: v2.38.0...v2.39.0
v2.38.0
What's Changed
🐛 Bug Fixes
- Avoid sending invalid nodepool create options by @yec-akamai in #1848
💡 Improvements
- LKE Cluster APL Support by @jriddle-linode in #1811
- Add apl_enabled variable to LKEClusterModel struct by @ykim-akamai in #1851
⚙️ Repo/CI Improvements
- Add TF setup action in the test workflow by @zliang-akamai in #1843
📦 Dependency Updates
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.79.1 to 1.79.2 by @dependabot in #1845
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.12 to 1.29.14 by @dependabot in #1847
- build(deps): bump mvdan.cc/gofumpt from 0.7.0 to 0.8.0 in /tools by @dependabot in #1844
- build(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 by @dependabot in #1846
Full Changelog: v2.37.0...v2.38.0
v2.37.0
What's Changed
🐛 Bug Fixes
- Allow use of unknown tags when creating resources by @ezilber-akamai in #1824
- Disallow addresses when ACL is set to disabled by @zliang-akamai in #1800
🚀 New Features
- Support enterprise feature in node pool resource and improve its update logic by @yec-akamai in #1832
💡 Improvements
- Various Improvements to linode_networking_ip Resource and Data Sources by @lgarber-akamai in #1819
- Migrate account login data source to be based on the base data source by @zliang-akamai in #1825
- Restore update polling and add resize polling for DBaaS V2 Resources by @ezilber-akamai in #1833
- Updated more resource names in log to come from a single source of truth by @zliang-akamai in #1823
🧪 Testing Improvements
- Fix control plane acl test by @yec-akamai in #1842
⚙️ Repo/CI Improvements
- Update test submodule by @ykim-akamai in #1828
📦 Dependency Updates
- build(deps): bump crazy-max/ghaction-github-labeler from 5.2.0 to 5.3.0 by @dependabot in #1831
- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in #1829
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.9 to 1.29.12 by @dependabot in #1830
- build(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 by @dependabot in #1837
- build(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0 by @dependabot in #1836
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.78.2 to 1.79.1 by @dependabot in #1838
Full Changelog: v2.36.0...v2.37.0
v2.36.0
What's Changed
🚀 New Features
- Support Managed Database Suspension by @lgarber-akamai in #1804
💡 Improvements
- Make all resource names in log come from a single source of truth by @zliang-akamai in #1801
🧪 Testing Improvements
- Fix the k8s version for LKE-E test by @yec-akamai in #1827
⚙️ Repo/CI Improvements
- Update submodule by @ykim-akamai in #1815
📖 Documentation
- Added additional examples to
lkeversionsdatasource docs by @ezilber-akamai in #1816
📦 Dependency Updates
- build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.78.1 to 1.78.2 by @dependabot in #1818
- build(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.11.0 to 1.12.0 by @dependabot in #1822
- build(deps): bump github.com/hashicorp/go-cty from 1.4.1 to 1.5.0 by @dependabot in #1821
Full Changelog: v2.35.1...v2.36.0
v2.35.1
What's Changed
🐛 Bug Fixes
- Make bucket resources compatible with legacy API by @zliang-akamai in #1799
Full Changelog: v2.35.0...v2.35.1
v2.35.0
What's Changed
🚀 New Features
- Added support for tier in lkeversion and lkeversions datasources by @ezilber-akamai in #1776
⚙️ Repo/CI Improvements
- Add test summary to e2e slack notifications by @ykim-akamai in #1802
📦 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
What's Changed
🐛 Bug Fixes
- Replace update polling with status polling for DBaaS v2 updates by @ezilber-akamai in #1773
- Separate legacy and Aiven-backed database engine slug helpers by @lgarber-akamai in #1774
- Fix multiple issues with LKE Enterprise by @yec-akamai in #1788
- Correct the key for bucket label by @zliang-akamai in #1787
💡 Improvements
- Remove the validation function for
purposeattribute for interfaces by @zliang-akamai in #1772
🧪 Testing Improvements
- Ignored updated field DBaaS v2 tests by @ezilber-akamai in #1791
- Separated resize from update in DBaaS V2 tests by @ezilber-akamai in #1792
- Ignore oldest_restore_time in DBaaS tests by @ezilber-akamai in #1793
- Fix LKE control plane ACL test to match the updated API behavior by @yec-akamai in #1794
📖 Documentation
- Remove LKE ACL LA notices by @lgarber-akamai in #1775
- Fixed issues in DBaaS V2 documentation by @ezilber-akamai in #1789
- Cleanup references of legacy attribute
clusterin obj docs by @zliang-akamai in #1765
📦 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
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