Skip to content

Commit

Permalink
Merge pull request #5 from TheAntColony/ssh-keys-cleanup
Browse files Browse the repository at this point in the history
Ssh keys cleanup
  • Loading branch information
alibazlamit authored Feb 27, 2020
2 parents ea92d79 + df00723 commit 018c712
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.2.2] - 2020-02-24
### Added
- SSH keys cleanup in case the device failed to create.

## [0.2.1] - 2020-02-24
### Added
- Hardware reservation string argument to specift either an ID or 'next-available'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default: build

version := v0.2.1
version := v0.2.2
version_description := "Docker Machine Driver Plugin to Provision on Packet"
human_name := "$(version) - Docker Machine v0.8.2+"
version := "$(version)"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This creates the following:
* in the EWR region (NJ)
* with Ubuntu 16.04
* in project $PROJECT
* Using $API_KEY - [get yours from the Portal](https://app.packet.net/portal#/api-keys)
* Using $API_KEY - [get yours from the Portal](https://app.packet.net/users/me/api-keys)

```
$ docker-machine create sloth \
Expand Down

0 comments on commit 018c712

Please sign in to comment.