Skip to content

Releases: linode/ansible_linode

v0.25.6

01 Apr 17:51
2a16137

Choose a tag to compare

What's Changed

🐛 Bug Fixes

✔️ Repository & CI Improvements

Full Changelog: v0.25.5...v0.25.6

v0.25.5

27 Mar 19:45
9884c9d

Choose a tag to compare

🐛 Bug Fixes

  • Resolve various bugs when defining a StackScript during disk creation by @lgarber-akamai in #484

📖 Documentation

Full Changelog: v0.25.4...v0.25.5

v0.25.4

21 Mar 18:24
2543051

Choose a tag to compare

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

06 Mar 21:28
e14fe7d

Choose a tag to compare

📦 Dependency Updates

v0.25.2

05 Mar 21:26
fc80d04

Choose a tag to compare

💡 Improvements

  • fix: Account for implicit disk_resize event 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

06 Feb 18:05
919c6c8

Choose a tag to compare

💡 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

23 Jan 16:03
b02ed68

Choose a tag to compare

🚀 New Features

  • Return attached Cloud Firewalls from nodebalancer and nodebalancer_info modules @lgarber-akamai (#460)

v0.24.0

09 Jan 20:39
6cc68dd

Choose a tag to compare

🚀 New Features

🐛 Bug Fixes

💡 Improvements

✔️ 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 and make install to fail by @lgarber-akamai in #454

Full Changelog: v0.23.0...v0.24.0

v0.23.0

13 Dec 20:06
9aba768

Choose a tag to compare

🚀 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

16 Nov 15:39
f36d339

Choose a tag to compare

🚀 New Features

📦 Dependency Updates

✔️ CI / Testing Improvements