Skip to content

Commit af684f1

Browse files
mgreisenranweiler
andauthored
Release version 5.0.0 (microsoft#1620)
* Release version 5.0.0 * Update CHANGELOG.md Co-authored-by: Joe Ranweiler <joe@lemma.co> * Update CHANGELOG.md Co-authored-by: Joe Ranweiler <joe@lemma.co> * Update CHANGELOG.md Co-authored-by: Joe Ranweiler <joe@lemma.co> Co-authored-by: Joe Ranweiler <joe@lemma.co>
1 parent b49d140 commit af684f1

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
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+
## 5.0.0
8+
### Added
9+
* CLI/Service: Added `fuzzer_target_options` argument to the `libfuzzer` templates to allow passing some target options only in persistent fuzzing mode [#1610](https://github.com/microsoft/onefuzz/pull/1610)
10+
11+
### Changed
12+
* Agent/Supervisor/Proxy: Updated multiple third-party Rust dependencies.
13+
[#1530](https://github.com/microsoft/onefuzz/pull/1530)
14+
* CLI/Service: Updated multiple first-party and third-party Python dependencies.
15+
[#1576](https://github.com/microsoft/onefuzz/pull/1576)
16+
[#1577](https://github.com/microsoft/onefuzz/pull/1577)
17+
[#1579](https://github.com/microsoft/onefuzz/pull/1579)
18+
[#1582](https://github.com/microsoft/onefuzz/pull/1582)
19+
[#1586](https://github.com/microsoft/onefuzz/pull/1586)
20+
[#1599](https://github.com/microsoft/onefuzz/pull/1599)
21+
* CLI/Service: Begin update of scale set instances before reimaging to ensure they match the latest scale set model. [#1612](https://github.com/microsoft/onefuzz/pull/1612)
22+
23+
### Fixed
24+
* Agent: Removed the `process_stats` telemetry event, which fixes a class of memory leaks on Windows `libfuzzer_fuzz` tasks. [#1608](https://github.com/microsoft/onefuzz/pull/1608)
25+
* CLI/Service: Fixed seven day stale node reimaging check. [#1616](https://github.com/microsoft/onefuzz/pull/1616)
26+
727
## 4.1.0
828
### Added
929
* Agent: Added source line coverage data

CURRENT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.0
1+
5.0.0

0 commit comments

Comments
 (0)