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

Commit e894a52

Browse files
authored
Release 2.1.0 (#487)
1 parent cc1c79b commit e894a52

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.1.0
8+
### Added
9+
* Agent: Added `job_id` and `task_id` to [configuration value expansion](docs/command-replacements.md). [#481](https://github.com/microsoft/onefuzz/pull/481)
10+
* Agent: Broadened the availability of `tools_dir` to [configuration value expansion](docs/command-replacements.md). [#480](https://github.com/microsoft/onefuzz/pull/480)
11+
* Agent: Added clarifying context to command errors. [#466](https://github.com/microsoft/onefuzz/pull/466)
12+
13+
### Changed
14+
* CLI/Service/Agent: Supervisor can now be fully self-contained fuzzing tasks, no longer requiring `target_exe`. Additionally, supervisor tasks can now optionally have managed report containers. [#474](https://github.com/microsoft/onefuzz/pull/474)
15+
* Service: Managed nodes that are unused beyond 7 days are automatically reimaged to ensure OS patch levels are maintained. [#476](https://github.com/microsoft/onefuzz/pull/476)
16+
* CLI/Service: Updated the default Windows VM image to `MicrosoftWindowsDesktop:Windows-10:20h2-pro:latest`. Existing scalesets will not be impacted by this change, only newly created scalesets using the default image. [#469](https://github.com/microsoft/onefuzz/pull/469)
17+
18+
### Fixed
19+
* Agent: New inputs discovered by supervisor tasks are now saved to the `inputs` container. [#484](https://github.com/microsoft/onefuzz/pull/484)
20+
* CLI: The license is now properly set in the python package metadata. [#472](https://github.com/microsoft/onefuzz/pull/472)
21+
* Agent: Failure to download files via HTTP from queues now results in a failure, rather than the HTTP error being interpreted as the requested file. [#485](https://github.com/microsoft/onefuzz/pull/485)
22+
* Deployment: Fixed error when checking if the default CLI application exists. [#488](https://github.com/microsoft/onefuzz/pull/488)
23+
724
## 2.0.0
825
### Added
926
* Agent: Added clarifying context to file system errors. [#423](https://github.com/microsoft/onefuzz/pull/423)

CURRENT_VERSION

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

0 commit comments

Comments
 (0)