Releases: devbranch-vadym/portainerssh
Releases · devbranch-vadym/portainerssh
v1.7.0
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
Bug Fixes
- endpoint ID hardcoded in WS URL (53dbfd5)
v1.6.0
Features
- support returning container command exit code (f981486)
v1.5.0
Features
- support running in non-interactive shells (24c601c)
v1.4.0
Features
- use shlex.Split to parse command as array (f200878)
v1.3.0
Features
- implement realtime terminal resize handling (21bc1f3)
v1.2.2
Bug Fixes
- handle unexpected EOF error when websocket is being closed by Portainer (bd3a20c)
v1.2.0
Features
- implement running commands as a different user (cb271eb)
v1.1.0
Features
- implement matching container names with wildcards (c759db0)
- initial support for terminal resizing (e236a35)