Skip to content

Commit b1ce678

Browse files
committed
[skip ci] repo-sync
1 parent 047347d commit b1ce678

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This plugin adds the [Loft CLI](https://github.com/loft-sh/loft) commands to [De
44

55
You can add this plugin to devspace via:
66
```
7-
devspace add plugin https://github.com/loft-sh/devspace-plugin-loft --version=v4.1.0-alpha.17
7+
devspace add plugin https://github.com/loft-sh/devspace-plugin-loft --version=v4.5.1
88
```
99

1010
Update this plugin via:

plugin.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: loft
2-
version: v4.1.0-alpha.17
2+
version: v4.5.1
33
commands:
44
- name: "login"
55
usage: "Log into Loft"
@@ -71,16 +71,16 @@ vars:
7171
binaries:
7272
- os: darwin
7373
arch: amd64
74-
path: https://github.com/loft-sh/vcluster/releases/download/v0.21.0-beta.2/vcluster-darwin-amd64
74+
path: https://github.com/loft-sh/vcluster/releases/download/v0.30.0/vcluster-darwin-amd64
7575
- os: darwin
7676
arch: arm64
77-
path: https://github.com/loft-sh/vcluster/releases/download/v0.21.0-beta.2/vcluster-darwin-arm64
77+
path: https://github.com/loft-sh/vcluster/releases/download/v0.30.0/vcluster-darwin-arm64
7878
- os: linux
7979
arch: amd64
80-
path: https://github.com/loft-sh/vcluster/releases/download/v0.21.0-beta.2/vcluster-linux-amd64
80+
path: https://github.com/loft-sh/vcluster/releases/download/v0.30.0/vcluster-linux-amd64
8181
- os: linux
8282
arch: arm64
83-
path: https://github.com/loft-sh/vcluster/releases/download/v0.21.0-beta.2/vcluster-linux-arm64
83+
path: https://github.com/loft-sh/vcluster/releases/download/v0.30.0/vcluster-linux-arm64
8484
- os: windows
8585
arch: amd64
86-
path: https://github.com/loft-sh/vcluster/releases/download/v0.21.0-beta.2/vcluster-windows-amd64.exe
86+
path: https://github.com/loft-sh/vcluster/releases/download/v0.30.0/vcluster-windows-amd64.exe

0 commit comments

Comments
 (0)