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

Commit 19b0548

Browse files
authored
release 2.32.0 (#1206)
1 parent 0842dac commit 19b0548

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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.32.0
8+
### Added
9+
* CLI/Service: The Azure VM SKU used for proxies is now configurable via `onefuzz instance_config`. [#1128](https://github.com/microsoft/onefuzz/pull/1128)
10+
* CLI: Added `onefuzz status pool` command to give status information for a pool. [#1170](https://github.com/microsoft/onefuzz/pull/1170)
11+
12+
### Changed
13+
* Agent/Supervisor/Proxy: Updated multiple third-party Rust dependencies. [#1152](https://github.com/microsoft/onefuzz/pull/1152), [#1155](https://github.com/microsoft/onefuzz/pull/1155), [#1156](https://github.com/microsoft/onefuzz/pull/1156), [#1157](https://github.com/microsoft/onefuzz/pull/1157), [#1158](https://github.com/microsoft/onefuzz/pull/1158), [#1163](https://github.com/microsoft/onefuzz/pull/1163), [#1164](https://github.com/microsoft/onefuzz/pull/1164), [#1165](https://github.com/microsoft/onefuzz/pull/1165), [#1166](https://github.com/microsoft/onefuzz/pull/1166), [#1176](https://github.com/microsoft/onefuzz/pull/1176), [#1177](https://github.com/microsoft/onefuzz/pull/1177), [#1178](https://github.com/microsoft/onefuzz/pull/1178), [#1179](https://github.com/microsoft/onefuzz/pull/1179), [#1181](https://github.com/microsoft/onefuzz/pull/1181), [#1182](https://github.com/microsoft/onefuzz/pull/1182), [#1183](https://github.com/microsoft/onefuzz/pull/1183), [#1185](https://github.com/microsoft/onefuzz/pull/1185), [#1186](https://github.com/microsoft/onefuzz/pull/1186), [#1191](https://github.com/microsoft/onefuzz/pull/1191), [#1198](https://github.com/microsoft/onefuzz/pull/1198), [#1199](https://github.com/microsoft/onefuzz/pull/1199), [#1200](https://github.com/microsoft/onefuzz/pull/1200), [#1201](https://github.com/microsoft/onefuzz/pull/1201), [#1202](https://github.com/microsoft/onefuzz/pull/1202), [#1203](https://github.com/microsoft/onefuzz/pull/1203), [#1204](https://github.com/microsoft/onefuzz/pull/1204), [#1205](https://github.com/microsoft/onefuzz/pull/1205)
14+
* Agent: Changed `azcopy` calls to always retry when source files are modified mid-copy. [#1196](https://github.com/microsoft/onefuzz/pull/1196)
15+
* Agent: Continued development related to upcoming features. [#1146](https://github.com/microsoft/onefuzz/pull/1146)
16+
* Agent: SAS URLs are now redacted in logged `azcopy` failures. [#1194](https://github.com/microsoft/onefuzz/pull/1194)
17+
* CLI: Include the number of VMs used per-task in `onefuzz status top`. [#1169](https://github.com/microsoft/onefuzz/pull/1169)
18+
* Deployment: Application credentials created during deployment are no longer logged. [#1172](https://github.com/microsoft/onefuzz/pull/1172)
19+
* Deployment: Clarify logging when retrying AAD interactions. [#1173](https://github.com/microsoft/onefuzz/pull/1173)
20+
* Deployment: Replaced custom Azure Storage Queue creation with ARM templates. [#1193](https://github.com/microsoft/onefuzz/pull/1193)
21+
* Service: The validity period for SAS URLs is now back-dated to avoid time synchronization issues. [#1195](https://github.com/microsoft/onefuzz/pull/1195)
22+
23+
### Fixed
24+
* Deployment: Invalid preauthorized application references are removed during application registration. [#1175](https://github.com/microsoft/onefuzz/pull/1175)
25+
* Service: Fixed an issue logging node status. [#1160](https://github.com/microsoft/onefuzz/pull/1160)
26+
727
## 2.31.0
828
### Added
929
* Supervisor: Added recording of STDOUT and STDERR of the supervisor to file. [#1109](https://github.com/microsoft/onefuzz/pull/1109)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.31.0
1+
2.32.0

0 commit comments

Comments
 (0)