Skip to content

Commit

Permalink
[skip ci] repo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
loft-bot committed Sep 6, 2024
1 parent e22b6e1 commit ffd0771
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-alpha.19
devspace add plugin https://github.com/loft-sh/devspace-plugin-loft --version=v4.0.0-beta.11
```

Update this plugin via:
Expand Down
12 changes: 6 additions & 6 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: loft
version: v4.0.0-alpha.19
version: v4.0.0-beta.11
commands:
- name: "login"
usage: "Log into Loft"
Expand Down Expand Up @@ -71,16 +71,16 @@ vars:
binaries:
- os: darwin
arch: amd64
path: https://github.com/loft-sh/vcluster/releases/download/v0.20.0-beta.12/vcluster-darwin-amd64
path: https://github.com/loft-sh/vcluster/releases/download/v0.20.0/vcluster-darwin-amd64
- os: darwin
arch: arm64
path: https://github.com/loft-sh/vcluster/releases/download/v0.20.0-beta.12/vcluster-darwin-arm64
path: https://github.com/loft-sh/vcluster/releases/download/v0.20.0/vcluster-darwin-arm64
- os: linux
arch: amd64
path: https://github.com/loft-sh/vcluster/releases/download/v0.20.0-beta.12/vcluster-linux-amd64
path: https://github.com/loft-sh/vcluster/releases/download/v0.20.0/vcluster-linux-amd64
- os: linux
arch: arm64
path: https://github.com/loft-sh/vcluster/releases/download/v0.20.0-beta.12/vcluster-linux-arm64
path: https://github.com/loft-sh/vcluster/releases/download/v0.20.0/vcluster-linux-arm64
- os: windows
arch: amd64
path: https://github.com/loft-sh/vcluster/releases/download/v0.20.0-beta.12/vcluster-windows-amd64.exe
path: https://github.com/loft-sh/vcluster/releases/download/v0.20.0/vcluster-windows-amd64.exe

0 comments on commit ffd0771

Please sign in to comment.