Skip to content

Commit 07a5845

Browse files
committed
Update README, psd1 and CHANGELOG for current release
1 parent 4386f54 commit 07a5845

3 files changed

Lines changed: 18 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ 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.6.0...master)
7+
## [Unreleased](https://github.com/swisscom/powergrr/compare/v0.7.0...master)
8+
9+
<!--
10+
### Added
11+
### Changed
12+
### Deprecated
13+
### Removed
14+
### Fixed
15+
### Security
16+
-->
17+
18+
## [v0.7.0](https://github.com/swisscom/powergrr/compare/v0.6.0...v0.7.0)- 2018-01-19
819

920
Improve payload conversions, add file content conditions for file finder and
1021
update result count functionality for hunt info according to added fields in
@@ -29,10 +40,10 @@ overview. Extend existing approval state commands with new wait functions.
2940
approvals. Specify the timeout in minutes as needed.
3041
* Add _-Wait_ switch to `Start-GRRHunt` for waiting for the specified approval
3142
before starting the hunt.
32-
<!--
33-
### Changed
34-
### Deprecated
35-
-->
43+
* Add `Get-FlowArgs` for building flow arguments and `Get-DynamicFlowParam`
44+
for generating the dynamic flow parameters and use these functions for
45+
shared code in `Invoke-GRRFlow` and `New-GRRHunt`.
46+
3647
### Removed
3748
* Removed second GRR API call in `Get-GRRHuntInfo` for result
3849
count by default because in newer versions (3.2.x.x) of the GRR server the result
@@ -43,10 +54,6 @@ overview. Extend existing approval state commands with new wait functions.
4354
The new count field only works for new hunt results. Old hunt results are not
4455
covered with the new fields - use the added parameter `ShowResultCount` in
4556
`Get-GRRHuntInfo` for these hunts.
46-
<!--
47-
### Fixed
48-
### Security
49-
-->
5057

5158
## [v0.6.0](https://github.com/swisscom/powergrr/compare/v0.5.0...v0.6.0)- 2017-09-14
5259

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ check current cmdlets how to use supporting functions.
4747
* Add the version comparison link to the current release changelog section.
4848
* Add the current date at the end of the new header row
4949
1. Update **ModuleVersion** in the module description file (.psd1).
50+
1. Commit the changes
5051
1. Set a tag for the new version (e.g. "vx.x.x").
5152
1. Push the tag and the code changes to the repo.
5253
1. Add a new Github release and add release notes

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.6.0'
15+
ModuleVersion = '0.7.0'
1616

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

0 commit comments

Comments
 (0)