Skip to content

Commit

Permalink
Update plugin "access-matrix" to v0.2.1 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweig authored and k8s-ci-robot committed Apr 14, 2019
1 parent 989d6b1 commit 6112a79
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions plugins/access-matrix.yaml
Expand Up @@ -3,10 +3,10 @@ kind: Plugin
metadata:
name: access-matrix
spec:
version: "v0.2.0"
version: "v0.2.1"
platforms:
- uri: https://github.com/corneliusweig/rakkess/releases/download/v0.2.0/bundle.tar.gz
sha256: 649d830449ad958b86e701f6375aad88a96e184d12d252bf2a38f29dfcbe1a57
- uri: https://github.com/corneliusweig/rakkess/releases/download/v0.2.1/bundle.tar.gz
sha256: a09c0597c96e008147ae1a120b16690a1401dfd243c6c5629ba396a34797d1f0
bin: rakkess-linux-amd64
files:
- from: ./rakkess-linux-amd64
Expand All @@ -15,8 +15,8 @@ spec:
matchLabels:
os: linux
arch: amd64
- uri: https://github.com/corneliusweig/rakkess/releases/download/v0.2.0/bundle.tar.gz
sha256: 649d830449ad958b86e701f6375aad88a96e184d12d252bf2a38f29dfcbe1a57
- uri: https://github.com/corneliusweig/rakkess/releases/download/v0.2.1/bundle.tar.gz
sha256: a09c0597c96e008147ae1a120b16690a1401dfd243c6c5629ba396a34797d1f0
bin: rakkess-darwin-amd64
files:
- from: ./rakkess-darwin-amd64
Expand All @@ -25,8 +25,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
- uri: https://github.com/corneliusweig/rakkess/releases/download/v0.2.0/bundle.tar.gz
sha256: 649d830449ad958b86e701f6375aad88a96e184d12d252bf2a38f29dfcbe1a57
- uri: https://github.com/corneliusweig/rakkess/releases/download/v0.2.1/bundle.tar.gz
sha256: a09c0597c96e008147ae1a120b16690a1401dfd243c6c5629ba396a34797d1f0
bin: rakkess-windows-amd64.exe
files:
- from: ./rakkess-windows-amd64
Expand All @@ -42,7 +42,7 @@ spec:
kubectl access-matrix
Documentation:
https://github.com/corneliusweig/rakkess/blob/v0.2.0/doc/USAGE.md#usage
https://github.com/corneliusweig/rakkess/blob/v0.2.1/doc/USAGE.md#usage
description: |+2
Show an access matrix for all server resources
Expand All @@ -52,4 +52,4 @@ spec:
This complements the usual "kubectl auth can-i" command, which works for
a single resource and a single verb.
More on https://github.com/corneliusweig/rakkess/blob/v0.2.0/doc/USAGE.md#usage
More on https://github.com/corneliusweig/rakkess/blob/v0.2.1/doc/USAGE.md#usage

0 comments on commit 6112a79

Please sign in to comment.