mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-11 01:31:38 +00:00
release 2.24.0 (#1035)
This commit is contained in:
parent
80387bd8ca
commit
cc60b2e946
14
CHANGELOG.md
14
CHANGELOG.md
@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## 2.24.0
|
||||
### Added
|
||||
* CLI/Service: Added instance configuration that can be managed via `onefuzz instance_config`. [#1010](https://github.com/microsoft/onefuzz/pull/1010)
|
||||
* Service: Added automatic retry for Azure Devops notifications. [#1026](https://github.com/microsoft/onefuzz/pull/1026)
|
||||
* CLI/Service: Added validation to GitHub Issues integration configuration. [#1019](https://github.com/microsoft/onefuzz/pull/1019)
|
||||
|
||||
### Changed
|
||||
* 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)
|
||||
* Agent: Continued development related to upcoming features. [#1016](https://github.com/microsoft/onefuzz/pull/1016)
|
||||
|
||||
### Fixed
|
||||
* Agent: Fixed an issue handling invalid data during coverage collection. [#1032](https://github.com/microsoft/onefuzz/pull/1032)
|
||||
* Agent: Fixed retry logic on coverage recording failures [#1033](https://github.com/microsoft/onefuzz/pull/1033)
|
||||
|
||||
## 2.23.1
|
||||
### Fixed
|
||||
* Service: Fixed an issue preventing deletion or reimaging of nodes in some cases. [#1023](https://github.com/microsoft/onefuzz/pull/1023)
|
||||
|
@ -1 +1 @@
|
||||
2.23.1
|
||||
2.24.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user