Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Nov 22, 2015
1 parent 98cd017 commit 403fa67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Expand Up @@ -7,6 +7,6 @@
"go-vet"
],
"MainDirsExclude": "vendor,Godeps,testdata",
"PackageVersion": "1.1.0+",
"PackageVersion": "1.2.0",
"ConfigVersion": "0.9"
}
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -159,7 +159,7 @@ $ docker run --privileged -v /var/lib/docker:/var/lib/docker -it --rm -p 2222:22

## Changelog

### master (unreleased)
### [v1.2.0](https://github.com/moul/ssh2docker/releases/tag/v1.2.0) (2015-11-22)

* Support of `--host-key=system` to use OpenSSH keys ([#45](https://github.com/moul/ssh2docker/issues/45))
* Support of custom entrypoint ([#63](https://github.com/moul/ssh2docker/issues/63))
Expand All @@ -171,7 +171,7 @@ $ docker run --privileged -v /var/lib/docker:/var/lib/docker -it --rm -p 2222:22
* Support of `--local-user` option, to allow a specific user to be a local shell ([#44](https://github.com/moul/ssh2docker/issues/44))
* Kill connection when exiting shell (ctrl+D) ([#43](https://github.com/moul/ssh2docker/issues/43))

[full commits list](https://github.com/moul/ssh2docker/compare/v1.1.0...master)
[full commits list](https://github.com/moul/ssh2docker/compare/v1.1.0...v1.2.0)

### [v1.1.0](https://github.com/moul/ssh2docker/releases/tag/v1.1.0) (2015-10-07)

Expand Down

0 comments on commit 403fa67

Please sign in to comment.