Skip to content

Releases: jnovack/autossh

v2.0.0

26 Mar 19:28
1cb6609
Compare
Choose a tag to compare

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

27 Aug 01:25
b0cb00b
Compare
Choose a tag to compare
v2.0.0-rc2 Pre-release
Pre-release

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 to SSH_TARGET_HOST
    • SSH_TUNNEL_LOCAL to SSH_TARGET_PORT
    • SSH_TUNNEL_REMOTE to SSH_TUNNEL_PORT
    • SSH_HOSTUSER to SSH_REMOTE_USER
    • SSH_HOSTNAME to SSH_REMOTE_HOST
    • SSH_HOSTPORT to SSH_REMOTE_PORT
    • SERVER_ALIVE_INTERVAL to SSH_SERVER_ALIVE_INTERVAL
    • SERVER_ALIVE_COUNT_MAX to SSH_SERVER_ALIVE_COUNT_MAX
  • Docker Swarm compatibility

    • Renamed SSH_KNOWN_HOSTS to SSH_KNOWN_HOSTS_FILE

v1.2.2

23 Aug 16:02
Compare
Choose a tag to compare

Fix: Actually added version.sh to the docker container.

v1.2.1

20 Aug 14:28
Compare
Choose a tag to compare

Broken

Prepare for v2.0

v1.2.0

05 Mar 18:18
Compare
Choose a tag to compare
Update and improve Readme

Also add documentation for new environment variables