Releases: linode/terraform-provider-linode
Releases · linode/terraform-provider-linode
v1.19.1
🐛 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
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
v1.18.0
v1.17.1
v1.17.0
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
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
v1.15.1
v1.15.0
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
tomain
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)