Skip to content

Commit 92fe79f

Browse files
committed
Update CHANGELOG and module description for new release
1 parent c250fbe commit 92fe79f

File tree

2 files changed

+24
-12
lines changed

2 files changed

+24
-12
lines changed

CHANGELOG.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,29 @@ 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.4.2...master)
7+
## [Unreleased](https://github.com/swisscom/powergrr/compare/v0.5.0...master)
8+
9+
<!--
10+
### Added
11+
12+
### Changed
13+
14+
### Deprecated
15+
16+
### Removed
17+
18+
### Fixed
19+
20+
### Security
21+
-->
22+
23+
## [v0.5.0](https://github.com/swisscom/powergrr/compare/v0.4.2...v0.5.0) - 2017-08-16
824

925
Add support for certificate authentication based on certificate files. This
1026
allows using certificate authentication with PowerShell Core and especially on
11-
non-Windows platforms. Furthermore, commands for uploading artifacts to
12-
GRR and removing them from GRR were added.
27+
non-Windows platforms. Use the new config option to set the certificate file path.
28+
Furthermore, commands for uploading artifacts to GRR and removing them from
29+
GRR were added.
1330

1431
### Added
1532

@@ -29,12 +46,9 @@ GRR and removing them from GRR were added.
2946
* Add base64 encoding function (`ConvertTo-Base64`) which is used for
3047
manual basic authentication to mitigate missing basic authentication in
3148
PowerShell Core cmdlets, see section fixed below.
32-
33-
### Changed
34-
35-
### Deprecated
36-
37-
### Removed
49+
* Add supporting function `Get-ValidatedGRRArtifact` and use the function
50+
inside of `Invoke-GRRRequest` and `Remove-GRRArtifact` to verify given
51+
artifacts against the artifact repository in GRR.
3852

3953
### Fixed
4054
* **Fix an issue in the basic authentication when using PowerShell Core** ([#11](https://github.com/swisscom/PowerGRR/issues/11)).
@@ -48,8 +62,6 @@ GRR and removing them from GRR were added.
4862
The authentication was tested on Windows with PowerShell v5, Windows with
4963
PowerShell Core and Ubuntu with PowerShell Core.
5064

51-
### Security
52-
5365
## [v0.4.2](https://github.com/swisscom/powergrr/compare/v0.4.1...v0.4.2) - 2017-08-08
5466

5567
Fix bug in `Get-ClientCertificate` when using `Get-Variable`. Make the

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.4.2'
15+
ModuleVersion = '0.5.0'
1616

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

0 commit comments

Comments
 (0)