Skip to content

Commit

Permalink
new version v0.2.1 of permissions (#3362)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot authored Sep 14, 2023
1 parent d5ad93e commit 8e7d5f0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions plugins/permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: permissions
spec:
version: v0.1.0
version: v0.2.1
homepage: https://github.com/garethjevans/kubectl-permissions
shortDescription: Displays and traces service account permissions
description: |
Expand All @@ -14,27 +14,27 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/garethjevans/kubectl-permissions/releases/download/v0.1.0/kubectl-permissions_v0.1.0_darwin_amd64.tar.gz
sha256: 265faad0ade89e6d5d0faf0cfd9d205c0d7ca81d2cc9faca3153a9c275f2f0d7
uri: https://github.com/garethjevans/kubectl-permissions/releases/download/v0.2.1/kubectl-permissions_v0.2.1_darwin_amd64.tar.gz
sha256: ce208414ed60148e5863eb7ebff05d94c7281f573330955cd8657cd5ecb79b42
bin: kubectl-permissions
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/garethjevans/kubectl-permissions/releases/download/v0.1.0/kubectl-permissions_v0.1.0_darwin_arm64.tar.gz
sha256: 7f4d0cd3f4f92e3c50e203d40367768192ba5fc6746a543949d1778072f2fd78
uri: https://github.com/garethjevans/kubectl-permissions/releases/download/v0.2.1/kubectl-permissions_v0.2.1_darwin_arm64.tar.gz
sha256: 9789d4a66f4fce203923a34b179b788740a5fcc460d968ea76911b1b553d2cad
bin: kubectl-permissions
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/garethjevans/kubectl-permissions/releases/download/v0.1.0/kubectl-permissions_v0.1.0_linux_amd64.tar.gz
sha256: 8a47118330c9d28ecb9ab95e1ee9f8fdc999eb8a6d613fb1a95bc73308932f42
uri: https://github.com/garethjevans/kubectl-permissions/releases/download/v0.2.1/kubectl-permissions_v0.2.1_linux_amd64.tar.gz
sha256: de429783f8599d3aab9f8a1a79b3b09791d6569b8e5c525c018f95df0d857732
bin: kubectl-permissions
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/garethjevans/kubectl-permissions/releases/download/v0.1.0/kubectl-permissions_v0.1.0_windows_amd64.tar.gz
sha256: e18f9bc38707a65a162dbc02abde278f3331ba6391749166bdfcc4569db8c960
uri: https://github.com/garethjevans/kubectl-permissions/releases/download/v0.2.1/kubectl-permissions_v0.2.1_windows_amd64.tar.gz
sha256: 78cdb11f43d80c20b554f497c2de7de78b06275690fb8f8b90069037cd576ab7
bin: kubectl-permissions.exe

0 comments on commit 8e7d5f0

Please sign in to comment.