Skip to content

Commit

Permalink
new version v1.16.0 of grep (#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot authored Jan 7, 2024
1 parent 091f345 commit 4fc581b
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.3/kubectl-grep-Darwin-x86_64.tar.gz
sha256: be26223feebef5fbf3b2751334bd34c7e35edf932962a4493a9b0be6f813d16c
- uri: /~https://github.com/guessi/kubectl-grep/releases/download/v1.16.0/kubectl-grep-Darwin-x86_64.tar.gz
sha256: 59e92a66a8c7fe91b7a8ef497c262a0565044692b903bd601fbf74b354b71baa
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.3/kubectl-grep-Darwin-arm64.tar.gz
sha256: 38f789327af5420c601e228843b588c4e4957e822027e5fa42fff2a591f78c03
- uri: /~https://github.com/guessi/kubectl-grep/releases/download/v1.16.0/kubectl-grep-Darwin-arm64.tar.gz
sha256: 053bb0f5b42b1af120151756357f794d42ce6f11d35fd8b7448cb2260f2c5977
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.3/kubectl-grep-Linux-x86_64.tar.gz
sha256: 3cfc64c6cfba13d2a982b79abb0ab3a946c7b20283d5131950009c4a698443ae
- uri: /~https://github.com/guessi/kubectl-grep/releases/download/v1.16.0/kubectl-grep-Linux-x86_64.tar.gz
sha256: 73953b6228405153df2dc1838d8c648df7dc004ca1ce56812081b7527adce8d4
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.3/kubectl-grep-Linux-arm64.tar.gz
sha256: 53342b01917b60280b1428de30ed388e4f2b04015c27faf7c763d5e8695b8bda
- uri: /~https://github.com/guessi/kubectl-grep/releases/download/v1.16.0/kubectl-grep-Linux-arm64.tar.gz
sha256: 7456e94b1ffcb4a24911575d154631e6e0a0674888c86891368d2498c4e4f2c6
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.3/kubectl-grep-Windows-x86_64.tar.gz
sha256: 6307e6da310b67d6b17ceaffe58afa4677958ee26cc7f70782b0710026fea1af
- uri: /~https://github.com/guessi/kubectl-grep/releases/download/v1.16.0/kubectl-grep-Windows-x86_64.tar.gz
sha256: 89cab3ec63eeb862eb718596be579d31824f4c8b8222d9c614279e858a85742f
bin: kubectl-grep.exe
files:
- from: kubectl-grep.exe
Expand All @@ -64,7 +64,7 @@ spec:
matchLabels:
os: windows
arch: amd64
version: v1.15.3
version: v1.16.0
homepage: /~https://github.com/guessi/kubectl-grep
shortDescription: Filter Kubernetes resources by matching their names
description: |
Expand Down

0 comments on commit 4fc581b

Please sign in to comment.