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

Commit 2e276de

Browse files
authored
Release 1.9.0 (#335)
1 parent 3ddb756 commit 2e276de

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

CHANGELOG.md

+19-10
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,32 @@ 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+
## 1.9.0
8+
### Added
9+
* CLI/Service: Added [Service-Managed Job Templates](docs/declarative-templates.md) as a preview feature. Enable via `onefuzz config --enable_feature job_templates`. [#226](https://github.com/microsoft/onefuzz/pull/296)
10+
* Service/agent: Added internal support for unmanaged nodes. This paves the way for _bring your own compute_ for fuzzing. [#318](https://github.com/microsoft/onefuzz/pull/318)
11+
* CLI: Added `onefuzz debug` subcommands to simplify coverage and fuzzing performance for libFuzzer jobs from Application Insights. [#325](https://github.com/microsoft/onefuzz/pull/325)
12+
* Service: Information about the user responsible for creating jobs and repro VMs is now associated with the Job and Repro VMs. [#327](https://github.com/microsoft/onefuzz/pull/327)
13+
14+
### Changed
15+
* Deployment: `deploy.py` now automatically retries on failure when deploying the Azure Function App. [#330](https://github.com/microsoft/onefuzz/pull/330)
16+
17+
### Fixed
18+
* Service: Address multiple minor issues previously hidden by function decorators used for caching. [#322](https://github.com/microsoft/onefuzz/pull/322)
19+
* Agent: Fixed libFuzzer coverage support for internal builds of MSVC [#324](https://github.com/microsoft/onefuzz/pull/324)
20+
* Agent: Address issue preventing instance-wide setup scripts from executing in some cases. [#331](https://github.com/microsoft/onefuzz/pull/331)
21+
722
## 1.8.0
823

924
### Added
10-
* CLI/Service: Added [Event-based webhooks](docs/webhooks.md).
11-
[#296](https://github.com/microsoft/onefuzz/pull/296)
12-
* Service: Information about the user responsible for creating tasks is now
13-
associated with the tasks (this information is available in the task related
14-
event webhooks). [#303](https://github.com/microsoft/onefuzz/pull/303)
25+
* CLI/Service: Added [Event-based webhooks](docs/webhooks.md). [#296](https://github.com/microsoft/onefuzz/pull/296)
26+
* Service: Information about the user responsible for creating tasks is now associated with the tasks (this information is available in the task related event webhooks). [#303](https://github.com/microsoft/onefuzz/pull/303)
1527

1628
### Changed
17-
* Contrib: Azure Devops deployment pipeline uses the `--upgrade` feature added
18-
in 1.7.0. [#304](https://github.com/microsoft/onefuzz/pull/304)
29+
* Contrib: Azure Devops deployment pipeline uses the `--upgrade` feature added in 1.7.0. [#304](https://github.com/microsoft/onefuzz/pull/304)
1930

2031
### Fixed
21-
* Service: Fixed setting `target_workers`, used to configure the number of
22-
concurrent libfuzzer workers within a task.
23-
[#305](https://github.com/microsoft/onefuzz/pull/305)
32+
* Service: Fixed setting `target_workers`, used to configure the number of concurrent libfuzzer workers within a task. [#305](https://github.com/microsoft/onefuzz/pull/305)
2433

2534
## 1.7.0
2635
### Added

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.9.0

0 commit comments

Comments
 (0)