Skip to content

Commit 8c22097

Browse files
Merge pull request #166 from microsoft/main
Fork Sync: Update from parent repository
2 parents 6c93a82 + dc0f7ab commit 8c22097

File tree

7 files changed

+31
-9
lines changed

7 files changed

+31
-9
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ 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+
## 6.2.0
8+
### Added
9+
* Agent: Added more into-JSON coverage conversions [#2725](https://github.com/microsoft/onefuzz/pull/2725)
10+
* Agent: Added binary coverage merging measurements [#2724](https://github.com/microsoft/onefuzz/pull/2724)
11+
* Agent: Added deserialization compatibility functions [#2719](https://github.com/microsoft/onefuzz/pull/2719)
12+
* Agent: Added OS-generic `CoverageRecord` builder to capture output of target child process and allow `Loader` reuse in coverage recording [#2716](https://github.com/microsoft/onefuzz/pull/2716)
13+
* Agent: Improve source coverage of HTML reports [#2700](https://github.com/microsoft/onefuzz/pull/2700), [#2701](https://github.com/microsoft/onefuzz/pull/2701), [#2706](https://github.com/microsoft/onefuzz/pull/2706)
14+
* Deployment: Added support for custom domain names used as OneFuzz endpoints [#2720](https://github.com/microsoft/onefuzz/pull/2720)
15+
* Service: Added documentation for unmanaged node deployment [#2694](https://github.com/microsoft/onefuzz/pull/2694)
16+
### Changed
17+
* Agent: Use a custom `Output` type when recording coverage [#2723](https://github.com/microsoft/onefuzz/pull/2723)
18+
* Agent: Reduce mutation in the agent state machine [#2710](https://github.com/microsoft/onefuzz/pull/2710)
19+
* Service: Include dotnet version in `info` response [#2693](https://github.com/microsoft/onefuzz/pull/2693)
20+
* Service: Use feature flags to get the node disposal strategy [#2713](https://github.com/microsoft/onefuzz/pull/2713)
21+
### Fixed
22+
* Agent: Escape periods when converting globs [#2721](https://github.com/microsoft/onefuzz/pull/2721)
23+
* Agent: Ignore benign recv hangup in agent timer functions [#2722](https://github.com/microsoft/onefuzz/pull/2722)
24+
* Agent: Fix NullRef exception when getting a scaleset that does not exist [#2692](https://github.com/microsoft/onefuzz/pull/2692)
25+
* Service: Downgrade error on _"cannot delete nodes from scaleset"_ to a warning [#2691](https://github.com/microsoft/onefuzz/pull/2691)
26+
* Service: Fixed build issue related to dotnet version `7.0.101` [#2698](https://github.com/microsoft/onefuzz/pull/2698)
27+
* Service: Adding `public` identifier to `Events` to restore missing events [#2705](https://github.com/microsoft/onefuzz/pull/2705)
28+
729
## 6.1.0
830
### Added
931
* Service: Added support for feature flags which allows us to deploy new code in parts and turn it on when it's ready. [#2620](https://github.com/microsoft/onefuzz/pull/2620)

CURRENT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.0
1+
6.2.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
../../cli
22
../../pytypes
3-
azure-cli-core==2.40.0
4-
azure-cli==2.40.0
3+
azure-cli-core==2.43.0
4+
azure-cli==2.43.0

src/cli/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ azure-applicationinsights==0.1.0
1212
tenacity==8.0.1
1313
docstring_parser==0.8.1
1414
azure-identity==1.10.0
15-
azure-cli-core==2.42.0
15+
azure-cli-core==2.43.0
1616
# packaging is required but not specified by azure-cli-core
1717
packaging==21.3
1818
# urllib3[secure] needs to be specifically stated for azure-cli-core

src/deployment/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
azure-cli-core==2.40.0
2-
azure-cli==2.40.0
1+
azure-cli-core==2.43.0
2+
azure-cli==2.43.0
33
azure-identity==1.10.0
44
azure-cosmosdb-table==1.0.6
55
azure-mgmt-eventgrid==10.2.0b2
66
azure-mgmt-resource==21.1.0b1
7-
azure-mgmt-storage==20.1.0
7+
azure-mgmt-storage==21.0.0
88
azure-storage-blob==12.13.1
99
pyfunctional==1.4.3
1010
pyopenssl==22.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
azure-mgmt-storage~=19.0.0
2-
azure-cli-core==2.40.0
2+
azure-cli-core==2.43.0
33
azure-mgmt-eventgrid==3.0.0rc9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
azure-common~=1.1.25
22
azure-identity==1.10.0
33
PyGithub==1.56
4-
azure-cli-core==2.40.0
4+
azure-cli-core==2.43.0
55
msgraph-core==0.2.2

0 commit comments

Comments
 (0)