Skip to content

Commit 8d69622

Browse files
committed
Update changelog and module description for new version
1 parent 474af98 commit 8d69622

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,23 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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

920
This release **adds new commands for exporting (downlading) the files archive from a flow or
1021
a hunt**, **adds support in FileFinder flow for collecting locked files
1122
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**.
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

PowerGRR.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PowerGRR.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.11.0'
15+
ModuleVersion = '0.12.0'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '5bdf023f-fe8a-4748-bd73-43a449791ba8'

0 commit comments

Comments
 (0)