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

Commit 888c045

Browse files
authored
release 2.22.0 (#1001)
1 parent cb895d0 commit 888c045

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.22.0
8+
### Changed
9+
* Service: Update node and task-related log messages to ease debugging. [#988](https://github.com/microsoft/onefuzz/pull/988)
10+
* Agent: Changed the log level for `azcopy` retry notification to `DEBUG`. [#986](https://github.com/microsoft/onefuzz/pull/986)
11+
* Agent: Updated stack minimization regular expressions from `libclusterfuzz`. [#992](https://github.com/microsoft/onefuzz/pull/992)
12+
* Agent: Added more context to synchronized directory errors. [#995](https://github.com/microsoft/onefuzz/pull/995)
13+
* Deployment: Reduced the Application Insights log retention duration to 30 days. [#997](https://github.com/microsoft/onefuzz/pull/997)
14+
* Agent: Improved tracking of threads during win32 debugging. [#1000](https://github.com/microsoft/onefuzz/pull/1000)
15+
16+
### Fixed
17+
* Agent: Fixed an issue using relative paths with synchronized directories. [#996](https://github.com/microsoft/onefuzz/pull/996)
18+
* Service: Fixed an issue creating GitHub Issues notifications [#990](https://github.com/microsoft/onefuzz/pull/990)
19+
* CLI/Service: Fixed an issue handling `Union` fields in the `onefuzztypes` library [#982](https://github.com/microsoft/onefuzz/pull/982)
20+
* Service: Fixed an issue handling manually-resized scalesets [#984](https://github.com/microsoft/onefuzz/pull/984)
21+
722
## 2.21.0
823
### Added
924
* CLI: Added `onefuzz debug job rerun` command. [#960](https://github.com/microsoft/onefuzz/pull/960)

CURRENT_VERSION

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

0 commit comments

Comments
 (0)