Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

5.1.0

Compare
Choose a tag to compare
@nharper285 nharper285 released this 04 Mar 20:39
· 1077 commits to main since this release
7c507ab

5.1.0

Added

  • Service: Added a new webhook message format compatible with Azure Event Grid. #1640
  • Service: Added initial auto scaling support for VM scale sets. #1647, #1661
  • Agent: Add an explicit timeout to setup scripts so hangs are easier to debug. #1659

Changed

  • CLI/Service: Updated multiple first-party and third-party Python dependencies. #1606, #1634
  • Agent: Check system-wide memory usage and fail tasks that are nearly out of memory. #1657

Fixed

  • Service: Fix task field to the correct NodeTasks type so serialization works correctly. #1627
  • Agent: Convert escaped characters when accessing the name of a blob in a URL. #1673
  • Agent: Override runs parameter when testing inputs as we only want to test them once. #1651
  • Service: Remove deprecated warn() method. #1641