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

5.6.0

Choose a tag to compare

@nharper285 nharper285 released this 06 Jun 19:45
· 885 commits to main since this release
e27eccc

5.6.0

Added

  • Service: Add Function App settings to Bicep template and deploy.py. #1973
  • Agent: Add a timestamp to agent log to make it easier to correlate events. #1972

Changed

  • Agent/Supervisor/Proxy: Rename the supervisor process from onefuzz-supervisor to onefuzz-agent. #1989
  • Agent/Supervisor/Proxy: Rename the task executor that runs on the VM from onefuzz-agent to onefuzz-task. #1980
  • Agent/Supervisor/Proxy: Ensure GlobalFlag registry value is initialized for targets. #1960
  • Agent/Supervisor/Proxy: Enable full backtraces on Rust panics. #1959
  • Agent/Supervisor/Proxy: Updated multiple third-party Rust dependencies. #2003, #2002, #1999, #1992, #1986, #1983, #1982, #1981, #1985, #1974, #1969, #1965
  • CLI/Service: Updated multiple first-party and third-party Python dependencies. #2009, #1996

Fixed

  • Agent: Remove stray print statement from the task_logger. #1975
  • Agent: Fix local coverage definition by removing a duplicated command line parameter. #1962
  • Service: Fix Instance Config and Management Logic. #2016