Skip to content

Releases: tg123/sshpiper

v1.0.72

22 Dec 12:59
4274d7e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.62...v1.0.72

v1.0.62

26 Oct 09:49
Compare
Choose a tag to compare

Full Changelog: v1.0.50...v1.0.62

  • image now contains k8s and workingdir plugin only to reduce image size
  • main process will exit when any plugin exits

v1.0.50

06 Aug 10:53
Compare
Choose a tag to compare

What's Changed

  • low level sshpiper api is fully redesigned to support more routing protocols.
  • plugins system totally redesigned to be more flexible and extensible.
  • plugins are now sperated from main process and no longer a single big binary, this allow user to write their own plugins without touching sshpiperd code.
  • grpc is first class now, the plugins are built on top of it

Full Changelog: v0.7.11...v1.0.50

v0.7.11

04 Apr 02:30
cbf71b3
Compare
Choose a tag to compare

What's Changed

  • fix lint not running by @tg123 in #27
  • add updated ca by @tg123 in #29
  • Create FUNDING.yml by @tg123 in #32
  • fix snap build dir overwrite bin dir by @tg123 in #37
  • use NewConfig() for better default values by @tobiasholst in #35
  • move to go mod by @tg123 in #38
  • database backend optimization by @11notes in #40
  • Create go.yml by @tg123 in #47
  • introduce Yaml upstream by @tg123 in #49
  • Update go.yml by @tg123 in #52
  • Update logger info to show mapped user and destination by @TomFreudenberg in #51
  • Allow multiple host keys to be loaded by specifying a globbable path by @apokalyptik in #61
  • Fix a Docker Hub link in README.md by @kasbah in #63
  • Implement database driver mapping by @ironashram in #64
  • fix git not found error on docker image build by @ironashram in #65
  • Add support for kubenetes by @lermit in #66
  • fix kubernetes example wrong link in readme by @41tair in #81
  • fix bug that cause can't login with sshpipe name in kubernetes and add kubernetes pipe management by @41tair in #82
  • Print SSH upstream in brackets to distinguish port properly by @ton31337 in #84

New Contributors

Full Changelog: v0.4.1...v0.7.11