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

Commit b63784c

Browse files
authored
release 2.29.0 (#1107)
1 parent 9ec7e7a commit b63784c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.29.0
8+
### Added
9+
* Service: PII is now removed from Jobs, Tasks, and Repros after 18 months. [#1051](https://github.com/microsoft/onefuzz/pull/1051)
10+
* Service: Unused notifications are now removed after 18 months. [#1051](https://github.com/microsoft/onefuzz/pull/1051)
11+
12+
### Changed
13+
* Service: SignalR events are routed through an Azure Storage Queue to prevent SignalR outages from impacting the entire service. [#1100](https://github.com/microsoft/onefuzz/pull/1100), [#1102](https://github.com/microsoft/onefuzz/pull/1102)
14+
* Service: Functionality used prior to 1.0.0 for assigning tasks to VMs rather than Pools is no longer supported. [#1105](https://github.com/microsoft/onefuzz/pull/1105)
15+
* Service: The `coverage` and `generic_generator` tasks now verify `{input}` is used in `target_env` or `target_options`. [#1106](https://github.com/microsoft/onefuzz/pull/1106)
16+
17+
### Fixed
18+
* Service: Fixed an issue reimaging old nodes with `debug_keep_node` set. [#1103](https://github.com/microsoft/onefuzz/pull/1103)
19+
* Service: Fixed an issue authenticating to Azure services. [#1099](https://github.com/microsoft/onefuzz/pull/1099)
20+
* Service: Fixed an issue preventing Pools and Scalesets set to `shutdown` from being set to `halt`. [#1104](https://github.com/microsoft/onefuzz/pull/1104)
21+
722
## 2.28.0
823
### Added
924
* CLI: Added the ability to remove existing container notifications upon creating a notification integration. [#1084](https://github.com/microsoft/onefuzz/pull/1084)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.28.0
1+
2.29.0

0 commit comments

Comments
 (0)