Skip to content

Commit

Permalink
Released Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Grigorian committed Mar 28, 2021
1 parent c7bb2b5 commit 6b84dee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions 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 1.0.1](https://img.shields.io/badge/Version-1.0.1-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)
![MacOS](https://img.shields.io/badge/OS-MacOS-yellow.svg?style=for-the-badge)

### About
Expand All @@ -16,8 +16,13 @@ $ brew install null93/kube-switch/kube-switch
$ bind -x '"\C-k":"kube-switch"'
```

### Package
### Build System

```shell
# Build binaries, outputs into ./bin
$ make build
# Package, outputs into ./dist
$ make package
# Everything else
$ make help
```
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: 1.0.1
version: 2.0.0
section: default
priority: extra
maintainer: Rafael Grigorian <rafael@grigorian.org>
Expand Down

0 comments on commit 6b84dee

Please sign in to comment.