Releases: dokku/sshcommand
Releases · dokku/sshcommand
v0.11.0
Changed
- @josegonzalez Avoid writing acl-add key to temporary file
- @josegonzalez Release packages for focal
v0.10.0
Added
- @Filipe-Souza Ability to output JSON format in ssh keys list
Changed
- @josegonzalez Drop unsupported debian-based operating systems
- @josegonzalez Do not release to the betafish channel
Fixed
- @josegonzalez Do not allow users to re-specify an ssh key under a different name
- @josegonzalez Allow user to disable name check when adding a new ssh key
- @josegonzalez Correct shellcheck issues with shellcheck 0.7.0
v0.9.0
Added
@josegonzalez Add ability to list a single name's keys
v0.8.0
Fixed
- @fruitl00p delete_user is now portable
Added
- @d1ceward Added arch linux support
- @josegonzalez Move to circleci 2.0
- @josegonzalez Run tests in docker
- @josegonzalez Release packages via CI
- @josegonzalez Add version command
v0.7.0
Fixed
- @callahad Only allow one key per file in acl-add. Otherwise, the additional keys get added without the sshcommand wrapper.
Added
- @michaelshobbs automated releases
v0.6.0
- #30: @u2mejc Adds sshcommand list to README.md
- #31: @IlyaSemenov Fixed failing unit test for sshcommand list
- #32: @IlyaSemenov Pinned base Docker image
- #33: @IlyaSemenov Fix compatibility with SHA256 ssh keys
v0.5.0
v0.4.0
- #25: @josegonzalez Add the ability to specify the key_file as an argument
- #26: @josegonzalez Allow specifying ALLOWED_KEYS via an environment variable
- #27: @josegonzalez Add support for alpine linux 3.x.
v0.3.0
- #24: @josegonzalez Conform to progrium/bashstyle
v0.2.0
- #12: @josegonzalez erle vanbaarsen Retrieve home directory from user via system
- #15: @alessio Add support for those distros which don't provide 'adduser'
- #17: @michaelshobbs support identifiers with spaces
- #18: @jvanbaarsen Only add SSH key if it doesn't already exists
- #19: @michaelshobbs fix stale handle stdin
- #20: @michaelshobbs add tests and make lint pass
- #21: @michaelshobbs add build status to README
- #22: @michaelshobbs match Debian* in f_adduser()
- #23: @oliw Add support for Debian-based Raspian OS