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

Commit 41271c6

Browse files
authored
Release 1.8.0 (#315)
1 parent 0260032 commit 41271c6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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.8.0
8+
9+
### 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)
15+
16+
### 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)
19+
20+
### 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)
24+
725
## 1.7.0
826
### Added
927
* Deployment: `deploy.py` now takes `--upgrade` to enable simplify upgrading deployments. For now, this skips assignment of the managed identity role which only needs to be done on installation. [#271](https://github.com/microsoft/onefuzz/pull/271)

CURRENT_VERSION

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

0 commit comments

Comments
 (0)