From 4e3049364a622337b1d512c2d57255ed5b8a639a Mon Sep 17 00:00:00 2001 From: bedirhangull Date: Tue, 17 Dec 2024 16:52:55 +0300 Subject: [PATCH] crashwatch-update-1.1.0 --- plugins/crashwatch.yaml | 71 +++++++++++++++++++++++++++++++++-------- 1 file changed, 57 insertions(+), 14 deletions(-) diff --git a/plugins/crashwatch.yaml b/plugins/crashwatch.yaml index db27432ff5b..5741f633113 100644 --- a/plugins/crashwatch.yaml +++ b/plugins/crashwatch.yaml @@ -3,58 +3,101 @@ kind: Plugin metadata: name: crashwatch spec: - version: "v1.0.6" + version: "v1.1.0" platforms: - selector: matchLabels: os: linux arch: amd64 - uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v1.0.6/kubectl-crashwatch_linux_amd64.tar.gz - sha256: "de8490566a1867415f3babccf74ab6f4807e95df6c860e71da9bedb80ed6e965" + uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v1.1.0/kubectl-crashwatch_linux_amd64.tar.gz + sha256: "09219f65702fc111df74b5e8069edeb21f0a1518e156fb90c8da089d8d706f2f" + files: + - from: "kubectl-crashwatch" + to: "." + - from: LICENSE + to: "." + bin: "kubectl-crashwatch" + - selector: + matchLabels: + os: linux + arch: "386" + uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v1.1.0/kubectl-crashwatch_linux_386.tar.gz + sha256: "c370736ccf17da8819a6d48f26607dea55f3b5e3d9541c9bbf265ed937644f1d" + files: + - from: "kubectl-crashwatch" + to: "." + - from: LICENSE + to: "." + bin: "kubectl-crashwatch" + - selector: + matchLabels: + os: linux + arch: arm64 + uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v1.1.0/kubectl-crashwatch_linux_arm64.tar.gz + sha256: "1e8a38b1d42662629762b4a2ef046c143b06bacfc019e703ace35bd4c3021c5a" files: - from: "kubectl-crashwatch" to: "." - from: LICENSE to: "." bin: "kubectl-crashwatch" - - selector: matchLabels: os: darwin arch: amd64 - uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v1.0.6/kubectl-crashwatch_darwin_amd64.tar.gz - sha256: "403934d366ce22833d0c7eed46f4cede9d46e9a24b8268a04ed92f5f196a9114" + uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v1.1.0/kubectl-crashwatch_darwin_amd64.tar.gz + sha256: "7a43473777037f9617ef0c345453421832aaf38b44d8c5f47921e813f2274f81" + files: + - from: "kubectl-crashwatch" + to: "." + - from: LICENSE + to: "." + bin: "kubectl-crashwatch" + - selector: + matchLabels: + os: darwin + arch: arm64 + uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v1.1.0/kubectl-crashwatch_darwin_arm64.tar.gz + sha256: "49cb3725df816ee8322b43725bc903b985396e44503d07fcabccb8af04685479" files: - from: "kubectl-crashwatch" to: "." - from: LICENSE to: "." bin: "kubectl-crashwatch" - - selector: matchLabels: os: windows arch: amd64 - uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v1.0.6/kubectl-crashwatch_windows_amd64.zip - sha256: "d7977a4f8492c332c951c86515558208acc63fe6a95f3c09eca976f71520f0d4" + uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v1.1.0/kubectl-crashwatch_windows_amd64.zip + sha256: "c31ca7b5898fa3c2bbd04d8e9944fc46f0c234b01805000fcd6973d3710db0f9" + files: + - from: "kubectl-crashwatch.exe" + to: "." + - from: LICENSE + to: "." + bin: "kubectl-crashwatch.exe" + - selector: + matchLabels: + os: windows + arch: "386" + uri: https://github.com/bedirhangull/kubectl-crashwatch/releases/download/v1.1.0/kubectl-crashwatch_windows_386.zip + sha256: "473babccb1a1ef4d46a4c6b44aef0952454b3acdaba5f020006ccafcd665475f" files: - from: "kubectl-crashwatch.exe" to: "." - from: LICENSE to: "." bin: "kubectl-crashwatch.exe" - shortDescription: Monitor CrashLoopBackOff pods homepage: https://github.com/bedirhangull/kubectl-crashwatch caveats: | Usage: $ kubectl crashwatch - For additional options: $ kubectl crashwatch --help - or visit the documentation at https://github.com/bedirhangull/kubectl-crashwatch/blob/v1.0.6/README.md - + or visit the documentation at https://github.com/bedirhangull/kubectl-crashwatch/blob/v1.1.0/README.md description: | Crashwatch is a kubectl plugin designed to help users monitor and log all pods that are in a CrashLoopBackOff state within a Kubernetes cluster. Users can also - view these pods in a dashboard for easier monitoring and troubleshooting. + view these pods in a dashboard for easier monitoring and troubleshooting. \ No newline at end of file