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

Commit 4e2d2d2

Browse files
nharper285mgreisen
andauthored
Release 5.12.0 (#2304)
* Release 5.12.0 * Removing dockercontainer changes. * Update CHANGELOG.md Co-authored-by: Marc Greisen <[email protected]> * Update CHANGELOG.md Co-authored-by: Marc Greisen <[email protected]> * Adding az_copy logging. * Adding ado logging. Co-authored-by: Marc Greisen <[email protected]>
1 parent 163e324 commit 4e2d2d2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.12.0
8+
### Added
9+
* Deployment: Add `--use_dotnet_agent_functions` to deploy.py. [#2292](https://github.com/microsoft/onefuzz/pull/2292)
10+
* Service: Added Logging to `az_copy` calls for improved failure tracking. [#2303](https://github.com/microsoft/onefuzz/pull/2303)
11+
* Service: Added Logging when sending ADO Notifications [#2291](https://github.com/microsoft/onefuzz/pull/2291)
12+
* Service: Additional C# migration work. [#2183](https://github.com/microsoft/onefuzz/pull/2183), [#2296](https://github.com/microsoft/onefuzz/pull/2296), [#2286](https://github.com/microsoft/onefuzz/pull/2286), [#2282](https://github.com/microsoft/onefuzz/pull/2282), [#2289](https://github.com/microsoft/onefuzz/pull/2289)
13+
### Changed
14+
* CLI: Changed the CLI's `scaleset` commands `size` positional parameter to `max_size` to better communicate its use in auto scaling properties. [#2293](https://github.com/microsoft/onefuzz/pull/2293)
15+
### Fixed
16+
* Deployment: Fixed `set_admins.py` script. [#2300](https://github.com/microsoft/onefuzz/pull/2300)
17+
* Service: Include serialization options when sending event message. [#2290](https://github.com/microsoft/onefuzz/pull/2290)
18+
719
## 5.11.0
820
### Added
921
* Service: Converted remaining events to C#. [#2253](https://github.com/microsoft/onefuzz/pull/2253)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.11.0
1+
5.12.0

0 commit comments

Comments
 (0)