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

Commit

Permalink
release 2.22.0 (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmc-msft authored Jun 17, 2021
1 parent cb895d0 commit 888c045
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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.22.0
### Changed
* Service: Update node and task-related log messages to ease debugging. [#988](https://github.com/microsoft/onefuzz/pull/988)
* Agent: Changed the log level for `azcopy` retry notification to `DEBUG`. [#986](https://github.com/microsoft/onefuzz/pull/986)
* Agent: Updated stack minimization regular expressions from `libclusterfuzz`. [#992](https://github.com/microsoft/onefuzz/pull/992)
* Agent: Added more context to synchronized directory errors. [#995](https://github.com/microsoft/onefuzz/pull/995)
* Deployment: Reduced the Application Insights log retention duration to 30 days. [#997](https://github.com/microsoft/onefuzz/pull/997)
* Agent: Improved tracking of threads during win32 debugging. [#1000](https://github.com/microsoft/onefuzz/pull/1000)

### Fixed
* Agent: Fixed an issue using relative paths with synchronized directories. [#996](https://github.com/microsoft/onefuzz/pull/996)
* Service: Fixed an issue creating GitHub Issues notifications [#990](https://github.com/microsoft/onefuzz/pull/990)
* CLI/Service: Fixed an issue handling `Union` fields in the `onefuzztypes` library [#982](https://github.com/microsoft/onefuzz/pull/982)
* Service: Fixed an issue handling manually-resized scalesets [#984](https://github.com/microsoft/onefuzz/pull/984)

## 2.21.0
### Added
* CLI: Added `onefuzz debug job rerun` command. [#960](https://github.com/microsoft/onefuzz/pull/960)
Expand Down
2 changes: 1 addition & 1 deletion CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.21.0
2.22.0

0 comments on commit 888c045

Please sign in to comment.