Releases: docksal/service-ssh-agent
Releases · docksal/service-ssh-agent
v1.4.2
- Fixed latest stable image tag generation in
docker-tags.sh
v1.4.1
- Fixed a regression from the v1.4.0 release - #21
v1.4.0
- Switched to Alpine 3.14
- Switched builds to Github Actions
- Added support for ARM64 builds
v1.3.2
- Added
--quiet
option for ssh-key add
command
v1.3.1
- Fixed socket cleanup behavior in the entrypoint script (#10)
v1.3.0
- TCP proxy mode for SSH agent socket
- Used in conjunction with SSH_AUTH_SOCK exposed over TCP on a host
v1.2.3
- Updated LICENSE year
- Updated _healthcheck_wait function in tests
- Allow using a different docker binary in Makefile and tests
- Necessary for building and testing locally using VirtualBox mode:
export DOCKER='fin docker'
- Fixed tests on Mac and Travis
v1.2.2
- Switched to Alpine v3.9
- Switched Travis builds to Ubuntu 18.04 (xenial) minimal flavor
- Updated
_healthcheck_wait
function in tests
v1.2.1
- Added Docker healthcheck support
- Minor fixes and cleanup in
ssh-key
- Cleanup and fixes in build and CI
v1.2.0
- Requires Docksal 1.11.0+
- Replaced
run.sh
with docker-entrypoint.sh
(the entrypoint) and ssh-key
(the SSH key management script)
- Updated tests