From 9f51bb36bc3052dedcca9023a9f49ad8e1630584 Mon Sep 17 00:00:00 2001 From: Itay Shakury Date: Fri, 12 Jul 2024 16:29:59 +0300 Subject: [PATCH] prepare for v2.0.4 --- krew-template.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/krew-template.yaml b/krew-template.yaml index ea0e505..f59632c 100644 --- a/krew-template.yaml +++ b/krew-template.yaml @@ -3,7 +3,7 @@ kind: Plugin metadata: name: neat spec: - version: "v2.0.3" + version: "v2.0.4" shortDescription: Remove clutter from Kubernetes manifests to make them more readable. homepage: https://github.com/itaysk/kubectl-neat description: | @@ -18,27 +18,27 @@ spec: matchLabels: os: darwin arch: amd64 - uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_darwin_amd64.tar.gz + uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.4/kubectl-neat_darwin_amd64.tar.gz sha256: ${sha256} bin: "./kubectl-neat" - selector: matchLabels: os: darwin arch: arm64 - uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_darwin_arm64.tar.gz + uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.4/kubectl-neat_darwin_arm64.tar.gz sha256: ${sha256} bin: "./kubectl-neat" - selector: matchLabels: os: linux arch: amd64 - uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_linux_amd64.tar.gz + uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.4/kubectl-neat_linux_amd64.tar.gz sha256: ${sha256} bin: "./kubectl-neat" - selector: matchLabels: os: linux arch: arm64 - uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3/kubectl-neat_linux_arm64.tar.gz + uri: https://github.com/itaysk/kubectl-neat/releases/download/v2.0.4/kubectl-neat_linux_arm64.tar.gz sha256: ${sha256} bin: "./kubectl-neat" \ No newline at end of file