Skip to content

Commit

Permalink
new version v0.5.1 of kor (#3909)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot committed Jun 18, 2024
1 parent 22cf242 commit ae108e3
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.5.0
version: v0.5.1
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.5.0/kor_Linux_x86_64.tar.gz
sha256: fe769eaf4d11934ab44e2f8c7e7fe90604a96bd0ea3b54e28fb09774d30ff988
uri: https://github.com/yonahd/kor/releases/download/v0.5.1/kor_Linux_x86_64.tar.gz
sha256: 8b2eb41ec5e0b4250ae7f0b6d2ec7957e7236aa85447ccd72fb9e202f453e426
bin: kor
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/yonahd/kor/releases/download/v0.5.0/kor_Linux_arm64.tar.gz
sha256: 58e8dd58fc136399fefd291fd0cfefec8ec2ab06487b497f5bd628f5aafccbb1
uri: https://github.com/yonahd/kor/releases/download/v0.5.1/kor_Linux_arm64.tar.gz
sha256: 8019995fccfc08149a14cdeeb16ca03a3a9cfc5fb49e31ecb32c16e9ebb89bdf
bin: kor
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/yonahd/kor/releases/download/v0.5.0/kor_Darwin_x86_64.tar.gz
sha256: b32e7daa7c595ab2ce979def3b60053a5ccf5eefa7c6364622941c8ef9cdb5bb
uri: https://github.com/yonahd/kor/releases/download/v0.5.1/kor_Darwin_x86_64.tar.gz
sha256: 8eb5e678f385a341361b0a257d8f3b5a50d6f9acbae2d5905c54891c33db2056
bin: kor
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/yonahd/kor/releases/download/v0.5.0/kor_Darwin_arm64.tar.gz
sha256: 46ec3d9c0a8fe78d614d8a8ce1f7f3cd23dbd7a206870f9fabc01c542313fa0c
uri: https://github.com/yonahd/kor/releases/download/v0.5.1/kor_Darwin_arm64.tar.gz
sha256: 0631593b58978c067319f2602206a05c11a5dc254c0f9cc2530cac236210e6e1
bin: kor
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/yonahd/kor/releases/download/v0.5.0/kor_Windows_x86_64.zip
sha256: dec8adbdfbd41d04644503a0945fb2f34f4fd2191ed179c497f4aacc40f7733e
uri: https://github.com/yonahd/kor/releases/download/v0.5.1/kor_Windows_x86_64.zip
sha256: 3d4c90688a3a03b1aa06796228ac12b9ae62057ce0418338607371082fa1a242
bin: kor.exe

0 comments on commit ae108e3

Please sign in to comment.