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

Commit 76592b0

Browse files
authored
Release 1.3.0 (#128)
1 parent 6e2a722 commit 76592b0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.3.0
8+
### Added
9+
* Agent: Crash reports for LibFuzzer now attempts to parse STDERR in addition to `ASAN_OPTIONS=log_path`. This enables crash reporting of go-fuzz based binaries. [#127](https://github.com/microsoft/onefuzz/pull/127)
10+
11+
### Changed
12+
* Agent: Reduced logs sent from the agent [#125](https://github.com/microsoft/onefuzz/pull/125)
13+
* Service: Scalesets now use [multiple placement groups](https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-placement-groups#placement-groups), allowing a scaleset to grow to 1000 nodes (or 600 if using a custom image). [#121](https://github.com/microsoft/onefuzz/pull/121)
14+
15+
### Fixed
16+
* Deployment: Support deploying additional platforms (such as OSX). [#126](https://github.com/microsoft/onefuzz/pull/126)
17+
* Service: Fixed typing error in sorting TaskEvent. [#129](https://github.com/microsoft/onefuzz/pull/129)
18+
719
## 1.2.0
820
### Added
921
* CLI/Service: Added creating and updating [Github Issues](docs/notifications/github.md) based on crash reports. [#110](https://github.com/microsoft/onefuzz/pull/110)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0

0 commit comments

Comments
 (0)