Skip to content

Commit 9f51bb3

Browse files
committed
prepare for v2.0.4
1 parent 9c76686 commit 9f51bb3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

krew-template.yaml

Lines changed: 5 additions & 5 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.3"
6+
version: "v2.0.4"
77
shortDescription: Remove clutter from Kubernetes manifests to make them more readable.
88
homepage: https://github.com/itaysk/kubectl-neat
99
description: |
@@ -18,27 +18,27 @@ spec:
1818
matchLabels:
1919
os: darwin
2020
arch: amd64
21-
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_darwin_amd64.tar.gz
21+
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.4/kubectl-neat_darwin_amd64.tar.gz
2222
sha256: ${sha256}
2323
bin: "./kubectl-neat"
2424
- selector:
2525
matchLabels:
2626
os: darwin
2727
arch: arm64
28-
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_darwin_arm64.tar.gz
28+
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.4/kubectl-neat_darwin_arm64.tar.gz
2929
sha256: ${sha256}
3030
bin: "./kubectl-neat"
3131
- selector:
3232
matchLabels:
3333
os: linux
3434
arch: amd64
35-
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_linux_amd64.tar.gz
35+
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.4/kubectl-neat_linux_amd64.tar.gz
3636
sha256: ${sha256}
3737
bin: "./kubectl-neat"
3838
- selector:
3939
matchLabels:
4040
os: linux
4141
arch: arm64
42-
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_linux_arm64.tar.gz
42+
uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.4/kubectl-neat_linux_arm64.tar.gz
4343
sha256: ${sha256}
4444
bin: "./kubectl-neat"

0 commit comments

Comments
 (0)