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

Commit b6be6e3

Browse files
authored
Release 1.7.0 (#299)
1 parent 61b3f87 commit b6be6e3

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ 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+
## 1.7.0
8+
### Added
9+
* Deployment: `deploy.py` now takes `--upgrade` to enable simplify upgrading deployments. For now, this skips assignment of the managed identity role which only needs to be done on installation. [#271](https://github.com/microsoft/onefuzz/pull/271)
10+
* CLI: Added Application Insights debug CLI. See `onefuzz debug logs` [#281](https://github.com/microsoft/onefuzz/pull/281)
11+
* CLI: Added unique_inputs to the default container types for `onefuzz reset --containers` and `onefuzz containers reset`. [#290](https://github.com/microsoft/onefuzz/pull/290)
12+
* CLI: Added `onefuzz debug node` to enable debugging a node in a scaleset without having to specify the scaleset. [#298](https://github.com/microsoft/onefuzz/pull/289)
13+
14+
### Changed
15+
* Service: When shutting down an individual scaleset, all of the nodes in the scaleset are now marked for shutdown. [#252](https://github.com/microsoft/onefuzz/pull/252)
16+
* Service: The scaleset service principal IDs are now cached as part of the respective Scaleset object [#255](https://github.com/microsoft/onefuzz/pull/255)
17+
* Service: The association from nodes that ran a task are now kept until the node is reimaged, enabling easily connecting to the node that ran a task after task completion. [#273](https://github.com/microsoft/onefuzz/pull/273)
18+
* Deployment: Pinned `urllib3` version due to an incompatible new release [#292](https://github.com/microsoft/onefuzz/pull/292)
19+
* CLI: Removed calls to `containers.list`, significantly improving job template creation performance. [#289](https://github.com/microsoft/onefuzz/pull/289)
20+
* Service: No longer use HTTP 404 response codes during agent registration. [#287](https://github.com/microsoft/onefuzz/pull/287)
21+
* Agent: Heartbeats are now only sent as part of the execution loop. [#283](https://github.com/microsoft/onefuzz/pull/283)
22+
* Service: Refactored handlers for agent events, including much more detailed logging. [#261](https://github.com/microsoft/onefuzz/pull/261)
23+
* Deployment: Prevent users from enabling public access ton containers. [#300](https://github.com/microsoft/onefuzz/pull/300)
24+
25+
### Fixed
26+
* Service: Fixed libfuzzer_merge tasks [#240](https://github.com/microsoft/onefuzz/pull/240)
27+
* Service: Fixed an issue where scheduled tasks waiting in the queue for longer than 7 days would never get scheduled. [#259](https://github.com/microsoft/onefuzz/pull/259)
28+
* Service: Removed stale Node references from scalesets [#275](https://github.com/microsoft/onefuzz/pull/275)
29+
730
## 1.6.0
831
### Added
932
* Service: The service now auto-scales the number of Azure Functions instances as needed [#238](https://github.com/microsoft/onefuzz/pull/238)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.7.0

0 commit comments

Comments
 (0)