mirror of
https://github.com/webfactory/ssh-agent.git
synced 2024-11-21 08:40:49 +00:00
Prepare a v0.7.0 release
This commit is contained in:
parent
8a9e20a586
commit
836c84ec59
2 changed files with 10 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## v0.7.0 [2022-10-19]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
* Add the `log-public-key` input that can be used to turn off logging key identities (#122)
|
* Add the `log-public-key` input that can be used to turn off logging key identities (#122)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
* Fix path to `git` binary on Windows, assuming GitHub-hosted runners (#136, #137)
|
* Fix path to `git` binary on Windows, assuming GitHub-hosted runners (#136, #137)
|
||||||
|
* Fix a nonsensical log message (#139)
|
||||||
|
|
||||||
## v0.6.0 [2022-10-19]
|
## v0.6.0 [2022-10-19]
|
||||||
|
|
||||||
|
@ -32,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Fixed cleanup phase to really terminate the ssh-agent (#80)
|
* Fixed cleanup phase to really terminate the ssh-agent (#80)
|
||||||
* Fix termination of ssh-agent also on workflow faiulre (#79)
|
* Fix termination of ssh-agent also on workflow failure (#79)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "webfactory-action-ssh-agent",
|
"name": "webfactory-action-ssh-agent",
|
||||||
"repository": "git@github.com:webfactory/ssh-agent.git",
|
"repository": "git@github.com:webfactory/ssh-agent.git",
|
||||||
"description": "GitHub Action to set up ssh-agent with a private SSH key",
|
"description": "GitHub Action to set up ssh-agent with a private SSH key",
|
||||||
"version": "0.6.0",
|
"version": "0.7.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "webfactory GmbH <info@webfactory.de>",
|
"author": "webfactory GmbH <info@webfactory.de>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in a new issue