Skip to content

Releases: AnatolyRugalev/kube-commander

0.3.1

29 Aug 18:33
Compare
Choose a tag to compare

Changelog

8aed565 fix(*nix): fix zombie process leak

0.3.0

29 Aug 17:38
Compare
Choose a tag to compare

Changelog

ae249be Merge branch 'master' of github.com:AnatolyRugalev/kube-commander
5ae3c51 docs(readme): updated readme
68744a5 docs(readme): updated readme
ecb7ad2 docs(readmer): updated readme
b60ac77 feat(logs): add --tail flag to configure tail size when viewing logs
2c19f3f fix(help): fixed help dialog whitespace
bd72740 fix(macos): implemented pty emulation to support MacOS (thanks to @ssetin)
4212760 fix(win): fixed windows execution

0.2.3

25 Aug 23:39
Compare
Choose a tag to compare

Changelog

e7951ca fix(ui): add more core resources on kube-commander init stage
ee72a8f fix(view): fixed newly added rows indexing
41d2d90 refactor(resource): updated resource menu item identification

0.2.2

25 Aug 21:38
Compare
Choose a tag to compare

Changelog

b1d1339 chore(k8s): updated k8s dependencies to 1.18
012c35b chore(k8s): updated k8s dependencies to 1.18
7f54b15 feat(auth): add k8s auth providers for azure, gcp, oidc and openstack

0.2.0

29 May 23:20
Compare
Choose a tag to compare

Changelog

bc24b4d Add .Watch() support for list tables :party:
a1c6f57 Add TODO
8606174 Add TODO
852224e Add all namespaces and previous logs support
dfe0c0a Add border support and error handling
64bafe7 Add context info in title
9d2a4d4 Add copy to clipboard
a32c00c Add delete operation support
a5cec96 Add dynamic resource types loading
944fa38 Add filtering prototype
3e33b06 Add flags and envs configuration support
8cca9fd Add help dialog (press ?)
cbc44d0 Add port forwarding
afba187 Add status bar prototype
4bfbf20 Add stylable widgets interface
152a220 Add todo
9fe2fb6 Changed copy binding
fe22b5a Changed copy binding (again)
ad99e45 Container picker enhancements
dd18f1b Controlled filtering
80e736c Enhancements
e21fe6a Experimental preloader
4a83622 Filtering styles
dc41eaf Fixed cmd_windows.go
aa0c63c Fixed cmd_windows.go (again)
a0dd648 Fixed exec and describe, add simple execution error handling and formatting
effd3ac Fixed reselection issue
4f3eb9c Fixed scrolling and resizing bugs
acbd073 Fixed selection after filter reset
09934e8 Merge remote-tracking branch 'origin/tcell' into tcell
19b35cd Optimized handler functions
1aa694f Proper error handling for resource watching
c4046cf Readme update
7448918 Removed clutter
ee8b757 Slight fix
2fa2a44 Theme manager prototype
c0d0597 UI optimizations
a4b7380 Updated .gitignore
6d9bc46 Updated TODO
c0c3a0a Updated TODO
b6bbefc Updated TODO
e35f295 Updated TODO
0e8b456 Updated TODO
6fcdb07 Updated TODO
a6a5048 Updated TODO
428b83c Updated deps
173376a Updated gif
774f45d Updated help
a2cdfce Usability improvements
6a48765 WIP: tcell reimplementation
a5ba112 resource menu enhancements

0.1.8

25 Jul 13:06
Compare
Choose a tag to compare

Upgrade warning

Please upgrade to 0.1.8 ASAP.

There was a bug in <=0.1.7 that swaps Yes and No buttons on confirmation dialogs. Whoops...

Changelog

595a9e8 fix(ui): fix confirm dialog buttons

0.1.7

22 Jul 14:21
Compare
Choose a tag to compare

Changelog

f20c83e feat(debug): add --debug flag
3caf453 fix(exec): fix event handling issue when executing external process
0045ba3 fix(main): remove extra import

0.1.6

18 Jul 22:43
Compare
Choose a tag to compare

Changelog

6ceb359 docs(readme): update windows and snap info
c4bb6ef fix(kubectl): fix empty KUBECONFIG issue when executing kubectl

0.1.5

18 Jul 17:06
Compare
Choose a tag to compare

Changelog

f611857 build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5 (#44)
62253bf fix(kubernetes): fix config initialization
28427ea fix(ui): fix reload loop when connection is broken

0.1.4

16 Jul 23:03
Compare
Choose a tag to compare

Changelog

0d31050 docs(github): add issue templates
17a7332 docs(readme): updated requirements
798f0db fix(nix): fixed missing go import
bfe634e fix(windows): disable mouse events on Windows
fc32490 fix(windows): fix home directory detection
e25f9d7 fix(windows): fix windows command execution