@@ -4,12 +4,23 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
8
19
9
20
This release ** adds new commands for exporting (downlading) the files archive from a flow or
10
21
a hunt** , ** adds support in FileFinder flow for collecting locked files
11
22
using 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** .
13
24
14
25
### Added
15
26
@@ -20,22 +31,16 @@ using raw file access** and the _stat_ action type and finally,
20
31
* Add _ stat_ ActionType parameter to FileFinder flow.
21
32
* Add _ pathtype_ parameter to FileFinder flow which _ allows using TSK (deprecated)
22
33
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 ` .
27
37
28
38
### Changed
29
39
* Update CHANGELOG, docs and external help file
30
40
31
41
### 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
33
43
release. Replace multi part with a JSON upload.
34
- <!--
35
- ### Security
36
- ### Deprecated
37
- ### Removed
38
- -->
39
44
40
45
## [ v0.11.0] ( https://github.com/swisscom/powergrr/compare/v0.10.0..v0.11.0 ) - 2021-06-02
41
46
0 commit comments