You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
* 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)
* 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
+
7
33
## 2.18.0
8
34
### Added
9
35
* Agent: Added `setup_dir`[configuration value expansion](docs/command-replacements.md) for generator tasks. [#901](https://github.com/microsoft/onefuzz/pull/901)
0 commit comments