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
+10
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ 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.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
+
7
17
## 2.2.0
8
18
### Added
9
19
* Proxy: The logs from the proxy manager logged to Application Insights. [#502](https://github.com/microsoft/onefuzz/pull/502)
0 commit comments