Skip to content

Releases: docksal/service-ssh-agent

v1.4.2

06 Mar 21:48
Compare
Choose a tag to compare
  • Fixed latest stable image tag generation in docker-tags.sh

v1.4.1

06 Mar 20:49
87fd33e
Compare
Choose a tag to compare
  • Fixed a regression from the v1.4.0 release - #21

v1.4.0

05 Nov 22:24
6f5dd00
Compare
Choose a tag to compare
  • Switched to Alpine 3.14
  • Switched builds to Github Actions
  • Added support for ARM64 builds

v1.3.2

08 Nov 21:17
7c042c1
Compare
Choose a tag to compare
  • Added --quiet option for ssh-key add command

v1.3.1

08 Oct 16:29
1b86aca
Compare
Choose a tag to compare
  • Fixed socket cleanup behavior in the entrypoint script (#10)

v1.3.0

02 Oct 22:11
3426af0
Compare
Choose a tag to compare
  • TCP proxy mode for SSH agent socket
    • Used in conjunction with SSH_AUTH_SOCK exposed over TCP on a host

v1.2.3

01 Apr 18:34
49649fc
Compare
Choose a tag to compare
  • 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

29 Mar 20:16
5b74da6
Compare
Choose a tag to compare
  • Switched to Alpine v3.9
  • Switched Travis builds to Ubuntu 18.04 (xenial) minimal flavor
  • Updated _healthcheck_wait function in tests

v1.2.1

14 Nov 06:22
81460ff
Compare
Choose a tag to compare
  • Added Docker healthcheck support
  • Minor fixes and cleanup in ssh-key
  • Cleanup and fixes in build and CI

v1.2.0

18 Oct 07:52
0108e1e
Compare
Choose a tag to compare
  • Requires Docksal 1.11.0+
  • Replaced run.sh with docker-entrypoint.sh (the entrypoint) and ssh-key (the SSH key management script)
  • Updated tests