Ahmet Alp Balkan
92e5b5f43b
Release v0.9.5
2023-07-13 20:12:27 -07:00
Ahmet Alp Balkan
33c27c03b2
k8s.io & go version bump ( #393 )
2023-07-13 20:10:47 -07:00
niko2
7560b8f04f
Modify oh-my-zsh example ( #346 )
2023-03-15 16:30:08 -07:00
Ahmet Alp Balkan
d8ff2847ba
fix go.sum tidy
...
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2023-02-24 12:03:11 -08:00
Gastón Haro
da454d8a0c
Fix README.md "alias" to "rename" ( #375 )
2023-02-24 09:20:16 -08:00
Nikolas Grottendieck
021c1bc736
Windows installation instructions (winget) ( #365 ) ( #381 )
2023-02-24 09:14:12 -08:00
Vincent Victoria
29850e1a75
Add prerequisite for completion to work after brew install ( #368 )
2022-10-24 12:06:54 -07:00
Sandro
7d6b179aed
Bump golang.org/x/sys to fix compilation on M1 macs ( #360 )
2022-08-04 08:41:17 -07:00
Apoorv Verma [AP]
e5e7f53336
Windows installation instructions (Chocolatey) ( #350 )
2022-03-16 00:08:53 -07:00
Gábor Lipták
e6de7ba0a2
Run Go 1.17 mod tiny ( #336 )
2022-01-10 21:00:11 -08:00
SADIK KUZU
b6b364685a
Fix typo on README.md ( #341 )
2022-01-09 09:39:34 -08:00
Ahmet Alp Balkan
617e4f0562
add build cache to actions ( #339 )
2021-12-26 21:50:17 -08:00
Kai
60523045a5
README.md: HTTP => HTTPS ( #337 )
2021-11-28 08:23:09 -08:00
Ahmet Alp Balkan
38117be348
go mod tidy
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2021-11-27 21:34:14 -08:00
Gábor Lipták
f123e3864e
Bump Go to 1.17 in GHA ( #335 )
2021-11-27 10:47:19 -08:00
Ahmet Alp Balkan
207dd606bb
overhaul the readme
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2021-11-12 12:53:40 -08:00
Joshua Gleitze
bdb1ea9e9d
Make Completions Installable with Antibody ( #263 )
2021-11-04 08:34:23 -07:00
Ahmet Alp Balkan
a509657288
Update README.md
2021-10-21 11:15:52 -07:00
Johan Dewe
e449e739f8
Wrap context names in single quotes to prevent completion script to fail ( #316 )
2021-08-19 10:04:48 -07:00
Carlos Alexandro Becker
33212062fb
docs: fix starchart url ( #306 )
2021-07-18 18:33:51 -07:00
Yaakov Selkowitz
13695147d1
Add s390x build ( #270 )
2021-07-08 17:21:05 -07:00
Yankee
58a5c4693e
Add interactive delete op ( #304 )
2021-07-07 11:48:32 -07:00
Ahmet Alp Balkan
979012e094
Release v0.9.4
2021-07-06 15:24:06 -07:00
peter woodman
ff2f9661a2
stop using XDG_CACHE_HOME as home directory ( #299 )
...
* stop using XDG_CACHE_HOME as home directory
XDG_CACHE_HOME is not a substitute for $HOME, see [1].
[1]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
* fix bats testing setup/teardown
since cmdutil.Homedir() would treat $XDG_CACHE_HOME as $HOME, deleting
$XDG_CACHE_HOME would wipe out previous kubens state. now that we're not
doing that, we need to make a real synthetic $HOME and clear it out so
that $HOME/.kube/kubens doesn't persist between runs.
2021-05-28 16:09:32 -07:00
Ahmet Alp Balkan
34e9024835
add -V/--version flag to go implementations ( #295 )
...
Uses goreleaser to pass ldflags.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2021-04-09 09:43:48 -07:00
Ahmet Alp Balkan
3504e66edb
Provide binary release for darwin/arm64
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2021-02-26 11:34:03 -08:00
Ahmet Alp Balkan
55548e15ed
Release v0.9.2
2021-02-24 11:21:15 -08:00
Andrey Viktorov
9b4aea3b59
Bump up go-client to fix auth plugin panic ( #281 )
2021-02-02 15:38:27 -08:00
Jeff MAURY
767218a9a6
Check correct variable after current namespace retrieval ( #287 )
2021-01-31 17:48:35 -08:00
Ahmet Alp Balkan
438ba19fb0
Update debian installation instructions
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2020-12-29 13:40:14 -08:00
Ahmet Alp Balkan
1e49c336fc
Add license headers for 2021
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2020-12-29 13:38:42 -08:00
Jason Harmon
8c323c5653
Fix color in kubens success message when using fzf ( #228 )
2020-11-16 09:01:28 -08:00
Chris Stefano
9527e308e5
make kubectx consistent with kubens wrt. KUBECTL environment variable ( #274 )
2020-11-13 16:09:28 -08:00
Carlos Alexandro Becker
8241576f28
fix: improve kubectx completion on fish ( #269 )
2020-11-01 21:45:40 -08:00
Justin Garrison
5aba9fa311
Add Homebrew install for Linux ( #261 )
...
* Add Homebrew install for Linux
Is there a reason why `brew` install instructions isn't included for Linux? Because it's bash I'm able to install it just fine with brew on Ubuntu.
* Rearange Linux install sections
2020-09-25 14:37:59 -07:00
Gábor Lipták
a8a63da51c
Bump CI to Go 1.15 ( #266 )
2020-09-25 13:25:03 -07:00
Gábor Lipták
8c8aeada3d
Correct build badge in README ( #265 )
2020-09-25 13:24:51 -07:00
Gábor Lipták
ab50545ecd
Bump CI release to Go 1.15 ( #267 )
2020-09-25 13:24:25 -07:00
Ahmet Alp Balkan
51c61b862d
Add ppc64le build
...
Not tagging a release for now. This only causes linux/ppc64le binaries to be
created for now.
Closes #252 .
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2020-07-08 11:37:10 -07:00
Ahmet Alp Balkan
09f31d96e4
Release v0.9.1
2020-06-30 13:02:11 -07:00
Rajat Jindal
0813c314c6
Add krew release bot back ( #245 )
2020-06-22 10:37:07 -07:00
Sedat Gökcen
1db00a20d9
Structural refactoring for multiple kubeconfig support ( #219 )
2020-06-02 13:04:13 -07:00
Ahmet Alp Balkan
170233bffd
query namespace exists with GET Namespace ( #236 )
...
More efficient ns switches with kubens by querying only the namespace (instead
of listing all namespaces).
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2020-05-31 15:32:44 -07:00
Ahmet Alp Balkan
0141ee19d2
handle ctxs with ':' in the name for windows ( #235 )
...
For windows, if the ctx name for kubens state file
contains a colon ':' (EKS), we replace it with __ (both while reading/writing).
It doesn't break existing users (as it didn't work in the first place).
Other characters remain unhandled, hoping it won't happen again.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2020-05-31 14:24:01 -07:00
Jason Harmon
401188fefd
Fix color output on Windows ( #220 )
2020-05-15 15:26:00 -07:00
Ahmet Alp Balkan
01bd237baa
Release for arm64 (armv8) and armhf (armv6), armv7 ( #217 )
2020-05-04 14:56:20 -07:00
Ahmet Alp Balkan
956d5953c2
kubens: fix interactive switch messages
...
Fixes #209 .
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2020-04-30 07:36:21 -07:00
Ahmet Alp Balkan
4425628f91
Remove changelog
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2020-04-30 07:36:21 -07:00
Curro Rodriguez
f2021bb08b
changed help in kubens, return had a typo ( #210 )
2020-04-30 07:34:06 -07:00
Ahmet Alp Balkan
d603c7dada
Release v0.9.0
2020-04-29 13:52:03 -07:00