Skip to content

Releases: shellhub-io/shellhub

v0.3.0-rc.2

16 Apr 12:29
Compare
Choose a tag to compare
v0.3.0-rc.2 Pre-release
Pre-release
Add support http and https to add device

v0.2.3

14 Apr 12:31
Compare
Choose a tag to compare
Bump version to v0.2.3

v0.3.0-rc.1

06 Apr 17:02
Compare
Choose a tag to compare
v0.3.0-rc.1 Pre-release
Pre-release
add support HTTPS in ui

v0.2.2

01 Apr 13:15
Compare
Choose a tag to compare
Bump version to v0.2.2

v0.2.1

20 Mar 21:00
Compare
Choose a tag to compare
Bump version to v0.2.1

v0.2.0

05 Mar 20:26
Compare
Choose a tag to compare

Next major version of ShellHub

Changelog

  • Add database migration support
  • WebUI redesigned
  • Tunneling through WebSockets instead of reverse SSH

v0.1.1

02 Mar 17:38
Compare
Choose a tag to compare

EOL for v0.1.x

Newer versions will not be compatible.

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