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.1 of grep #3388

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.0/kubectl-grep-Darwin-x86_64.tar.gz
sha256: c2f6f7c6be615b3b8d841a98b022addce2b81c6d94abf1725b0d454436f454c8
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.1/kubectl-grep-Darwin-x86_64.tar.gz
sha256: 6355a470ce9b6e835cf928f87e49fde20dba3fb0ea5c0a70b48033d054a7f5a4
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.0/kubectl-grep-Darwin-arm64.tar.gz
sha256: b3783edae7e8ed1e08422a09739288e1d5daa18a485371e9331eba1bef97e585
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.1/kubectl-grep-Darwin-arm64.tar.gz
sha256: 5b1ae2e862403513574885a28101ec708b01d3ed08fadc863e45a0a5edff09f2
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.0/kubectl-grep-Linux-x86_64.tar.gz
sha256: 01b3b3c36597f28a06e24c6a82354d38614fcf88f1cf8cee6cb0a8484ada4b3e
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.1/kubectl-grep-Linux-x86_64.tar.gz
sha256: 5243470fb06df3b3e5a91545533abfa98f5f5557c5c2a6c87b750e145e03b59a
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.0/kubectl-grep-Linux-arm64.tar.gz
sha256: 2a806ac1a26e0d9e039b1bba8df38c7b48e79a61d1784bc3bcc1ae0272a76c88
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.1/kubectl-grep-Linux-arm64.tar.gz
sha256: bfea4c8da9749140d3aaa18fe5df9f370e15a6e31506742c4f71e14ab82ec859
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.0/kubectl-grep-Windows-x86_64.tar.gz
sha256: ee7cbfb82ddd7f72801bf2b553b4590f59b6ce2b43edcab509ba4f2100237a01
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.15.1/kubectl-grep-Windows-x86_64.tar.gz
sha256: 578fbca0326f8615790635963cd70f91bef00daccdf867547f10a5cf6f97518d
bin: kubectl-grep.exe
files:
- from: kubectl-grep.exe
Expand All @@ -64,7 +64,7 @@ spec:
matchLabels:
os: windows
arch: amd64
version: v1.15.0
version: v1.15.1
homepage: https://github.com/guessi/kubectl-grep
shortDescription: Filter Kubernetes resources by matching their names
description: |
Expand Down