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

Commit 32d886a

Browse files
authored
release 2.26.0 (#1065)
1 parent 808f4e4 commit 32d886a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.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+
719
## 2.25.1
820
### Fixed
921
* Service: Fixed an issue detecting and reimaging failed nodes. [#1054](https://github.com/microsoft/onefuzz/pull/1054)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.25.1
1+
2.26.0

0 commit comments

Comments
 (0)