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

Release 2.30.0 #1119

Merged
merged 10 commits into from
Aug 2, 2021
Merged
Show file tree
Hide file tree
Changes from 8 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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
CARGO_TERM_COLOR: always
SCCACHE_DIR: ${{github.workspace}}/sccache/
SCCACHE_CACHE_SIZE: 1G
ACTIONS_CACHE_KEY_DATE: 2021-07-08-01
ACTIONS_CACHE_KEY_DATE: 2021-08-02-01

jobs:
agent:
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ 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).

## 2.29.1
## 2.30.0
### Changed
* Agent/Supervisor/Proxy: Updated multiple third-party Rust dependencies. [#1116](https://github.com/microsoft/onefuzz/pull/1116)

### Fixed
* Service: Fixed an error replacing notifications for a container. [#1115](https://github.com/microsoft/onefuzz/pull/1115)
bmc-msft marked this conversation as resolved.
Show resolved Hide resolved
* Service: Fixed Python 3.9 compatability issues. [#1117](https://github.com/microsoft/onefuzz/pull/1117)
* Agent/Supervisor/Proxy: Addressed multiple new `cargo-clippy` warnings. [#1118](https://github.com/microsoft/onefuzz/pull/1118)

## 2.29.1
### Fixed
* Agent: Fixed an issue with the "Premium" storage account utilities. [#1111](https://github.com/microsoft/onefuzz/pull/1111)
* Agent: Addressed a rate-limiting issue when using `azcopy` from a large number of VMs with numbers cores. [#1112](https://github.com/microsoft/onefuzz/pull/1112)
Expand Down
2 changes: 1 addition & 1 deletion CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.29.1
2.30.0
Loading