Releases: linode/ansible_linode
Releases · linode/ansible_linode
v0.16.0
Changes
- Bump mypy from 1.2.0 to 1.3.0 @dependabot (#357)
- Bump types-requests from 2.28.11.17 to 2.30.0.0 @dependabot (#354)
- Remove references to MongoDB @zliang-akamai (#351)
v0.15.2
Changes
- Adding tags to volume module @godismyjudge95 (#347)
- Fix body_json parsing of api_request module @zliang-akamai (#342)
- Bump ansible from 7.4.0 to 7.5.0 for dev environment @dependabot (#341)
v0.15.1
Changes
- Fix typo in documentation of
linode.cloud.instance_list@grzegorzk (#335) - Add support for volume cloning @ezilber-akamai (#327)
- fix: Resolve diffing issue for
instanceconfigs @lgarber-akamai (#333) - doc: Fix
instance_infodescription mismatch @lgarber-akamai (#329)
v0.15.0
🚀 New Modules
database_engine_list@ezilber-akamai (#304)domain_list@ezilber-akamai (#311)firewall_list@ezilber-akamai (#312)instance_list@ezilber-akamai (#298)instance_type_list@ezilber-akamai (#300)ip_rdns@zliang-akamai (#302)lke_version_list@ezilber-akamai (#305)nodebalancer_list@ezilber-akamai (#313)nodebalancer_stats@ezilber-akamai (#323)object_cluster_list@ezilber-akamai (#313)region_list@ezilber-akamai (#301)token_list@ezilber-akamai #312user_list@ezilber-akamai (#313)volume_list@ezilber-akamai (#309)
💡 Improvements
- Added support for additional IP allocations in
linode_instancemodule @ezilber-akamai (#320) - Improve polling consistency in
instancemodule @lgarber-akamai (#299, #294) - Added graceful error handling for known error types @lgarber-akamai (#306)
- Added
zone_fileresponse field todomainanddomain_infomodules @ezilber-akamai (#326)
🐛 Bug Fixes
📖 Documentation
- Improved documentation formatting and whitespace @lgarber-akamai (#274)
v0.14.0
🚀 Improvements
- Move to class-based internal spec system @lgarber-akamai (#282)
- Add
ssh_key,ssh_key_info, andssh_key_listmodules @zliang-akamai (#273 #269 #255) - Add improved timeout system for polling modules @lgarber-akamai (#256)
🐛 Bug Fixes
- Fix broken update logic in
lke_clustermodule @lgarber-akamai (#288) - Bypass OAuth errors in
lke_cluster_infomodule @lgarber-akamai (#264) - Resolve issue with
firewallmodule update logic @marcfiu (#259)
📖 Documentation
- Add
conflicts_withdocumentation field @lgarber-akamai (#268) - Add dynamic
requirements.txtinstall URL in README @lgarber-akamai (#283) - Fix filter example in
event_list.md@johnwcallahan (#262)
v0.13.0
🚀 New Features
- Add support for defining interfaces in
instanceconfigs @lgarber-akamai (#247) - Add support for dynamically updating
firewallrules @marcfiu (#221) - Add
database_listmodule @lgarber-akamai (#241) - Add
type_listmodule @jriddle-linode (#240) - Add
stackscript_listmodule @jriddle-linode (#238) - Add
ipv6_range_infomodule @lgarber-akamai (#235) - Add
vlan_listmodule @jriddle-linode (#231)
📖 Documentation
- Display whether fields are updatable in generated documentation @lgarber-akamai (#236)
v0.12.1
v0.12.0
🚀 New Features
- Add
api_requestmodule @lgarber-akamai (#227) - Add
database_mysql_infomodule @lgarber-akamai (#218) - Add
database_postgresql_infomodule @lgarber-akamai (#222) - Add
image_listmodule @lgarber-akamai (#226) - Add
ip_infomodule @LBGarber (#213) - Add
stackscript_infomodule @LBGarber (#214) - Add
token_infomodule @lgarber-akamai (#217)
🐛 Bug Fixes
- Strip FQDN from
domain_recordname @lgarber-akamai (#223) - Improve polling logic for
lke_clustermodule @lgarber-akamai (#220)
📖 Documentation
- Fix StackScript response documentation @lgarber-akamai (#219)
v0.11.0
v0.10.0
🚀 New Modules
- Add
database_mysqlmodule @LBGarber (#200) - Add
event_listmodule @LBGarber (#199) - Add
image_infomodule @LBGarber (#196)
💡 Improvements
- Expose networking field for
instanceandinstance_infomodules @LBGarber (#195) - Improve module list template in README.md @LBGarber (#197)