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

Commit 7529a18

Browse files
nharper285ranweilermgreisen
authored
Release 5.15.0 (#2474)
* Release 5.15.0 * Update CHANGELOG.md Co-authored-by: Joe Ranweiler <[email protected]> * Adding PR. * Update CHANGELOG.md Co-authored-by: Marc Greisen <[email protected]> * Adding state machine pr. * UPdating changelog. * Update CHANGELOG.md Co-authored-by: Joe Ranweiler <[email protected]> * Adding cache PR. Co-authored-by: Joe Ranweiler <[email protected]> Co-authored-by: Marc Greisen <[email protected]>
1 parent 489579a commit 7529a18

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.14.0
1+
5.15.0

0 commit comments

Comments
 (0)