Skip to content

Releases: linode/terraform-provider-linode

v1.19.1

24 Jun 12:54
c0d225d
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Ensure missing resources are recreated @LBGarber (#360)
  • Fix panic on linode_instance_ip creation due to not propagating errors @manedurphy (#357)

v1.19.0

21 Jun 14:55
ef894fa
Compare
Choose a tag to compare

Changes

  • Fix misleading token value in provider block documentation @satyap (#342)
  • Add enum values to documentation @LBGarber (#333)
  • Add note for top-level interface usage @LBGarber (#324)
  • Allow external targets for SRV records @LBGarber (#317)
  • Update LKE k8s 1.17 reference in docs @Charliekenney23 (#314)
  • Remove early access warning from Firewall docs @LBGarber (#312)

🚀 Added

  • Add support for uploadable Machine Images @LBGarber (#300)
  • Add skip_instance_delete_poll to provider @Charliekenney23 (#347)

🐛 Bug Fixes

  • Use createOpts for detecting the presence of an Image on Instance creation @LBGarber (#350)

v1.18.0

12 May 15:53
68e35f1
Compare
Choose a tag to compare

Changes

v1.17.1

27 Apr 21:35
647c327
Compare
Choose a tag to compare

Changes

  • Fix a bug that causes a panic when logging linode instance update failures @LBGarber (#289)
  • Add missing schema field descriptions @LBGarber (#274)

v1.17.0

16 Apr 19:25
6a118bc
Compare
Choose a tag to compare

Changes

  • Add tests/examples for multiple firewall inbound/outbound rules @LBGarber (#273)
  • Add missing attributes to instance_type docs @LBGarber (#272)
  • Add grants to linode_user resource @LBGarber (#266)
  • Add linode_instance_backups data source @LBGarber (#264)
  • Updating VLAN Readme @jordanfelle (#268)
  • Fix bug that prevented Object Storage Objects from being provisioned outside of us-east @LBGarber (#265)
  • Add linode_kernel data source @LBGarber (#262)
  • move build dependencies to separate tools go module @Charliekenney23 (#260)
  • make linode_instance context-aware @Charliekenney23 (#257)
  • Ensure filters are valid for filter data sources @LBGarber (#253)
  • Add linode_images datasource @LBGarber (#250)
  • add provider config field to specify lke event poll interval @Charliekenney23 (#252)
  • instances with explicit disks should not target offline status @Charliekenney23 (#251)
  • Add linode_instances data source @LBGarber (#248)
  • Add lifecycle and versioning for linode_object_storage_bucket resource @LBGarber (#245)
  • Remove incorrect description from Firewall docs @LBGarber (#246)
  • Add NodeBalancer-related data sources @LBGarber (#244)
  • Make NodeBalancer config protocol case-insensitive @LBGarber (#243)
  • Fix instance creation timeout on no image specified @LBGarber (#242)
  • handle missing rdns in resource read @Charliekenney23 (#241)
  • Make firewall protocol case-insensitive @LBGarber (#236)
  • Add ACL and CorsEnabled fields to Object Storage bucket resource @LBGarber (#238)
  • Mark ssl_cert as sensitive and don't retrieve ssl_key @phillc (#240)
  • don't use linodego SetPollDelay @Charliekenney23 (#239)
  • Add firewall datasource @LBGarber (#234)
  • Updated SSH Key Example @jordanfelle (#237)
  • allow upgrading lke_cluster.k8s_version @Charliekenney23 (#221)

v1.16.0

11 Mar 14:52
9926884
Compare
Choose a tag to compare

Changes

This release contains many changes to the firewalls resource. You will need to make changes to your manifests to continue using firewalls. See the documentation for more information.

v1.15.2

09 Mar 18:36
7c52025
Compare
Choose a tag to compare

Changes

This release has no functional changes.

  • Update documentation for a firewall rule's ports @phillc (#229)

v1.15.1

09 Mar 16:56
616c8e8
Compare
Choose a tag to compare

Changes

  • Bare minimum firewall configuration doesn't need port @phillc (#228)

v1.15.0

08 Mar 16:59
64e21e2
Compare
Choose a tag to compare

This release changes the address field in firewall rules to ipv4 and ipv6.

Changes

  • Update go to 1.16 to allow darwin_arm64 support @phillc (#225)
  • Modify firewall ip address declaration, and allow a firewall with no linodes. @phillc (#220)
  • Refactor linode_lke_cluster update to reuse node pools @Charliekenney23 (#215)
  • Add user resource @Charliekenney23 (#214)
  • Add lke cluster datasource @Charliekenney23 (#218)
  • Update master to main in README & Docs links @ondrejsika (#219)
  • Update linodego to v0.25.1 @phillc (#216)
  • Add Import Section to object_storage_bucket.html.md @stack72 (#213)
  • Making Linode IDs Optional @jordanfelle (#202)

v1.14.3

28 Jan 16:34
15613ee
Compare
Choose a tag to compare
Merge pull request #208 from Charliekenney23/fix/watchdog-enabled-by-…