From 05e38b26f5770d8928135e0f61bd7851d78fbb7a Mon Sep 17 00:00:00 2001 From: Caio Begotti Date: Tue, 17 Dec 2019 13:13:33 -0300 Subject: [PATCH] release --- deploy/krew/plugin.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/krew/plugin.yaml b/deploy/krew/plugin.yaml index aa9b570..daf0aee 100644 --- a/deploy/krew/plugin.yaml +++ b/deploy/krew/plugin.yaml @@ -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" @@ -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" @@ -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"