mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-10 09:11:36 +00:00
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:
parent
489579a971
commit
7529a184cf
24
CHANGELOG.md
24
CHANGELOG.md
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
5.14.0
|
||||
5.15.0
|
Loading…
x
Reference in New Issue
Block a user