Skip to content

Commit

Permalink
new version v0.5.0 of kor (#3907)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot committed Jun 18, 2024
1 parent 802a9b0 commit 22cf242
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions plugins/kor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: kor
spec:
version: v0.4.2
version: v0.5.0
homepage: https://github.com/yonahd/kor
shortDescription: Kor is a tool to discover unused K8s resources.
description: |
Expand All @@ -15,34 +15,34 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/yonahd/kor/releases/download/v0.4.2/kor_Linux_x86_64.tar.gz
sha256: 7bea1215608821d23a76cda41582e4ae7711b7447eb9156f478fd177ea1b3288
uri: https://github.com/yonahd/kor/releases/download/v0.5.0/kor_Linux_x86_64.tar.gz
sha256: fe769eaf4d11934ab44e2f8c7e7fe90604a96bd0ea3b54e28fb09774d30ff988
bin: kor
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/yonahd/kor/releases/download/v0.4.2/kor_Linux_arm64.tar.gz
sha256: c9d0fb94bf3ef3b47ad8648f9d36e14ef1a3c687f18545fd608e18de1d169de4
uri: https://github.com/yonahd/kor/releases/download/v0.5.0/kor_Linux_arm64.tar.gz
sha256: 58e8dd58fc136399fefd291fd0cfefec8ec2ab06487b497f5bd628f5aafccbb1
bin: kor
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/yonahd/kor/releases/download/v0.4.2/kor_Darwin_x86_64.tar.gz
sha256: 27ae6e9706cff1e3a8ead070f2ae17e7ad9a400460827e451a42b7a800d586c0
uri: https://github.com/yonahd/kor/releases/download/v0.5.0/kor_Darwin_x86_64.tar.gz
sha256: b32e7daa7c595ab2ce979def3b60053a5ccf5eefa7c6364622941c8ef9cdb5bb
bin: kor
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/yonahd/kor/releases/download/v0.4.2/kor_Darwin_arm64.tar.gz
sha256: 414b8f626c8a957728ca778fe3c57d10aaaadc98a53fe380b45dc81f36be45f7
uri: https://github.com/yonahd/kor/releases/download/v0.5.0/kor_Darwin_arm64.tar.gz
sha256: 46ec3d9c0a8fe78d614d8a8ce1f7f3cd23dbd7a206870f9fabc01c542313fa0c
bin: kor
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/yonahd/kor/releases/download/v0.4.2/kor_Windows_x86_64.zip
sha256: 354d357a71446310bfc7be5848fabb242514fa2723baefb86fe676ab1b73f07a
uri: https://github.com/yonahd/kor/releases/download/v0.5.0/kor_Windows_x86_64.zip
sha256: dec8adbdfbd41d04644503a0945fb2f34f4fd2191ed179c497f4aacc40f7733e
bin: kor.exe

0 comments on commit 22cf242

Please sign in to comment.