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

Release 8.2.0 #3126

Merged
merged 6 commits into from
May 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ 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).

## 8.2.0

### Added

* Service: Created `CustomMetrics` for the Node and Task Heartbeat. [#3082](https://github.com/microsoft/onefuzz/pull/3082)
* Service: Add an event for Repro VM creation. [#3091](https://github.com/microsoft/onefuzz/pull/3091)
* Service: Add more context to the deletion of nodes. [#3102](https://github.com/microsoft/onefuzz/pull/3102)
* Documentation: Create documentation for events 2.0 migration. [#3098](https://github.com/microsoft/onefuzz/pull/3098)

### Changed

* Agent: Match the agent version to the server [#3093](https://github.com/microsoft/onefuzz/pull/3093)
* Service: Increase lock wait timeout for `qemu_user` setup script. [#3114](https://github.com/microsoft/onefuzz/pull/3114)

### Fixed

* Service: Fixed issue that incorrectly marked tasks as failed. [#3083](https://github.com/microsoft/onefuzz/pull/3083)
* Service: Fixed bug when truncating reports. [#3103](https://github.com/microsoft/onefuzz/pull/3103)
* Service: Allow use of `readonly_inputs` for `qemu_user` template. [#3116](https://github.com/microsoft/onefuzz/pull/3116)
* Service: Fix logic to set `check_fuzzer_help`. [#3130](https://github.com/microsoft/onefuzz/pull/3130)
* CLI: Fix CLI failure dude to ErrorCode enums out of sync. [#3129](https://github.com/microsoft/onefuzz/pull/3129)

## 8.1.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1.0
8.2.0