Release 2.3.0 (#515)

This commit is contained in:
bmc-msft 2021-02-05 14:08:50 -05:00 committed by GitHub
parent 1d74379a70
commit 2c3d91a3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 2.3.0
### Changed
* Service: Clarify log messages when the service and agent versions mismatch. [#510](https://github.com/microsoft/onefuzz/pull/510)
* Service: Scalesets and Nodes are now updated in a consistent order during scheduled updates. [#512](https://github.com/microsoft/onefuzz/pull/512)
* CLI/Service: Expanded the use of Primitive data types that provide data validation. [#514](https://github.com/microsoft/onefuzz/pull/514)
### Fixed
* Service: Fixed an error generated when scalesets scheduled for deletion had configurations updated. [#511](https://github.com/microsoft/onefuzz/pull/511)
* Service: Fixed an issue where scaleset configurations were updated too frequently. [#511](https://github.com/microsoft/onefuzz/pull/511)
## 2.2.0
### Added
* Proxy: The logs from the proxy manager logged to Application Insights. [#502](https://github.com/microsoft/onefuzz/pull/502)

View File

@ -1 +1 @@
2.2.0
2.3.0