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

Commit 300a3e2

Browse files
Release-8.3.0 (#3159)
* Release-8.3.0
1 parent 15351a7 commit 300a3e2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## 8.3.0
11+
12+
### Changed
13+
14+
* CLI/Service: Don’t validate error codes on client side [#3131](https://github.com/microsoft/onefuzz/pull/3131)
15+
16+
### Fixed
17+
18+
* Agent: Switched from unmaintained Rust dependency `tui` to `ratatui` [#3155](https://github.com/microsoft/onefuzz/pull/3155)
19+
* Agent: Removed dependency on the abandoned Rust `users` crate [#3150](https://github.com/microsoft/onefuzz/pull/3150)
20+
* Agent/CLI/Service: Bumped several C#, Python, and Rust dependencies [#3118](https://github.com/microsoft/onefuzz/pull/3118), [#3132](https://github.com/microsoft/onefuzz/pull/3132), [#3088](https://github.com/microsoft/onefuzz/pull/3088), [#3106](https://github.com/microsoft/onefuzz/pull/3106), [#3140](https://github.com/microsoft/onefuzz/pull/3140), [#3120](https://github.com/microsoft/onefuzz/pull/3120), [#3145](https://github.com/microsoft/onefuzz/pull/3145), [#3151](https://github.com/microsoft/onefuzz/pull/3151)
21+
* CLI/Service: Include a reason when a task has never started [#3148](https://github.com/microsoft/onefuzz/pull/3148)
22+
* Service: Fixed bug for scale-in protection [#3144](https://github.com/microsoft/onefuzz/pull/3144)
23+
1024
## 8.2.0
1125

1226
### Added

CURRENT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.2.0
1+
8.3.0

0 commit comments

Comments
 (0)