Skip to content

Releases: devbranch-vadym/portainerssh

v1.7.0

15 Nov 10:26
Compare
Choose a tag to compare

Features

  • support authenticating in Portainer API with X-API-Key, support Portainer versions >=2.12 (d1b98be)
  • support setting working directory from CLI arguments (305ea25)

Bug Fixes

  • filter out zero bytes from stdout (bfa18d9)

v1.6.1

28 Oct 09:21
Compare
Choose a tag to compare

Bug Fixes

  • endpoint ID hardcoded in WS URL (53dbfd5)

v1.6.0

23 Dec 06:15
d98191b
Compare
Choose a tag to compare

Features

  • support returning container command exit code (f981486)

v1.5.0

28 Sep 17:26
2d8e5a9
Compare
Choose a tag to compare

Features

  • support running in non-interactive shells (24c601c)

v1.4.0

17 Sep 13:26
02e6c84
Compare
Choose a tag to compare

Features

  • use shlex.Split to parse command as array (f200878)

v1.3.0

01 Aug 13:48
abff9ac
Compare
Choose a tag to compare

Features

  • implement realtime terminal resize handling (21bc1f3)

v1.2.2

30 Jul 20:08
bc41aa9
Compare
Choose a tag to compare

Bug Fixes

  • handle unexpected EOF error when websocket is being closed by Portainer (bd3a20c)

v1.2.1

30 Jul 17:40
71bfcd1
Compare
Choose a tag to compare

Bug Fixes

v1.2.0

30 Jul 09:04
051486f
Compare
Choose a tag to compare

Features

  • implement running commands as a different user (cb271eb)

v1.1.0

29 Jul 18:42
b0d8fba
Compare
Choose a tag to compare

Features

  • implement matching container names with wildcards (c759db0)
  • initial support for terminal resizing (e236a35)