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

Commit 2c3d91a

Browse files
authored
Release 2.3.0 (#515)
1 parent 1d74379 commit 2c3d91a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.3.0
8+
### Changed
9+
* Service: Clarify log messages when the service and agent versions mismatch. [#510](https://github.com/microsoft/onefuzz/pull/510)
10+
* Service: Scalesets and Nodes are now updated in a consistent order during scheduled updates. [#512](https://github.com/microsoft/onefuzz/pull/512)
11+
* CLI/Service: Expanded the use of Primitive data types that provide data validation. [#514](https://github.com/microsoft/onefuzz/pull/514)
12+
13+
### Fixed
14+
* Service: Fixed an error generated when scalesets scheduled for deletion had configurations updated. [#511](https://github.com/microsoft/onefuzz/pull/511)
15+
* Service: Fixed an issue where scaleset configurations were updated too frequently. [#511](https://github.com/microsoft/onefuzz/pull/511)
16+
717
## 2.2.0
818
### Added
919
* Proxy: The logs from the proxy manager logged to Application Insights. [#502](https://github.com/microsoft/onefuzz/pull/502)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.3.0

0 commit comments

Comments
 (0)