Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fork Sync: Update from parent repository #166

Merged
merged 2 commits into from
Jan 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ 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).

## 6.2.0
### Added
* Agent: Added more into-JSON coverage conversions [#2725](https://github.com/microsoft/onefuzz/pull/2725)
* Agent: Added binary coverage merging measurements [#2724](https://github.com/microsoft/onefuzz/pull/2724)
* Agent: Added deserialization compatibility functions [#2719](https://github.com/microsoft/onefuzz/pull/2719)
* 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)
* 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)
* Deployment: Added support for custom domain names used as OneFuzz endpoints [#2720](https://github.com/microsoft/onefuzz/pull/2720)
* Service: Added documentation for unmanaged node deployment [#2694](https://github.com/microsoft/onefuzz/pull/2694)
### Changed
* Agent: Use a custom `Output` type when recording coverage [#2723](https://github.com/microsoft/onefuzz/pull/2723)
* Agent: Reduce mutation in the agent state machine [#2710](https://github.com/microsoft/onefuzz/pull/2710)
* Service: Include dotnet version in `info` response [#2693](https://github.com/microsoft/onefuzz/pull/2693)
* Service: Use feature flags to get the node disposal strategy [#2713](https://github.com/microsoft/onefuzz/pull/2713)
### Fixed
* Agent: Escape periods when converting globs [#2721](https://github.com/microsoft/onefuzz/pull/2721)
* Agent: Ignore benign recv hangup in agent timer functions [#2722](https://github.com/microsoft/onefuzz/pull/2722)
* Agent: Fix NullRef exception when getting a scaleset that does not exist [#2692](https://github.com/microsoft/onefuzz/pull/2692)
* Service: Downgrade error on _"cannot delete nodes from scaleset"_ to a warning [#2691](https://github.com/microsoft/onefuzz/pull/2691)
* Service: Fixed build issue related to dotnet version `7.0.101` [#2698](https://github.com/microsoft/onefuzz/pull/2698)
* Service: Adding `public` identifier to `Events` to restore missing events [#2705](https://github.com/microsoft/onefuzz/pull/2705)

## 6.1.0
### Added
* 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)
Expand Down
2 changes: 1 addition & 1 deletion CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.0
6.2.0
4 changes: 2 additions & 2 deletions src/api-service/functional_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
../../cli
../../pytypes
azure-cli-core==2.40.0
azure-cli==2.40.0
azure-cli-core==2.43.0
azure-cli==2.43.0
2 changes: 1 addition & 1 deletion src/cli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ azure-applicationinsights==0.1.0
tenacity==8.0.1
docstring_parser==0.8.1
azure-identity==1.10.0
azure-cli-core==2.42.0
azure-cli-core==2.43.0
# packaging is required but not specified by azure-cli-core
packaging==21.3
# urllib3[secure] needs to be specifically stated for azure-cli-core
Expand Down
6 changes: 3 additions & 3 deletions src/deployment/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
azure-cli-core==2.40.0
azure-cli==2.40.0
azure-cli-core==2.43.0
azure-cli==2.43.0
azure-identity==1.10.0
azure-cosmosdb-table==1.0.6
azure-mgmt-eventgrid==10.2.0b2
azure-mgmt-resource==21.1.0b1
azure-mgmt-storage==20.1.0
azure-mgmt-storage==21.0.0
azure-storage-blob==12.13.1
pyfunctional==1.4.3
pyopenssl==22.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/utils/add-corpus-storage-accounts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
azure-mgmt-storage~=19.0.0
azure-cli-core==2.40.0
azure-cli-core==2.43.0
azure-mgmt-eventgrid==3.0.0rc9
2 changes: 1 addition & 1 deletion src/utils/check-pr/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
azure-common~=1.1.25
azure-identity==1.10.0
PyGithub==1.56
azure-cli-core==2.40.0
azure-cli-core==2.43.0
msgraph-core==0.2.2