File tree Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,65 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## v0.5.4 [ 2021-11-21]
11
+
12
+ ### Fixed
13
+
14
+ * Update changed GitHub Host Keys (#102 , #101 )
15
+
16
+ ### Changed
17
+
18
+ * Various documentation (README) improvements and additions
19
+ * Change logging to more precisely state that _ public_ keys are being printed
20
+
21
+ ## v0.5.3 [ 2021-06-11]
22
+
23
+ ### Fixed
24
+
25
+ * Fixed cleanup phase to really terminate the ssh-agent (#80 )
26
+ * Fix termination of ssh-agent also on workflow faiulre (#79 )
27
+
28
+ ### Changed
29
+
30
+ * Various documentation (README) improvements and additions
31
+
32
+ ## v0.5.2 [ 2021-04-07]
33
+
34
+ ### Fixed
35
+
36
+ * Use case-insensitive regex matching when scanning key comments (#68 , #70 , #71 )
37
+
38
+ ### Changed
39
+
40
+ * Log when a key is _ not_ used as a deploy key (#69 )
41
+
42
+ ## v0.5.1 [ 2021-03-10]
43
+
44
+ ### Fixed
45
+
46
+ * Fix deployment key mapping on Windows virtual environment by using SSH binaries from the Git
47
+ suite, terminate ssh-agent upon actio termination on Windows as well (#63 )
48
+ * Handle ENOENT exceptions with a graceful message
49
+
50
+ ### Changed
51
+
52
+ * Various documentation (README) improvements and additions
53
+
54
+ ## v0.5.0 [ 2021-02-19]
55
+
56
+ ### Added
57
+
58
+ * Add support for GitHub Deployment Keys through key comments (#59 ). Fixes #30 , closes #38 .
59
+ * Support for container-based workflows and Windows (#17 )
60
+
61
+ ### Fixed
62
+
63
+ * Fix scripts/build.js to work on Windows (#38 )
64
+
65
+ ### Changed
66
+
67
+ * Various documentation (README) improvements and additions
68
+
10
69
## v0.4.1 [ 2020-10-07]
11
70
12
71
### Fixed
You can’t perform that action at this time.
0 commit comments