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

Commit de67c9d

Browse files
authored
Release 2.0.0 (#464)
1 parent 5027745 commit de67c9d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 2.0.0
8+
### Added
9+
* Agent: Added clarifying context to file system errors. [#423](https://github.com/microsoft/onefuzz/pull/423)
10+
* CLI/Service: Significantly expanded the [events](docs/webhook_events.md) available for webhooks. [#394](https://github.com/microsoft/onefuzz/pull/394)
11+
* Agent: Added `{setup_dir}` to [configuration value expansion](docs/command-replacements.md) [#417](https://github.com/microsoft/onefuzz/pull/417)
12+
* Agent: Added `{tools_dir}` [configuration value expansion](docs/command-replacements.md) to `{supervisor_options}` and `{supervisor_env}` [#444](https://github.com/microsoft/onefuzz/pull/444)
13+
14+
### Changed
15+
* CLI/Service: Migrated `onefuzz status top` to use [Webhook Events](docs/webhook_events.md). (BREAKING CHANGE) [#394](https://github.com/microsoft/onefuzz/pull/394)
16+
* 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](https://github.com/microsoft/onefuzz/pull/326), [#389](https://github.com/microsoft/onefuzz/pull/389)
17+
* CLI/Service: Updated multiple Python dependencies. [#426](https://github.com/microsoft/onefuzz/pull/426), [#427](https://github.com/microsoft/onefuzz/pull/427), [#430](https://github.com/microsoft/onefuzz/pull/430)
18+
19+
### Fixed
20+
* Agent: Fixed triggering condition for new unique report events [#422](https://github.com/microsoft/onefuzz/pull/422)
21+
* Deployment: Mitigate issues related to deployments within conditional access policy scenarios. [#447](https://github.com/microsoft/onefuzz/pull/447)
22+
* Agent: Fixed an issue where unused nodes would stop requesting new work. [#459](https://github.com/microsoft/onefuzz/pull/459)
23+
* Service: Fixed dead node cleanup. [#458](https://github.com/microsoft/onefuzz/pull/458)
24+
* Service: Fixed an issue logging excessively large stdout/stderr from tasks. [#460](https://github.com/microsoft/onefuzz/pull/460)
25+
726
## 1.11.0
827
### Added
928
* Service: Added support for sharding corpus storage accounts using "Premium" storage accounts for improved IOPs. [#334](https://github.com/microsoft/onefuzz/pull/334)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0
1+
2.0.0

0 commit comments

Comments
 (0)