Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add revisions plugin #3863

Merged
merged 1 commit into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions plugins/revisions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: revisions
spec:
version: v0.1.0
homepage: https://github.com/timebertt/kubectl-revisions
shortDescription: Time-travel through your workload revision history
description: |
Go back in time in the history of revisions and answers common questions like
"Why was my Deployment rolled?"
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/timebertt/kubectl-revisions/releases/download/v0.1.0/kubectl-revisions_v0.1.0_linux_amd64.tar.gz
sha256: 732028138a286812a5c0be0e097c80cb9e919ccc5fd403b1480d8b0a3ce8cdbb
bin: kubectl-revisions
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/timebertt/kubectl-revisions/releases/download/v0.1.0/kubectl-revisions_v0.1.0_linux_arm64.tar.gz
sha256: 3b25d923ec95b9273505fcce5275010509bc4132a80ed3731c95106a31f672a9
bin: kubectl-revisions
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/timebertt/kubectl-revisions/releases/download/v0.1.0/kubectl-revisions_v0.1.0_darwin_amd64.tar.gz
sha256: e53529e334fcb9b21fa9281542424af7a88077a5d03f976c93ea6c2afe41ac86
bin: kubectl-revisions
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/timebertt/kubectl-revisions/releases/download/v0.1.0/kubectl-revisions_v0.1.0_darwin_arm64.tar.gz
sha256: 9cf831aa96d4707c5dec0e1a2f93d0ab240f0aac5ef8bca17aa78898ee08492e
bin: kubectl-revisions
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/timebertt/kubectl-revisions/releases/download/v0.1.0/kubectl-revisions_v0.1.0_windows_amd64.zip
sha256: 4d26cc7a0a41788a3e901f7f02bcfcf9169f2c27c86d9a0c81086b7b205bceff
bin: kubectl-revisions.exe
Loading