@@ -4,12 +4,23 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## [ Unreleased] ( https://github.com/swisscom/powergrr/compare/v0.11.0...master )
7+ ## [ Unreleased] ( https://github.com/swisscom/powergrr/compare/v0.12.0...master )
8+
9+ <!--
10+ ### Added
11+ ### Changed
12+ ### Fixed
13+ ### Security
14+ ### Deprecated
15+ ### Removed
16+ -->
17+
18+ ## [ v0.12.0] ( https://github.com/swisscom/powergrr/compare/v0.11.0..v0.12.0 ) - 2021-07-07
819
920This release ** adds new commands for exporting (downlading) the files archive from a flow or
1021a hunt** , ** adds support in FileFinder flow for collecting locked files
1122using raw file access** and the _ stat_ action type and finally,
12- ** fixes the artifact upload mechanism required by newer GRR releases** .
23+ ** fixes the artifact upload implementation required by newer GRR releases** .
1324
1425### Added
1526
@@ -20,22 +31,16 @@ using raw file access** and the _stat_ action type and finally,
2031* Add _ stat_ ActionType parameter to FileFinder flow.
2132* Add _ pathtype_ parameter to FileFinder flow which _ allows using TSK (deprecated)
2233 or NTFS to access locked files_ , used for e.g. registry files or $MFT on Windows.
23- * Add artifact exist check before uploading a new one (` Add-GRRArtifact ` ) if
24- it already exists in GRR to prevent a 500 error.
25- * Add files archive export functionality in support function
26- (` Invoke-GRRRequest ` ).
34+ * Add artifact exist check before uploading a new one (` Add-GRRArtifact ` ) to
35+ prevent a 500 error.
36+ * Add file download functionality in support function ` Invoke-GRRRequest ` .
2737
2838### Changed
2939* Update CHANGELOG, docs and external help file
3040
3141### Fixed
32- * Fix add artifact command (` Add-GRRArtifact ` ) to work with current GRR
42+ * Fix upload artifact command (` Add-GRRArtifact ` ) to work with current GRR
3343 release. Replace multi part with a JSON upload.
34- <!--
35- ### Security
36- ### Deprecated
37- ### Removed
38- -->
3944
4045## [ v0.11.0] ( https://github.com/swisscom/powergrr/compare/v0.10.0..v0.11.0 ) - 2021-06-02
4146
0 commit comments