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

Commit cc60b2e

Browse files
authored
release 2.24.0 (#1035)
1 parent 80387bd commit cc60b2e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.24.0
8+
### Added
9+
* CLI/Service: Added instance configuration that can be managed via `onefuzz instance_config`. [#1010](https://github.com/microsoft/onefuzz/pull/1010)
10+
* Service: Added automatic retry for Azure Devops notifications. [#1026](https://github.com/microsoft/onefuzz/pull/1026)
11+
* CLI/Service: Added validation to GitHub Issues integration configuration. [#1019](https://github.com/microsoft/onefuzz/pull/1019)
12+
13+
### Changed
14+
* Agent/Supervisor/Proxy: Moved to `rustls` to enable running the Agent and Supervisor on Ubuntu 20.04. [#1029](https://github.com/microsoft/onefuzz/pull/1029)
15+
* Agent: Continued development related to upcoming features. [#1016](https://github.com/microsoft/onefuzz/pull/1016)
16+
17+
### Fixed
18+
* Agent: Fixed an issue handling invalid data during coverage collection. [#1032](https://github.com/microsoft/onefuzz/pull/1032)
19+
* Agent: Fixed retry logic on coverage recording failures [#1033](https://github.com/microsoft/onefuzz/pull/1033)
20+
721
## 2.23.1
822
### Fixed
923
* Service: Fixed an issue preventing deletion or reimaging of nodes in some cases. [#1023](https://github.com/microsoft/onefuzz/pull/1023)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.23.1
1+
2.24.0

0 commit comments

Comments
 (0)