Releases: linode/ansible_linode
Releases · linode/ansible_linode
v0.25.6
What's Changed
🐛 Bug Fixes
- Translate
stackscript_datato kwargs during disk creation by @lgarber-akamai in #488
✔️ Repository & CI Improvements
- Add
site_typeto test and doc by @zliang-akamai in #485 - Update tod_scripts git submodule by @ykim-1 in #487
Full Changelog: v0.25.5...v0.25.6
v0.25.5
🐛 Bug Fixes
- Resolve various bugs when defining a StackScript during disk creation by @lgarber-akamai in #484
📖 Documentation
- Add minimum required fields in each module doc by @yec-akamai in #483
Full Changelog: v0.25.4...v0.25.5
v0.25.4
What's Changed
🧪 Testing
- Update outdated failing tests by @ykim-1 in #475
📖 Documentation
- Add disclaimer to documentation for modules that consume beta endpoints by @lgarber-akamai in #476
Full Changelog: v0.25.3...v0.25.4
v0.25.3
📦 Dependency Updates
- deps: update linodepy to 5.13.1 @jriddle-linode (#473)
v0.25.2
💡 Improvements
- fix: Account for implicit
disk_resizeevent during disk creation @lgarber-akamai (#471) - test: integration tod workflow @ykim-1 (#468)
- fix: Domain record deletion example in documentation @yec-akamai (#469)
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
nodebalancerandnodebalancer_infomodules @lgarber-akamai (#460)
v0.24.0
🚀 New Features
- Add
tagsto 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_infomodule 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 unittestandmake installto fail by @lgarber-akamai in #454
Full Changelog: v0.23.0...v0.24.0
v0.23.0
🚀 New Features
- Add support for
type_infomodule to allow users to retrieve information about Linode type by its ID (#444) @LBGarber - Add support for
account_availability_listto list region availabilities for the account (#447) @yec-akamai - Add support for
account_availability_infoto 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_CAininstance_firewalltest @lgarber-akamai (#441) - Explicitly handle
Nonevalues for E2E testing CA file @lgarber-akamai (#435) - Use
--upgradeinmake depstarget @lgarber-akamai (#432)