Releases: linode/ansible_linode
Releases · linode/ansible_linode
v0.25.1
💡 Improvements
- Bump image/Kubernetes versions in tests and examples; fix LKE cluster update issue; fix broken examples by @lgarber-akamai in #461
- Format everything and misc updates to workflow by @zliang-akamai in #466
Full Changelog: v0.25.0...v0.25.1
v0.25.0
🚀 New Features
- Return attached Cloud Firewalls from
nodebalancer
andnodebalancer_info
modules @lgarber-akamai (#460)
v0.24.0
🚀 New Features
- Add
tags
to instance module spec by @yec-akamai in #456 - Add support for Unified Migrations by @lgarber-akamai in #450
🐛 Bug Fixes
- Resolve issue with filtering in
object_cluster_info
module by @lgarber-akamai in #459
💡 Improvements
- Improve InfoModule attribute spec generation by @lgarber-akamai in #452
✔️ Testing and Build Improvenment
- Fix failing test and skip DBaaS test by @vshanthe in #442
- Replace legacy compute regions in integration tests by @ykim-1 in #446
- Fix failures caused by jinja2 templating in assertions by @ykim-1 in #455
- Resolve issue that causes
make unittest
andmake install
to fail by @lgarber-akamai in #454
Full Changelog: v0.23.0...v0.24.0
v0.23.0
🚀 New Features
- Add support for
type_info
module to allow users to retrieve information about Linode type by its ID (#444) @LBGarber - Add support for
account_availability_list
to list region availabilities for the account (#447) @yec-akamai - Add support for
account_availability_info
to retrieve information about resource availability in a region (#445) @yec-akamai
v0.22.0
🚀 New Features
- Add support for Virtual Private Cloud (#433, #434, #437, #438)
- Thanks to @zliang-akamai, @vshanthe, @jriddle-linode, @lgarber-akamai, and @amisiorek-akamai
📦 Dependency Updates
- Bump types-requests from 2.31.0.2 to 2.31.0.10 @dependabot (#431)
✔️ CI / Testing Improvements
- Set default for
LINODE_CA
ininstance_firewall
test @lgarber-akamai (#441) - Explicitly handle
None
values for E2E testing CA file @lgarber-akamai (#435) - Use
--upgrade
inmake deps
target @lgarber-akamai (#432)
v0.21.1
Changes
- new: Support overriding the CA file for e2e tests @lgarber-akamai (#426)
- Adding testing for LinodeBaseModule @amisiorek-akamai (#422)
v0.21.0
💡 Improvements
- Added changes to accommodate DC-Specific Pricing @lgarber-akamai (#421)
- Added support for specifying a custom CA path @amisiorek-akamai (#418)
- Added
firewall_id
field to nodebalancers @jriddle-linode (#411) - Added
ListModule
class to simplify list module implementations @lgarber-akamai (#410) - Added
InfoModule
class to simplify info module implementations @lgarber-akamai (#409)
v0.20.0
🚀 New Modules
- Add
ip_assign
module @jriddle-linode (#402)
v0.19.0
v0.18.3
Changes
- Fix bugs in cloud-init related functionalities @lgarber-akamai (#397)
- Support templating the
api_token
field in the Linode Instance inventory plugin @lgarber-akamai (#384)
Testing
- Add unit tests for
module_utils
@ykim-1 (#399)