Releases: jnovack/autossh
Releases · jnovack/autossh
v2.0.0
WARNING - The biggest change here is the complete modification of all environment variables for consistency. Upgrading to this version, you will need to modify your environment variables!
- Refactor entire project,
entrypoint
,Dockerfile
, environment variables, etc. - Added lots of tests
- Updated README
- Added additional architectures to build
v2.0.0-rc2
Release Candidate 2
Breaking Changes in v2.0.0
A number of breaking changes were made which requried a version bump.
-
Renamed lots of confusing variables names to less confusing variable names
SSH_TUNNEL_HOST
toSSH_TARGET_HOST
SSH_TUNNEL_LOCAL
toSSH_TARGET_PORT
SSH_TUNNEL_REMOTE
toSSH_TUNNEL_PORT
SSH_HOSTUSER
toSSH_REMOTE_USER
SSH_HOSTNAME
toSSH_REMOTE_HOST
SSH_HOSTPORT
toSSH_REMOTE_PORT
SERVER_ALIVE_INTERVAL
toSSH_SERVER_ALIVE_INTERVAL
SERVER_ALIVE_COUNT_MAX
toSSH_SERVER_ALIVE_COUNT_MAX
-
Docker Swarm compatibility
- Renamed
SSH_KNOWN_HOSTS
toSSH_KNOWN_HOSTS_FILE
- Renamed