Skip to content

Releases: shellhub-io/shellhub

v0.1.0

28 Feb 19:51
Compare
Choose a tag to compare

This is the most significant release of ShellHub since the very first release!

Upgrading Notes

If you are updating from a prior version, make sure to remove orphaned containers by appending the --remove-orphans options to the docker-compose up command line, for example:

docker-compose up --remove-orphans -d

Changelog

  • SSH to Websocket bridge (ws service) was merged into api service
  • Improved reverse tunnel auth scheme by verifying device's public key
  • Migrated to official MongoDB Go driver
  • Added device details page in the UI
  • Moved all common code to pkg package

v0.0.5

19 Feb 17:08
Compare
Choose a tag to compare

Improvements

  • Update alpine containers

Bug Fixes

  • agent: Fix MQTT reconnect issue

v0.0.4

14 Feb 14:50
Compare
Choose a tag to compare

Bug Fixes

  • Fix privileged access using 'ssh' user to MQTT broker

v0.0.3

12 Feb 21:06
Compare
Choose a tag to compare

Improvements

  • Provided a way to get the SSHID from the device

Bug Fixes

  • Prevent API endpoints from unwanted access (public internet)

v0.0.2

05 Feb 17:44
Compare
Choose a tag to compare

Improvements

  • Added config option to change default SSH port
  • Added new server admin scripts:
    • del-user
    • reset-user-password

Bug Fixes

  • Removed hard coded JWT secret from the auth process

v0.0.1

30 Jan 18:52
Compare
Choose a tag to compare

Bump version to v0.0.1