Releases: kvaps/kubectl-node-shell
Releases · kvaps/kubectl-node-shell
v1.5.3
- Feature: add support for embedded ctrl-[ (\x1b) #34
v1.5.2
- Use
[ -t 0 ]
for terminal toggle #33
- Add testing script
v1.5.0
- Fix OSX compatibility
- Improve argument list jsonification
- Remove sed and bash dependencies
- Add version flag
v1.2.5
- fix: custom command formatter
- fix: kubectl command alias in getting ctx and ns
v1.2.3
- add: krew installation
- fix: cleanup when context/namespace changes
- fix: exit code forward
- fix: dash compatibility
v1.2.0
- Support for long flags with
=
(equals)
- Allow specifying custom command after
--
- Piped stdin / stdout support
- Handle exit codes
- Always remove created container by trap