Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 14:58
· 30 commits to main since this release
v0.14.0

This release of wadm includes a whole suite of quality of life improvements, fixes, and new features.

Features

  • The wadm client API now returns the name and the version from deploying a model, which previously was difficult to infer if you didn't know the version but wanted to deploy the latest version of an application
  • wadm's host cleanup interval has been reduced to 70 seconds, requiring only two missed heartbeats instead of four. This will cut down the time to remove a host that no longer exists. If you're running wadm in a highly distributed scenario where you expect for hosts to have intermittent network connections, you may want to re-adjust this value to 120 seconds to keep the previous functionality.
  • The BackoffWrapper for scalers now has the ability to correlate failure events to particular scalers, reporting failed events as failed scaler statuses. This also comes with a 5 second backoff for now, which is enough to prevent hot-loops for reconciliation. Most users will find this via wash app status, which has been revamped in wash 0.31.0

Fixes and improvements

  • Link scalers will now create links when a component is the source or target of a link when that component starts, previously we only did this when the component was the source
  • All WIT bindings / helpers are updated

What's Changed

Full Changelog: v0.13.1...v0.14.0