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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## 2.26.0
8
+
### Added
9
+
* Supervisor: Added a `panic` handler to record supervisor failures. [#1062](https://github.com/microsoft/onefuzz/pull/1062)
10
+
11
+
### Changed
12
+
* Agent: Added more context to file upload errors. [#1063](https://github.com/microsoft/onefuzz/pull/1063)
13
+
* CLI: Made errors locating `azcopy` more clear. [#1061](https://github.com/microsoft/onefuzz/pull/1061)
14
+
15
+
### Fixed
16
+
* Service: Fixed an issue where long-lived VM scaleset instances could get reimaged with out-of-date VM setup scripts. [#1060](https://github.com/microsoft/onefuzz/pull/1060)
17
+
* Service: Fixed an issue where VM setup script updates were not always pushed. [#1059](https://github.com/microsoft/onefuzz/pull/1059)
18
+
7
19
## 2.25.1
8
20
### Fixed
9
21
* Service: Fixed an issue detecting and reimaging failed nodes. [#1054](https://github.com/microsoft/onefuzz/pull/1054)
0 commit comments