Skip to content

Releases: predatorray/kubectl-tmux-exec

v0.4.0

07 Nov 00:21
3d6a5b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

Resolved Issues

Also see

v0.3.0

08 Jan 15:07
Compare
Choose a tag to compare

New Features

  • -A, --all-namespaces: list and execute the requested object(s) across all namespaces.
  • --context / -n, --namespace: the namespace(s) / context(s) scope for this CLI request (can be applied multiple times).

v0.2.0

22 Nov 12:09
e15de8a
Compare
Choose a tag to compare

New Features

  • -C or --enable-control-mode option: tmux control mode is supported to integrate with iTerm2

v0.1.1

30 Jun 13:30
Compare
Choose a tag to compare

New Features

  • Tmux session will be reused instead of nested by default if it is detected.
  • The above behavior can be overwritten by providing the new option --session-mode, where --session-mode new-session will create a new session and --session-mode current-session will reuse anyway whether there is an existing session or not.

v0.1.0

21 May 14:03
Compare
Choose a tag to compare

New Features

  • Add version option (-V, --version)
    Example:
    kubectl-tmux_exec -V
    0.1.0 (commit = 5d34cf5be0617420e3f6b8a11219ea4a2978a6c4)
    

Bug Fixes

  • Tmux may not open all panes if there are too many pods using tiled layout.

Others

  • The release version is currently determined by the git tag, which is automatically generated during the build.

v0.0.4

14 Mar 16:23
d0382a7
Compare
Choose a tag to compare
  • The option -d / --detach is supported so that commands can be run in background without tty
  • Unit tests

v0.0.3

08 Mar 07:46
a413c35
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Changes

  • The options -i / --stdin and -t / --tty are deprecated, since it does not make sense opening a Tmux window without tty.
  • Instead of using a label selector, we can now provide pod names explicitly using -f / --file option. Also, reading from stdin is supported by -f -.

v0.0.2

03 Mar 15:42
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
Renamed `tmux exec` to `tmux-exec`

v0.0.1

02 Mar 13:23
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
Initial commit