Skip to content

Commit

Permalink
Released Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Grigorian committed Mar 28, 2021
1 parent ecfeb20 commit 79b809e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> Switch between Kubernetes context & namespace using an interactive menu.
![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)
![Version 2.0.0](https://img.shields.io/badge/Version-2.0.0-yellow.svg?style=for-the-badge)
![Version 2.0.1](https://img.shields.io/badge/Version-2.0.1-yellow.svg?style=for-the-badge)
![MacOS](https://img.shields.io/badge/OS-MacOS-yellow.svg?style=for-the-badge)

### About
Expand All @@ -14,6 +14,7 @@ Similar to [kubectx](https://github.com/ahmetb/kubectx) & [kubens](https://githu
```shell
$ brew install null93/kube-switch/kube-switch
$ bind -x '"\C-k":"kube-switch"'
$ bind -x '"\C-n":"kube-switch -c"'
```

### Build System
Expand Down
2 changes: 1 addition & 1 deletion internal/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

var command = &cobra.Command {
Use: "kube-switch",
Version: "2.0.0",
Version: "2.0.1",
Short: "Switch between Kubernetes context & namespace using an interactive menu",
Example: strings.Join ( [] string {
" kube-switch",
Expand Down
2 changes: 1 addition & 1 deletion nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: kube-switch
arch: amd64
platform: linux
version: 2.0.0
version: 2.0.1
section: default
priority: extra
maintainer: Rafael Grigorian <rafael@grigorian.org>
Expand Down

0 comments on commit 79b809e

Please sign in to comment.