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

Commit 880039a

Browse files
authored
release 2.23.0 (#1020)
1 parent 5f72cc2 commit 880039a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.23.0
8+
### Changed
9+
* Agent/Supervisor/Proxy: Updated multiple third-party Rust dependencies. [#1018](https://github.com/microsoft/onefuzz/pull/1018), [#1009](https://github.com/microsoft/onefuzz/pull/1009), [#1004](https://github.com/microsoft/onefuzz/pull/1004)
10+
* Service: Tasks running on nodes without recent heartbeats are now marked as failed due to heartbeat issues. [#1015](https://github.com/microsoft/onefuzz/pull/1015)
11+
* Service: Updated multiple first-party Python dependencies. [#1012](https://github.com/microsoft/onefuzz/pull/1012)
12+
13+
### Fixed
14+
* Agent: Fixed an issue where `libfuzzer_fuzz` tasks on Windows that found crashes too rapidly were unable recover handles. [#1002](https://github.com/microsoft/onefuzz/pull/1002)
15+
* Agent: Fixed an issue with the regression tasks after using the `onefuzz debug notification` commands. [#1011](https://github.com/microsoft/onefuzz/pull/1011)
16+
* Deployment: Fixed a configuration issue reducing log retention durations. [#1007](https://github.com/microsoft/onefuzz/pull/1007)
17+
* Service: Fixed an issue creating GitHub Issues notifications. [#1008](https://github.com/microsoft/onefuzz/pull/1008)
18+
* Service: Fixed an issue handling reimaging nodes that took an excessive amount of time. [#1005](https://github.com/microsoft/onefuzz/pull/1005)
19+
720
## 2.22.0
821
### Changed
922
* Service: Update node and task-related log messages to ease debugging. [#988](https://github.com/microsoft/onefuzz/pull/988)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.22.0
1+
2.23.0

0 commit comments

Comments
 (0)