Skip to content

Commit

Permalink
new version v1.15.3 of grep (#3499)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot authored Nov 18, 2023
1 parent 713fff5 commit 121ba93
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions plugins/grep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
name: grep
spec:
platforms:
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.2/kubectl-grep-Darwin-x86_64.tar.gz
sha256: 7e8789371ef2ea7bb773afee253fda61b7a3f02b643f42cc0ebe6c7a338b0a22
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.3/kubectl-grep-Darwin-x86_64.tar.gz
sha256: be26223feebef5fbf3b2751334bd34c7e35edf932962a4493a9b0be6f813d16c
bin: kubectl-grep
files:
- from: kubectl-grep
Expand All @@ -16,8 +16,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.2/kubectl-grep-Darwin-arm64.tar.gz
sha256: cd6457fb4dac8c7501784acef9f1945a739dceb491d1dc80afd29699e0a85b23
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.3/kubectl-grep-Darwin-arm64.tar.gz
sha256: 38f789327af5420c601e228843b588c4e4957e822027e5fa42fff2a591f78c03
bin: kubectl-grep
files:
- from: kubectl-grep
Expand All @@ -28,8 +28,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.2/kubectl-grep-Linux-x86_64.tar.gz
sha256: 5aeed099b842f6def86a59a6da1f0f7ff6af28ce5a6d76f2e98e776301f25f83
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.3/kubectl-grep-Linux-x86_64.tar.gz
sha256: 3cfc64c6cfba13d2a982b79abb0ab3a946c7b20283d5131950009c4a698443ae
bin: kubectl-grep
files:
- from: kubectl-grep
Expand All @@ -40,8 +40,8 @@ spec:
matchLabels:
os: linux
arch: amd64
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.2/kubectl-grep-Linux-arm64.tar.gz
sha256: 87735cf947606021ee4af86009a2e12f6860703aac7400e8230d8939dc4a0004
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.3/kubectl-grep-Linux-arm64.tar.gz
sha256: 53342b01917b60280b1428de30ed388e4f2b04015c27faf7c763d5e8695b8bda
bin: kubectl-grep
files:
- from: kubectl-grep
Expand All @@ -52,8 +52,8 @@ spec:
matchLabels:
os: linux
arch: arm64
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.2/kubectl-grep-Windows-x86_64.tar.gz
sha256: fccb58e65605facedaf4eabc890b77846b1daac96ba8edce774069ad2c65d4f3
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.3/kubectl-grep-Windows-x86_64.tar.gz
sha256: 6307e6da310b67d6b17ceaffe58afa4677958ee26cc7f70782b0710026fea1af
bin: kubectl-grep.exe
files:
- from: kubectl-grep.exe
Expand All @@ -64,7 +64,7 @@ spec:
matchLabels:
os: windows
arch: amd64
version: v1.15.2
version: v1.15.3
homepage: https://github.com/guessi/kubectl-grep
shortDescription: Filter Kubernetes resources by matching their names
description: |
Expand Down

0 comments on commit 121ba93

Please sign in to comment.