File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
55This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.2.2] - 2020-02-24
8+ ### Added
9+ - SSH keys cleanup in case the device failed to create.
10+
711## [ 0.2.1] - 2020-02-24
812### Added
913- Hardware reservation string argument to specift either an ID or 'next-available'
Original file line number Diff line number Diff line change 11default : build
22
3- version := v0.2.1
3+ version := v0.2.2
44version_description := "Docker Machine Driver Plugin to Provision on Packet"
55human_name := "$(version ) - Docker Machine v0.8.2+"
66version := "$(version ) "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This creates the following:
2121* in the EWR region (NJ)
2222* with Ubuntu 16.04
2323* in project $PROJECT
24- * Using $API_KEY - [ get yours from the Portal] ( https://app.packet.net/portal# /api-keys )
24+ * Using $API_KEY - [ get yours from the Portal] ( https://app.packet.net/users/me /api-keys )
2525
2626```
2727$ docker-machine create sloth \
You can’t perform that action at this time.
0 commit comments