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

Commit 18bf361

Browse files
authored
release 2.8.0 (#639)
1 parent 54e2cb2 commit 18bf361

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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.8.0
8+
### Added
9+
* CLI: Added support for [Aarch64](docs/how-to/fuzzing-other-architectures-on-azure.md) libFuzzer targets using the [QEMU user space emulator](https://qemu.readthedocs.io/en/latest/user/main.html). [#600](https://github.com/microsoft/onefuzz/pull/600)
10+
* Build: Added CodeQL pipeline. [#617](https://github.com/microsoft/onefuzz/pull/617)
11+
* Service: Added node and task heartbeat [events](docs/webhook_events.md). [#621](https://github.com/microsoft/onefuzz/pull/621)
12+
13+
### Changed
14+
* Agent: Clarified batch-processing logs. [#622](https://github.com/microsoft/onefuzz/pull/622)
15+
* Agent/Proxy: Updated multiple rust dependencies. [#624](https://github.com/microsoft/onefuzz/pull/624)
16+
* Service/CLI/Contrib: Updated multiple python dependencies. [#607](https://github.com/microsoft/onefuzz/pull/607), [#608](https://github.com/microsoft/onefuzz/pull/608), [#610](https://github.com/microsoft/onefuzz/pull/610), [#611](https://github.com/microsoft/onefuzz/pull/611), [#612](https://github.com/microsoft/onefuzz/pull/612), [#625](https://github.com/microsoft/onefuzz/pull/625), [#626](https://github.com/microsoft/onefuzz/pull/626), [#630](https://github.com/microsoft/onefuzz/pull/630), [#640](https://github.com/microsoft/onefuzz/pull/640)
17+
* Service: Update task configuration to verify `target_exe` is a canonicalized relative path. [#613](https://github.com/microsoft/onefuzz/pull/613)
18+
* Deployment/Agent: Updated AFL++ to 3.10c. [#609](https://github.com/microsoft/onefuzz/pull/609)
19+
* Deployment: Clarify application password creation succeeded after earlier failures. [#629](https://github.com/microsoft/onefuzz/pull/629)
20+
* Service: VM passwords are no longer set on Linux VMs. [#620](https://github.com/microsoft/onefuzz/pull/620)
21+
* Service: Clarify source of task failures when notification integration marks a task as failed. [#635](https://github.com/microsoft/onefuzz/pull/635)
22+
23+
### Fixed
24+
* Agent/Proxy/Supervisor: Fixed web request retry logic when handling operating system level errors. [#623](https://github.com/microsoft/onefuzz/pull/623)
25+
* Service: Handle exceptions when creating scalesets fail due to Azure VM quota issues. [#614](https://github.com/microsoft/onefuzz/pull/614)
26+
727
## 2.7.0
828
### Added
929
* CLI: Added `onefuzz containers files download_dir` to enable downloading the contents of a container. [#598](https://github.com/microsoft/onefuzz/pull/598)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.8.0

0 commit comments

Comments
 (0)