@@ -4,12 +4,29 @@ 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.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
925Add support for certificate authentication based on certificate files. This
1026allows 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
5567Fix bug in ` Get-ClientCertificate ` when using ` Get-Variable ` . Make the
0 commit comments