@@ -4,12 +4,29 @@ 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.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
8
24
9
25
Add support for certificate authentication based on certificate files. This
10
26
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.
13
30
14
31
### Added
15
32
@@ -29,12 +46,9 @@ GRR and removing them from GRR were added.
29
46
* Add base64 encoding function (` ConvertTo-Base64 ` ) which is used for
30
47
manual basic authentication to mitigate missing basic authentication in
31
48
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.
38
52
39
53
### Fixed
40
54
* ** 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.
48
62
The authentication was tested on Windows with PowerShell v5, Windows with
49
63
PowerShell Core and Ubuntu with PowerShell Core.
50
64
51
- ### Security
52
-
53
65
## [ v0.4.2] ( https://github.com/swisscom/powergrr/compare/v0.4.1...v0.4.2 ) - 2017-08-08
54
66
55
67
Fix bug in ` Get-ClientCertificate ` when using ` Get-Variable ` . Make the
0 commit comments