Release 5.15.0 (#2474)

* Release 5.15.0

* Update CHANGELOG.md

Co-authored-by: Joe Ranweiler <joe@lemma.co>

* Adding PR.

* Update CHANGELOG.md

Co-authored-by: Marc Greisen <mgreisen@microsoft.com>

* Adding state machine pr.

* UPdating changelog.

* Update CHANGELOG.md

Co-authored-by: Joe Ranweiler <joe@lemma.co>

* Adding cache PR.

Co-authored-by: Joe Ranweiler <joe@lemma.co>
Co-authored-by: Marc Greisen <mgreisen@microsoft.com>
This commit is contained in:
Noah McGregor Harper 2022-10-04 14:13:47 -07:00 committed by GitHub
parent 489579a971
commit 7529a184cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 1 deletions

View File

@ -4,6 +4,30 @@ 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).
## 5.15.0
### Added
* Service: Use `InterpolatedStringHandler` to move values to `CustomDimensions` Tags [#2450](https://github.com/microsoft/onefuzz/pull/2450)
* Service: C# Can create ADO notifications [#2456](https://github.com/microsoft/onefuzz/pull/2456), [#2458](https://github.com/microsoft/onefuzz/pull/2458)
* ```
* Service: C# Cache VMSS VM InstanceID lookups [#2464](https://github.com/microsoft/onefuzz/pull/2464)
* CLI: Retry on connection reset [#2468](https://github.com/microsoft/onefuzz/pull/2468)
* Agent: Enable backtraces for agent errors [#2437](https://github.com/microsoft/onefuzz/pull/2437)
### Changed
* Service: Bump Dependencies [#2446](https://github.com/microsoft/onefuzz/pull/2446)
* Service: Temporarily disable Pool validation [#2459](https://github.com/microsoft/onefuzz/pull/2459)
### Fixed
* Service: Fix logic to retrieve partitionKey and rowKey [#2447](https://github.com/microsoft/onefuzz/pull/2447)
* Service: Permit periods in Pool names [#2452](https://github.com/microsoft/onefuzz/pull/2452)
* Service: Node state getting reset to init [#2454](https://github.com/microsoft/onefuzz/pull/2454)
* Service: Fix null ref exception in C# logging [#2460](https://github.com/microsoft/onefuzz/pull/2460)
* Service: Correct pool transitions [#2462](https://github.com/microsoft/onefuzz/pull/2462)
* Service: Fix UpdateConfigs [#2463](https://github.com/microsoft/onefuzz/pull/2463)
* Service: Allow worker loops to continue after errors [#2469](https://github.com/microsoft/onefuzz/pull/2469)
* Service: Lowercase webhooks digest header value [#2471](https://github.com/microsoft/onefuzz/pull/2471)
* Service: Fix C# Node state machine. [#2476](https://github.com/microsoft/onefuzz/pull/2476)
* Service: Adding missing caching from python code [#2467](https://github.com/microsoft/onefuzz/pull/2467)
## 5.14.0
### Added
* Service: Implement not-implemented `GetInputContainerQueues` [#2380](https://github.com/microsoft/onefuzz/pull/2380)

View File

@ -1 +1 @@
5.14.0
5.15.0