Skip to content

Commit e6eac6f

Browse files
committed
bump version to v1.2.0
1 parent 3bc94d4 commit e6eac6f

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: "v1.1.1"
6+
version: "v1.2.0"
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/v1.1.1/kubectl-neat_darwin.tar.gz
21+
uri: https://github.com/itaysk/kubectl-neat/releases/download/v1.2.0/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/v1.1.1/kubectl-neat_linux.tar.gz
31+
uri: https://github.com/itaysk/kubectl-neat/releases/download/v1.2.0/kubectl-neat_linux.tar.gz
3232
sha256: ${sha256}
3333
files:
3434
- from: "/*"

0 commit comments

Comments
 (0)