diff --git a/krew-template.yaml b/krew-template.yaml index 93cd7bd..d608dba 100644 --- a/krew-template.yaml +++ b/krew-template.yaml @@ -3,7 +3,7 @@ kind: Plugin metadata: name: neat spec: - version: "v1.0.0" + version: "v1.1.0" shortDescription: Remove clutter from Kubernetes manifests to make them more readable. homepage: https://github.com/itaysk/kubectl-neat description: | @@ -18,7 +18,7 @@ spec: matchLabels: os: darwin arch: amd64 - uri: https://github.com/itaysk/kubectl-neat/releases/download/v1.0.0/kubectl-neat_darwin.tar.gz + uri: https://github.com/itaysk/kubectl-neat/releases/download/v1.1.0/kubectl-neat_darwin.tar.gz sha256: ${sha256} files: - from: "/*" @@ -28,7 +28,7 @@ spec: matchLabels: os: linux arch: amd64 - uri: https://github.com/itaysk/kubectl-neat/releases/download/v1.0.0/kubectl-neat_linux.tar.gz + uri: https://github.com/itaysk/kubectl-neat/releases/download/v1.1.0/kubectl-neat_linux.tar.gz sha256: ${sha256} files: - from: "/*"