Skip to content

Commit

Permalink
prepare for v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
itaysk committed Jul 12, 2024
1 parent 9c76686 commit 9f51bb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions krew-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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"

0 comments on commit 9f51bb3

Please sign in to comment.