Skip to content

Commit

Permalink
Update plugin "get-all" to v1.1.0
Browse files Browse the repository at this point in the history
Release notes:

* Flag `--namespace` now implies `--only-scope=namespace`
[kubernetes-sigs#18](corneliusweig/ketall#18)
* Add new flag `--since` to filter resources by creation timestamp
[kubernetes-sigs#17](corneliusweig/ketall#17)
* Fix travis releases
[#15](corneliusweig/ketall#15)
  • Loading branch information
corneliusweig committed Mar 25, 2019
1 parent cff127f commit 24d0963
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions plugins/get-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ kind: Plugin
metadata:
name: get-all
spec:
version: "v1.0.2"
version: "v1.1.0"
platforms:
- uri: https://github.com/corneliusweig/ketall/releases/download/v1.0.2/bundle.tar.gz
sha256: a716693abe62dd746d641b75cc1aba50ba9452f61076ac2090e810ddad29a818
- uri: https://github.com/corneliusweig/ketall/releases/download/v1.1.0/bundle.tar.gz
sha256: 59ddc1715d4ea99dcd76ffb6910044a6e1e04dc1df6ad595ce4fe9410b1a2e6b
bin: ketall-linux-amd64
files:
- from: ./ketall-linux-amd64
Expand All @@ -15,8 +15,8 @@ spec:
matchLabels:
os: linux
arch: amd64
- uri: https://github.com/corneliusweig/ketall/releases/download/v1.0.2/bundle.tar.gz
sha256: a716693abe62dd746d641b75cc1aba50ba9452f61076ac2090e810ddad29a818
- uri: https://github.com/corneliusweig/ketall/releases/download/v1.1.0/bundle.tar.gz
sha256: 59ddc1715d4ea99dcd76ffb6910044a6e1e04dc1df6ad595ce4fe9410b1a2e6b
bin: ketall-darwin-amd64
files:
- from: ./ketall-darwin-amd64
Expand All @@ -25,8 +25,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
- uri: https://github.com/corneliusweig/ketall/releases/download/v1.0.2/bundle.tar.gz
sha256: a716693abe62dd746d641b75cc1aba50ba9452f61076ac2090e810ddad29a818
- uri: https://github.com/corneliusweig/ketall/releases/download/v1.1.0/bundle.tar.gz
sha256: 59ddc1715d4ea99dcd76ffb6910044a6e1e04dc1df6ad595ce4fe9410b1a2e6b
bin: ketall-windows-amd64.exe
files:
- from: ./ketall-windows-amd64
Expand All @@ -42,7 +42,7 @@ spec:
kubectl get-all
Documentation:
https://github.com/corneliusweig/ketall/blob/v1.0.2/doc/USAGE.md#usage
https://github.com/corneliusweig/ketall/blob/v1.1.0/doc/USAGE.md#usage
description: |+2
Like 'kubectl get all', but get _really_ all resources
Expand All @@ -52,4 +52,4 @@ spec:
is not enough, because it simply does not show everything. This helper
lists _really_ all resources the cluster has to offer.
More on https://github.com/corneliusweig/ketall/blob/v1.0.2/doc/USAGE.md#usage
More on https://github.com/corneliusweig/ketall/blob/v1.1.0/doc/USAGE.md#usage

0 comments on commit 24d0963

Please sign in to comment.