You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
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
+
7
21
## 2.23.1
8
22
### Fixed
9
23
* Service: Fixed an issue preventing deletion or reimaging of nodes in some cases. [#1023](https://github.com/microsoft/onefuzz/pull/1023)
0 commit comments