Skip to content

Commit

Permalink
feat: add sleepmode.loft.sh/delete-after
Browse files Browse the repository at this point in the history
  • Loading branch information
Repo Sync Bot committed Aug 25, 2020
1 parent bc7bb1b commit df0a5cb
Showing 1 changed file with 6 additions and 6 deletions.
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: v0.4.0
version: v0.5.0-beta.1
commands:
- name: "login"
baseArgs: ["login"]
Expand Down Expand Up @@ -48,16 +48,16 @@ vars:
binaries:
- os: darwin
arch: amd64
path: https://github.com/loft-sh/loft/releases/download/v0.4.0/loft-devspace-plugin-darwin-amd64
path: https://github.com/loft-sh/loft/releases/download/v0.5.0-beta.1/loft-devspace-plugin-darwin-amd64
- os: linux
arch: amd64
path: https://github.com/loft-sh/loft/releases/download/v0.4.0/loft-devspace-plugin-linux-amd64
path: https://github.com/loft-sh/loft/releases/download/v0.5.0-beta.1/loft-devspace-plugin-linux-amd64
- os: linux
arch: "386"
path: https://github.com/loft-sh/loft/releases/download/v0.4.0/loft-devspace-plugin-linux-386
path: https://github.com/loft-sh/loft/releases/download/v0.5.0-beta.1/loft-devspace-plugin-linux-386
- os: windows
arch: amd64
path: https://github.com/loft-sh/loft/releases/download/v0.4.0/loft-devspace-plugin-windows-amd64.exe
path: https://github.com/loft-sh/loft/releases/download/v0.5.0-beta.1/loft-devspace-plugin-windows-amd64.exe
- os: windows
arch: "386"
path: https://github.com/loft-sh/loft/releases/download/v0.4.0/loft-devspace-plugin-windows-386.exe
path: https://github.com/loft-sh/loft/releases/download/v0.5.0-beta.1/loft-devspace-plugin-windows-386.exe

0 comments on commit df0a5cb

Please sign in to comment.