Skip to content

Releases: thecasualcoder/kube-tmuxp

v0.2.6

13 Dec 06:23
Compare
Choose a tag to compare

Changelog

c41d9a7 Add idea dir to gitignore
c9a5306 Print 'Using config file' only for generate sub-command

v0.2.5

10 Dec 03:11
Compare
Choose a tag to compare

Changelog

b288a60 Clean the repo before during deploy in travis ci
2bb8c93 Merge pull request #10 from thecasualcoder/default-cfgPath
48a3635 Set default configuration path
9d42397 Update golang version to 1.13 and update mod files

v0.2.4

04 Apr 20:07
Compare
Choose a tag to compare

Changelog

e645250 Add .talismanrc
25257ca Debug travis issue
aa37ecf Fix travis issue
686f5fe Handle err when importing k8s context
e42f26c Revert "Debug travis issue"
e35dd16 Update README.md
bda79da Update golang version to 1.12.x
9fea215 Update modules

v0.2.3

13 Feb 18:38
afb3fc8
Compare
Choose a tag to compare

Changelog

e2e9189 Complete transfer ownership
afb3fc8 Update README.md

v0.2.2

12 Feb 18:37
4ef003a
Compare
Choose a tag to compare

Changelog

c0eb729 Create ~/.tmuxp dir if not present
4ef003a Merge pull request #8 from dineshba/create-dot-tmuxp-dir-if-not-present

v0.2.1

24 Nov 18:12
efb0e81
Compare
Choose a tag to compare

Changelog

2f31cda Add bash functions written by @jskswamy
219c3be Add brew installation steps to readme
de85afd Add cmd to show version
efb0e81 Merge pull request #4 from jskswamy/version
ccfdde4 Show build status in readme
6bfbe71 Update README.md

v0.2.0

23 Nov 18:36
Compare
Choose a tag to compare

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