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

Commit

Permalink
Release 8.2.0 (#3126)
Browse files Browse the repository at this point in the history
* Release 8.2.0

* Updating.

* Updated
  • Loading branch information
nharper285 authored May 25, 2023
1 parent be56814 commit 5fc5659
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
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

0 comments on commit 5fc5659

Please sign in to comment.