From a1dd49786db0d9dc1f1c93a62e159e092f930ad9 Mon Sep 17 00:00:00 2001 From: Loft Bot <73976634+loft-bot@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:44:18 +0000 Subject: [PATCH] [skip ci] repo-sync --- README.md | 2 +- plugin.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f3f8884..5da5c8e 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.1.2-beta.2 ``` Update this plugin via: diff --git a/plugin.yaml b/plugin.yaml index baccac8..7553c0d 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: loft -version: v4.1.0-alpha.17 +version: v4.1.2-beta.2 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.21.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.21.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.21.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.21.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.21.1/vcluster-windows-amd64.exe