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

Commit 48978ce

Browse files
authored
release 2.25.0 (#1053)
1 parent 0bb7534 commit 48978ce

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.25.0
8+
### Added
9+
* Agent: Added `minimized_stack_function_lines` and `minimized_stack_function_lines_sha256` to crash reports. [#993](https://github.com/microsoft/onefuzz/pull/993)
10+
* CLI/Service: Added `timestamp` to `Notification` objects. [#1043](https://github.com/microsoft/onefuzz/pull/1043)
11+
* Service: Added the [scaleset\_resize\_scheduled](docs/webhook_events.md#scaleset_resize_scheduled) event. [#1047](https://github.com/microsoft/onefuzz/pull/1047)
12+
* Service: Added `pool_id` to `Node` objects. [#1049](https://github.com/microsoft/onefuzz/pull/1049)
13+
14+
### Changed
15+
* Agent/Supervisor/Proxy: Updated multiple third-party Rust dependencies. [#1040](https://github.com/microsoft/onefuzz/pull/1040), [#1052](https://github.com/microsoft/onefuzz/pull/1052)
16+
* CLI/Deployment/Service: Updated multiple first-party and third-party Python dependencies. [#922](https://github.com/microsoft/onefuzz/pull/922), [#1045](https://github.com/microsoft/onefuzz/pull/1045)
17+
* CLI/Service: Moved to using Pydantic built-in size validation for types. [#1048](https://github.com/microsoft/onefuzz/pull/1048)
18+
* Service: Continued development related to upcoming features. [#1046](https://github.com/microsoft/onefuzz/pull/1046), [#1050](https://github.com/microsoft/onefuzz/pull/1050)
19+
20+
### Fixed
21+
* CLI: Fixed an issue handling column sorting in `onefuzz status top`. [#1037](https://github.com/microsoft/onefuzz/pull/1037)
22+
* Service: Fixed an issue adding SSH keys to Windows VMs. [#1038](https://github.com/microsoft/onefuzz/pull/1038)
23+
724
## 2.24.0
825
### Added
926
* CLI/Service: Added instance configuration that can be managed via `onefuzz instance_config`. [#1010](https://github.com/microsoft/onefuzz/pull/1010)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.0
1+
2.25.0

0 commit comments

Comments
 (0)