Skip to content

Latest commit

 

History

History
109 lines (49 loc) · 4.42 KB

CHANGELOG.md

File metadata and controls

109 lines (49 loc) · 4.42 KB

Changelog

1.7.0 (2022-11-15)

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)

1.6.1 (2022-10-28)

Bug Fixes

  • endpoint ID hardcoded in WS URL (53dbfd5)

1.6.0 (2021-12-23)

Features

  • support returning container command exit code (f981486)

1.5.0 (2021-09-28)

Features

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

1.4.0 (2021-09-17)

Features

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

1.3.0 (2021-08-01)

Features

  • implement realtime terminal resize handling (21bc1f3)

1.2.2 (2021-07-30)

Bug Fixes

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

1.2.1 (2021-07-30)

Bug Fixes

1.2.0 (2021-07-29)

Features

  • implement running commands as a different user (cb271eb)

1.1.0 (2021-07-29)

Features

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

1.0.2 (2021-07-29)

Bug Fixes

  • ci: fix release builds path (9a4d99b)

1.0.1 (2021-07-28)

Bug Fixes

1.0.0 (2021-07-28)

⚠ BREAKING CHANGES

  • Portainer has endpoints and it's a different thing

Features

  • add --command flag (ffc5444)
  • introduce Portainer endpoints support (1252a38)

Code Refactoring

  • rename existing usages of 'endpoint' with 'api url' since (6549f13)