Skip to content

Releases: kvaps/kubectl-node-shell

v1.5.4

06 Jan 20:09
c1b05c6
Compare
Choose a tag to compare

What's Changed

  • allow for node/$nodename resource form by @madeddie in #36

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3

13 Jul 18:32
a8b820a
Compare
Choose a tag to compare
  • Feature: add support for embedded ctrl-[ (\x1b) #34

v1.5.2

13 Jul 09:59
a64ce23
Compare
Choose a tag to compare
  • Use [ -t 0 ] for terminal toggle #33
  • Add testing script

v1.5.1

08 Jul 21:13
cdacecc
Compare
Choose a tag to compare
  • Fix JSON syntax typo

v1.5.0

08 Jul 20:08
1e05da7
Compare
Choose a tag to compare
  • Fix OSX compatibility
  • Improve argument list jsonification
  • Remove sed and bash dependencies
  • Add version flag

v1.2.5

29 Mar 13:56
33083a9
Compare
Choose a tag to compare
  • fix: custom command formatter
  • fix: kubectl command alias in getting ctx and ns

v1.2.3

19 Nov 00:59
Compare
Choose a tag to compare
  • add: krew installation
  • fix: cleanup when context/namespace changes
  • fix: exit code forward
  • fix: dash compatibility

v1.2.0

28 Aug 19:30
Compare
Choose a tag to compare
  • Support for long flags with = (equals)
  • Allow specifying custom command after --
  • Piped stdin / stdout support
  • Handle exit codes
  • Always remove created container by trap