Skip to content

Commit 78c0fa2

Browse files
committed
bump version to v2.0.1
1 parent c6d6bcc commit 78c0fa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

krew-template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Plugin
33
metadata:
44
name: neat
55
spec:
6-
version: "v2.0.0"
6+
version: "v2.0.1"
77
shortDescription: Remove clutter from Kubernetes manifests to make them more readable.
88
homepage: https://github.com/itaysk/kubectl-neat
99
description: |
@@ -18,7 +18,7 @@ spec:
1818
matchLabels:
1919
os: darwin
2020
arch: amd64
21-
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.0/kubectl-neat_darwin.tar.gz
21+
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.1/kubectl-neat_darwin.tar.gz
2222
sha256: ${sha256}
2323
files:
2424
- from: "/*"
@@ -28,7 +28,7 @@ spec:
2828
matchLabels:
2929
os: linux
3030
arch: amd64
31-
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.0/kubectl-neat_linux.tar.gz
31+
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.1/kubectl-neat_linux.tar.gz
3232
sha256: ${sha256}
3333
files:
3434
- from: "/*"

0 commit comments

Comments
 (0)