Skip to content

Commit

Permalink
new releas
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramilito committed Sep 18, 2022
1 parent 2220803 commit ea51d8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Probably most of the speed gains are because I am bypassing kubectl and just edi
#### Binary
Download and extract the binary.
```zsh
KUBESESS_VERSION=1.2.7 && \
KUBESESS_VERSION=1.2.8 && \
KUBESESS_OS=x86_64-unknown-linux-gnu && \
wget "https://github.com/Ramilito/kubesess/releases/download/${KUBESESS_VERSION}/kubesess_${KUBESESS_VERSION}_${KUBESESS_OS}.tar.gz" && \
mkdir -p $HOME/.kube/kubesess && tar zxpf kubesess_${KUBESESS_VERSION}_${KUBESESS_OS}.tar.gz -C $HOME/.kube/kubesess && \
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kubesess"
version = "1.2.7"
version = "1.2.8"
authors = ["https://github.com/ramilito"]
edition = "2021"

Expand Down

0 comments on commit ea51d8c

Please sign in to comment.