Skip to content

Releases: linode/ansible_linode

v0.28.0

17 Jul 15:35
d71e720
Compare
Choose a tag to compare

What's Changed

🚀 New Features

🧪 Testing Improvements

  • Update firewall scripts in submodule to allow alpha testing by @ykim-1 in #534
  • Update submodule firewall scripts by @ykim-1 in #536

📖 Documentation

  • Added note in documentation that Parent/Child support may not yet be generally available by @ezilber-akamai in #529
  • Add deprecation notice to OBJ cluster-related modules & fields by @lgarber-akamai in #526
  • Inject documentation before release using ansible-specdoc by @jriddle-linode in #537

📦 Dependency Updates

  • build(deps): bump types-requests from 2.32.0.20240602 to 2.32.0.20240622 by @dependabot in #525
  • build(deps): bump types-requests from 2.32.0.20240622 to 2.32.0.20240712 by @dependabot in #541

New Contributors

Full Changelog: v0.27.0...v0.28.0

v0.27.0

26 Jun 14:43
4c296d2
Compare
Choose a tag to compare

What's Changed

🚀 New Features

🧪 Testing Improvements

  • Add cloud firewall to integration tests by @ykim-1 in #515
  • Add Calico Inbound and Outbound policies to LKE nodes for E2E by @ykim-1 in #520
  • Use single instance of integration_config.yaml when running testall command by @ykim-1 in #528
  • Remove duplicate assertion in instance_basic by @ykim-1 in #532
  • Fix typo in makefile by @ykim-1 in #533

📖 Documentation

Full Changelog: v0.26.0...v0.27.0

v0.26.0

10 Jun 15:37
372851c
Compare
Choose a tag to compare

What's Changed

🚀 New Features

  • Add support for Parent/Child account switching by @jriddle-linode in #512
    • Add child_account_info and child_account_list modules; add user_type to user response examples by @lgarber-akamai in #479

🐛 Bug Fixes

💡 Improvements

⚙️ Repo/CI Improvements

  • Fix assertion in instance_interfaces_vpc by @ykim-1 in #518
  • Replace test execution handler with conditional by @ykim-1 in #504
  • Add integration test by @vshanthe in #511

📦 Dependency Updates

  • Bump types-requests from 2.31.0.10 to 2.32.0.20240523 by @dependabot in #509
  • Bump types-requests from 2.32.0.20240523 to 2.32.0.20240602 by @dependabot in #513

Full Changelog: v0.25.8...v0.26.0

v0.25.8

20 May 18:26
cf84ef9
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

🚀 New Features

🧪 Testing Improvements

⚙️ Repo/CI Improvements

Full Changelog: v0.25.7...v0.25.8

v0.25.7

22 Apr 17:49
5494ae7
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

💡 Improvements

  • Add handling to update logic for unordered lists; use update helper in NB & Instance modules by @lgarber-akamai in #492
  • Add networking_info attribute to inventory instances by @zliang-akamai in #493

📖 Documentation

🧪 Testing Improvements

  • Refactor all integration tests for consistency by @ykim-1 in #490

⚙️ Repo/CI Improvements

Full Changelog: v0.25.6...v0.25.7

v0.25.6

01 Apr 17:51
2a16137
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

📦 Dependency Updates

v0.25.2

05 Mar 21:26
fc80d04
Compare
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)