This repository was archived by the owner on Nov 1, 2023. It is now read-only.
2.0.0
Added
- Agent: Added clarifying context to file system errors. #423
- CLI/Service: Significantly expanded the events available for webhooks. #394
- Agent: Added
{setup_dir}to configuration value expansion #417 - Agent: Added
{tools_dir}configuration value expansion to{supervisor_options}and{supervisor_env}#444
Changed
- CLI/Service: Migrated
onefuzz status topto use Webhook Events. (BREAKING CHANGE) #394 - CLI/Service: New notification secrets, such as ADO tokens, are managed in Azure KeyVault and are no longer accessible to the user once created. (BREAKING CHANGE) #326, #389
- CLI/Service: Updated multiple Python dependencies. #426, #427, #430
Fixed
- Agent: Fixed triggering condition for new unique report events #422
- Deployment: Mitigate issues related to deployments within conditional access policy scenarios. #447
- Agent: Fixed an issue where unused nodes would stop requesting new work. #459
- Service: Fixed dead node cleanup. #458
- Service: Fixed an issue logging excessively large stdout/stderr from tasks. #460