From 6731917a1fa394a6657539680d464291a4a6b18a Mon Sep 17 00:00:00 2001 From: Aylei Date: Sat, 1 Jun 2019 15:10:41 +0800 Subject: [PATCH] 0.1.1 release Signed-off-by: Aylei --- README.md | 4 ++-- docs/zh-cn.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60b0116..09de795 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ brew install aylei/tap/kubectl-debug Download the binary: ```bash -export PLUGIN_VERSION=0.1.0 +export PLUGIN_VERSION=0.1.1 # linux x86_64 curl -Lo kubectl-debug.tar.gz https://github.com/aylei/kubectl-debug/releases/download/v${PLUGIN_VERSION}/kubectl-debug_${PLUGIN_VERSION}_linux_amd64.tar.gz # macos @@ -45,7 +45,7 @@ tar -zxvf kubectl-debug.tar.gz kubectl-debug sudo mv kubectl-debug /usr/local/bin/ ``` -For windows users, download the latest archive from the [release page](https://github.com/aylei/kubectl-debug/releases/tag/v0.1.0), decompress the package and add it to your PATH. +For windows users, download the latest archive from the [release page](https://github.com/aylei/kubectl-debug/releases/tag/v0.1.1), decompress the package and add it to your PATH. ## (Optional) Install the debug agent DaemonSet diff --git a/docs/zh-cn.md b/docs/zh-cn.md index 59b2352..7eb77e3 100644 --- a/docs/zh-cn.md +++ b/docs/zh-cn.md @@ -37,7 +37,7 @@ brew install aylei/tap/kubectl-debug 直接下载预编译的压缩包: ```bash -export PLUGIN_VERSION=0.1.0 +export PLUGIN_VERSION=0.1.1 # linux x86_64 curl -Lo kubectl-debug.tar.gz https://github.com/aylei/kubectl-debug/releases/download/v${PLUGIN_VERSION}/kubectl-debug_${PLUGIN_VERSION}_linux_amd64.tar.gz # macos @@ -47,7 +47,7 @@ tar -zxvf kubectl-debug.tar.gz kubectl-debug sudo mv kubectl-debug /usr/local/bin/ ``` -Windows 用户可以从 [release page](https://github.com/aylei/kubectl-debug/releases/tag/v0.1.0) 进行下载并添加到 PATH 中 +Windows 用户可以从 [release page](https://github.com/aylei/kubectl-debug/releases/tag/v0.1.1) 进行下载并添加到 PATH 中 ## (可选) 安装 debug-agent DaemonSet