Releases: linode/ansible_linode
Releases ยท linode/ansible_linode
v0.18.0
Changes
- dep: updating specdoc to 0.0.14 @jriddle-linode (#390)
- ref: Drop local event poller; migrate to Python SDK event poller @lgarber-akamai (#378)
v0.17.0
New Features
- Add
backups_enabled
option to instance creation fields @zliang-akamai (#383)
CI Improvements
- Switch PR integration tests to GitHub GUI trigger @zliang-akamai (#380)
v0.16.1
NOTE: You will need to install the latest version of linode_api4 (v5.5.1) to use this release.
Changes
- fix: Resolve spec inconsistencies for the
label
andtype
fields in theinstance
module @lgarber-akamai (#377) - Update GitHub actions @zliang-akamai (#376)
- Unpin dependencies in dev requirements file; fix lint @zliang-akamai (#375)
- dep: Bump linode_api4 -> v5.5.0 and remove legacy request retry helper @lgarber-akamai (#365)
- Bump types-requests from 2.30.0.0 to 2.31.0.1 @dependabot (#364)
- Bump boto3 from 1.17.23 to 1.26.145 @dependabot (#369)
- new: Add
rebooted
field to theinstance
module @lgarber-akamai (#355) - Bump linode-api4 from 5.3.0 to 5.4.0 @dependabot (#349)
- Update
ubuntu-20.04
toubuntu-latest
for GitHub workflows @zliang-akamai (#358)
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
instance
configs @lgarber-akamai (#333) - doc: Fix
instance_info
description 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_instance
module @ezilber-akamai (#320) - Improve polling consistency in
instance
module @lgarber-akamai (#299, #294) - Added graceful error handling for known error types @lgarber-akamai (#306)
- Added
zone_file
response field todomain
anddomain_info
modules @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_list
modules @zliang-akamai (#273 #269 #255) - Add improved timeout system for polling modules @lgarber-akamai (#256)
๐ Bug Fixes
- Fix broken update logic in
lke_cluster
module @lgarber-akamai (#288) - Bypass OAuth errors in
lke_cluster_info
module @lgarber-akamai (#264) - Resolve issue with
firewall
module update logic @marcfiu (#259)
๐ Documentation
- Add
conflicts_with
documentation field @lgarber-akamai (#268) - Add dynamic
requirements.txt
install 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
instance
configs @lgarber-akamai (#247) - Add support for dynamically updating
firewall
rules @marcfiu (#221) - Add
database_list
module @lgarber-akamai (#241) - Add
type_list
module @jriddle-linode (#240) - Add
stackscript_list
module @jriddle-linode (#238) - Add
ipv6_range_info
module @lgarber-akamai (#235) - Add
vlan_list
module @jriddle-linode (#231)
๐ Documentation
- Display whether fields are updatable in generated documentation @lgarber-akamai (#236)