Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
caiobegotti committed Dec 17, 2019
1 parent be26091 commit 05e38b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/krew/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ kind: Plugin
metadata:
name: pod-dive
spec:
version: "v0.1.2"
version: "v0.1.3"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/caiobegotti/pod-dive/releases/download/v0.1.2/pod-dive-amd64-linux.tar.gz
uri: https://github.com/caiobegotti/pod-dive/releases/download/v0.1.3/pod-dive-amd64-linux.tar.gz
sha256: "c3840fb646a1d44d18253ae327442716a6860a7403dc285053073fcf735cc33f"
files:
- from: "./LICENSE"
Expand All @@ -21,7 +21,7 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/caiobegotti/pod-dive/releases/download/v0.1.2/pod-dive-amd64-darwin.tar.gz
uri: https://github.com/caiobegotti/pod-dive/releases/download/v0.1.3/pod-dive-amd64-darwin.tar.gz
sha256: "09ea32512080d7a1ad54314b19f6135893ace638434f71b5fc0113da011dfb46"
files:
- from: "./LICENSE"
Expand All @@ -33,7 +33,7 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/caiobegotti/pod-dive/releases/download/v0.1.2/pod-dive-amd64-windows.exe.zip
uri: https://github.com/caiobegotti/pod-dive/releases/download/v0.1.3/pod-dive-amd64-windows.exe.zip
sha256: "cd20a105c60482fdd0fd369c2af7506f00ec60bdcacebdddf8ad6c5a5f3d904e"
files:
- from: "./LICENSE"
Expand Down

0 comments on commit 05e38b2

Please sign in to comment.