From 7529a184cf8cc70ecd716d05af070fa830d7a36e Mon Sep 17 00:00:00 2001 From: Noah McGregor Harper <74685766+nharper285@users.noreply.github.com> Date: Tue, 4 Oct 2022 14:13:47 -0700 Subject: [PATCH] Release 5.15.0 (#2474) * Release 5.15.0 * Update CHANGELOG.md Co-authored-by: Joe Ranweiler * Adding PR. * Update CHANGELOG.md Co-authored-by: Marc Greisen * Adding state machine pr. * UPdating changelog. * Update CHANGELOG.md Co-authored-by: Joe Ranweiler * Adding cache PR. Co-authored-by: Joe Ranweiler Co-authored-by: Marc Greisen --- CHANGELOG.md | 24 ++++++++++++++++++++++++ CURRENT_VERSION | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc9f587e9..50b2d211a 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/CURRENT_VERSION b/CURRENT_VERSION index 5d4f567eb..e0cb00460 100644 --- a/CURRENT_VERSION +++ b/CURRENT_VERSION @@ -1 +1 @@ -5.14.0 \ No newline at end of file +5.15.0 \ No newline at end of file