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

Commit e28389c

Browse files
authored
release 2.19.0 (#955)
1 parent 0e16410 commit e28389c

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ 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.19.0
8+
### Added
9+
* Agent/Supervisor: Added azcopy log recording upon azcopy failure. [#945](https://github.com/microsoft/onefuzz/pull/945)
10+
* CLI: Added `onefuzz jobs containers delete` command. [#949](https://github.com/microsoft/onefuzz/pull/949)
11+
* CLI: Added `onefuzz jobs containers download` command. [#953](https://github.com/microsoft/onefuzz/pull/953)
12+
13+
### Changed
14+
* Agent/Service: Agents scheduled to shut down no longer wait for work prior to shutting down. [#940](https://github.com/microsoft/onefuzz/pull/940)
15+
* Agent/Supervisor/Proxy: Updated multiple third-party Rust dependencies. [#942](https://github.com/microsoft/onefuzz/pull/942)
16+
* Agent: Continued deveopment related to upcoming features. [#937](https://github.com/microsoft/onefuzz/pull/937), [#929](https://github.com/microsoft/onefuzz/pull/929), [#919](https://github.com/microsoft/onefuzz/pull/919)
17+
* CLI: Message details are now always shown in `onefuzz status top`. [#933](https://github.com/microsoft/onefuzz/pull/933)
18+
* CLI: Renamed template helper methods for uploading task setup files. [#926](https://github.com/microsoft/onefuzz/pull/926)
19+
* Contrib: Updated multiple third-party Python dependencies. [#950](https://github.com/microsoft/onefuzz/pull/950)
20+
* Service: Tasks that are stopped without ever having started are now marked as failed. [#935](https://github.com/microsoft/onefuzz/pull/935)
21+
* Supervisor: Added increased context when recording supervisor failures. [#931](https://github.com/microsoft/onefuzz/pull/931)
22+
23+
### Fixed
24+
* CLI/Service: Worked around a third-party dependency issue in handling Python Unions in Events. [#939](https://github.com/microsoft/onefuzz/pull/939)
25+
* Deployment: Fixed an authentication issue during deployment. [#947](https://github.com/microsoft/onefuzz/pull/947), [#954](https://github.com/microsoft/onefuzz/pull/954)
26+
* Deployment: Fixed an issue limiting application creation logs. [#952](https://github.com/microsoft/onefuzz/pull/952)
27+
* Service: Fixed an issue deleting nodes with expired heartbeats. [#930](https://github.com/microsoft/onefuzz/pull/930)
28+
* Service: Fixed an issue deleting nonexistent containers. [#948](https://github.com/microsoft/onefuzz/pull/948)
29+
* Service: Fixed an issue deleting proxies. [#932](https://github.com/microsoft/onefuzz/pull/932)
30+
* Service: Fixed an issue that prevented automatic migration of notification secrets to Azure KeyVault in some cases. [#936](https://github.com/microsoft/onefuzz/pull/936)
31+
* Supervisor: Fixed an issue adding multiple SSH keys to Windows VMs. [#928](https://github.com/microsoft/onefuzz/pull/928)
32+
733
## 2.18.0
834
### Added
935
* Agent: Added `setup_dir` [configuration value expansion](docs/command-replacements.md) for generator tasks. [#901](https://github.com/microsoft/onefuzz/pull/901)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.18.0
1+
2.19.0

0 commit comments

Comments
 (0)