Releases: thecasualcoder/kube-tmuxp
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
Changelog
aa59de0 Add Makefile
0c99c1e Add alias for generate command
d8c0060 Add commander for excuting commands
c0a3620 Add env var for creating release in GitHub
38638a5 Add kubeconfig and implement deleting a kubeconfig file
f389b5a Add make tasks for running tests and generating coverage reports
9a71f2c Add method to create file in filesystem
b1e2e0b Add script to generate mocks and add a make task for it
7f575c9 Add test for loading kubetmuxp config
bb2da60 Add tmuxp config struct
9f979d4 Add travis config
11a0c93 Construct kube-tmuxp config object from config file
a66b54d Create and save tmuxp config
bc97512 Create github release uisng travis, goreleaser
1a541d8 Delete kubeconfig file for the given kubecontext
85c672d Implement adding regional clusters
bffdaea Implement adding zonal cluster
a43c12e Implement renaming context
0a45154 Initial commit for golang rewrite
bfde3a3 Introduce struct field for tmuxp configs dir
d3028ea Load kube-tmuxp config object during construction
b456944 Move opening of kube-tmuxp config file responsibility in to kubetmuxp
7d50830 Pass args in correct order in assert.Equal
0ae208e Pass kube config file location to methods in kubeconfig
a668683 Refactor export saving tmuxp config as private method
7a2c6b0 Refactor: rename kubetmuxp.Process() to kubetmuxp.ImportContexts()
4971358 Remove golang master version
a02ebbf Remove hardcoded home dir from tests
5871cd7 Rename Regional -> IsRegional, Add method to get default cluster name
655e773 Rename function
1975716 Rename variable, add methid to expose kube configs directory
a4c2353 Revert "Refactor: rename kubetmuxp.Process() to kubetmuxp.ImportContexts()"
5dc257c Skip error if kubeconfig file does not exist when deleting it
0742fd4 Update Readme
aafbdd8 Update comments
f22ac64 Update tmuxp config constructor
33eb99c Use io Reader/Writer instead of bufio Reader/Writer for simplicity
b5ecf01 Use pointers in struct methods to avoid object copies
1b62775 Wireup adding context and tweak stdout
0638a1f Wireup renaming context