Skip to content

Commit

Permalink
feat(oidc): implement support for thin oidc tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Repo Sync Bot committed Aug 14, 2020
1 parent 983e70a commit f3b309a
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.3.6
version: v0.3.7
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.3.6/loft-devspace-plugin-darwin-amd64
path: https://github.com/loft-sh/loft/releases/download/v0.3.7/loft-devspace-plugin-darwin-amd64
- os: linux
arch: amd64
path: https://github.com/loft-sh/loft/releases/download/v0.3.6/loft-devspace-plugin-linux-amd64
path: https://github.com/loft-sh/loft/releases/download/v0.3.7/loft-devspace-plugin-linux-amd64
- os: linux
arch: "386"
path: https://github.com/loft-sh/loft/releases/download/v0.3.6/loft-devspace-plugin-linux-386
path: https://github.com/loft-sh/loft/releases/download/v0.3.7/loft-devspace-plugin-linux-386
- os: windows
arch: amd64
path: https://github.com/loft-sh/loft/releases/download/v0.3.6/loft-devspace-plugin-windows-amd64.exe
path: https://github.com/loft-sh/loft/releases/download/v0.3.7/loft-devspace-plugin-windows-amd64.exe
- os: windows
arch: "386"
path: https://github.com/loft-sh/loft/releases/download/v0.3.6/loft-devspace-plugin-windows-386.exe
path: https://github.com/loft-sh/loft/releases/download/v0.3.7/loft-devspace-plugin-windows-386.exe

0 comments on commit f3b309a

Please sign in to comment.