Skip to content

Commit

Permalink
new version v1.18.0 of grep
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot committed Jun 15, 2024
1 parent 25d7b68 commit 42ce4f5
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.17.1/kubectl-grep-Darwin-x86_64.tar.gz
sha256: f5af672bb2e4aaebccc02a97ad99c6af8b6dfbb31a3e00f69ca290d6c2cd64e9
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.18.0/kubectl-grep-Darwin-x86_64.tar.gz
sha256: d3612fd309a7d63d1560628dbd92dcf86ab04a4b1f5ea335ff49f8b5b58e3358
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.17.1/kubectl-grep-Darwin-arm64.tar.gz
sha256: 5259b52b048c05f12c8833e8217bc59166c2b0d3c3bb74509bdb8eeb9bee325c
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.18.0/kubectl-grep-Darwin-arm64.tar.gz
sha256: 1d87cd485c995ca7594291dcf98848b9a881b99e2961e6926001fdbac79cee1b
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.17.1/kubectl-grep-Linux-x86_64.tar.gz
sha256: 67dc15261fedd91bb6f8273a6deb50995981fd8d3ce462136ae8a564513a12dc
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.18.0/kubectl-grep-Linux-x86_64.tar.gz
sha256: 9042ef4b16b0f620148315502d205acb2945845028437bf0ea40695c42c76a1a
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.17.1/kubectl-grep-Linux-arm64.tar.gz
sha256: 05849c11a0067c06461edc8313d2166c2cedafe14357593177b764520b246a34
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.18.0/kubectl-grep-Linux-arm64.tar.gz
sha256: 96b7f7ff7e7f0c03b285f0f32fab8cff242214159dc078c8578788854f54441f
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.17.1/kubectl-grep-Windows-x86_64.tar.gz
sha256: e9fe8e0564d410e072e23041458a4a74f875defea2a98327dc80ed1e11121d3d
- uri: https://github.com/guessi/kubectl-grep/releases/download/v1.18.0/kubectl-grep-Windows-x86_64.tar.gz
sha256: 3f738c08bc3809a9f675c52ebe458ad516db17ccc7f81c93c5746aae256f7c4c
bin: kubectl-grep.exe
files:
- from: kubectl-grep.exe
Expand All @@ -64,7 +64,7 @@ spec:
matchLabels:
os: windows
arch: amd64
version: v1.17.1
version: v1.18.0
homepage: https://github.com/guessi/kubectl-grep
shortDescription: Filter Kubernetes resources by matching their names
description: |
Expand Down

0 comments on commit 42ce4f5

Please sign in to comment.