diff --git a/README.md b/README.md index f3f8884..e8cdeaf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This plugin adds the [Loft CLI](https://github.com/loft-sh/loft) commands to [De You can add this plugin to devspace via: ``` -devspace add plugin https://github.com/loft-sh/devspace-plugin-loft --version=v4.1.0-alpha.17 +devspace add plugin https://github.com/loft-sh/devspace-plugin-loft --version=v4.0.1-alpha.0 ``` Update this plugin via: diff --git a/plugin.yaml b/plugin.yaml index baccac8..b063c10 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: loft -version: v4.1.0-alpha.17 +version: v4.0.1-alpha.0 commands: - name: "login" usage: "Log into Loft" @@ -71,16 +71,16 @@ vars: binaries: - os: darwin arch: amd64 - path: https://github.com/loft-sh/vcluster/releases/download/v0.21.0-beta.2/vcluster-darwin-amd64 + path: https://github.com/loft-sh/vcluster/releases/download/v0.20.1/vcluster-darwin-amd64 - os: darwin arch: arm64 - path: https://github.com/loft-sh/vcluster/releases/download/v0.21.0-beta.2/vcluster-darwin-arm64 + path: https://github.com/loft-sh/vcluster/releases/download/v0.20.1/vcluster-darwin-arm64 - os: linux arch: amd64 - path: https://github.com/loft-sh/vcluster/releases/download/v0.21.0-beta.2/vcluster-linux-amd64 + path: https://github.com/loft-sh/vcluster/releases/download/v0.20.1/vcluster-linux-amd64 - os: linux arch: arm64 - path: https://github.com/loft-sh/vcluster/releases/download/v0.21.0-beta.2/vcluster-linux-arm64 + path: https://github.com/loft-sh/vcluster/releases/download/v0.20.1/vcluster-linux-arm64 - os: windows arch: amd64 - path: https://github.com/loft-sh/vcluster/releases/download/v0.21.0-beta.2/vcluster-windows-amd64.exe + path: https://github.com/loft-sh/vcluster/releases/download/v0.20.1/vcluster-windows-amd64.exe