Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release new version v1.15.2 of grep #3472

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1/kubectl-grep-Darwin-x86_64.tar.gz
sha256: 6355a470ce9b6e835cf928f87e49fde20dba3fb0ea5c0a70b48033d054a7f5a4
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.2/kubectl-grep-Darwin-x86_64.tar.gz
sha256: 7e8789371ef2ea7bb773afee253fda61b7a3f02b643f42cc0ebe6c7a338b0a22
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.1/kubectl-grep-Darwin-arm64.tar.gz
sha256: 5b1ae2e862403513574885a28101ec708b01d3ed08fadc863e45a0a5edff09f2
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.2/kubectl-grep-Darwin-arm64.tar.gz
sha256: cd6457fb4dac8c7501784acef9f1945a739dceb491d1dc80afd29699e0a85b23
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.1/kubectl-grep-Linux-x86_64.tar.gz
sha256: 5243470fb06df3b3e5a91545533abfa98f5f5557c5c2a6c87b750e145e03b59a
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.2/kubectl-grep-Linux-x86_64.tar.gz
sha256: 5aeed099b842f6def86a59a6da1f0f7ff6af28ce5a6d76f2e98e776301f25f83
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.1/kubectl-grep-Linux-arm64.tar.gz
sha256: bfea4c8da9749140d3aaa18fe5df9f370e15a6e31506742c4f71e14ab82ec859
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.2/kubectl-grep-Linux-arm64.tar.gz
sha256: 87735cf947606021ee4af86009a2e12f6860703aac7400e8230d8939dc4a0004
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.1/kubectl-grep-Windows-x86_64.tar.gz
sha256: 578fbca0326f8615790635963cd70f91bef00daccdf867547f10a5cf6f97518d
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.2/kubectl-grep-Windows-x86_64.tar.gz
sha256: fccb58e65605facedaf4eabc890b77846b1daac96ba8edce774069ad2c65d4f3
bin: kubectl-grep.exe
files:
- from: kubectl-grep.exe
Expand All @@ -64,7 +64,7 @@ spec:
matchLabels:
os: windows
arch: amd64
version: v1.15.1
version: v1.15.2
homepage: https://github.com/guessi/kubectl-grep
shortDescription: Filter Kubernetes resources by matching their names
description: |
Expand Down