From f8238308d18bba95a333bdd963daa9e1cd9f2336 Mon Sep 17 00:00:00 2001 From: Krew Release Bot Date: Sat, 26 Oct 2024 21:21:57 +0000 Subject: [PATCH] new version v0.1.3 of argo-apps-viz --- plugins/argo-apps-viz.yaml | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/plugins/argo-apps-viz.yaml b/plugins/argo-apps-viz.yaml index ac9df076059..063bbaa7270 100644 --- a/plugins/argo-apps-viz.yaml +++ b/plugins/argo-apps-viz.yaml @@ -10,14 +10,14 @@ spec: and illustrate ArgoCD concepts, such as the 'App of Apps' pattern across multiple clusters and dependency trees, primarily for documentation, learning, and teaching purposes. - version: v0.1.2 + version: v0.1.3 platforms: - selector: matchLabels: os: linux arch: amd64 - uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.2/argo-apps-viz_linux_amd64.tar.gz - sha256: f0617bd0f6bfff446411b08d69a5628c9c8a1cd53f4169563e4ed0badd2627a1 + uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.3/argo-apps-viz_linux_amd64.tar.gz + sha256: 9f878da8bfb7fdeb721138bd2fd58bb7dce33817b9f4f4b43a8866316974ea9e files: - from: "./argo-apps-viz" to: "." @@ -28,8 +28,8 @@ spec: matchLabels: os: linux arch: arm64 - uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.2/argo-apps-viz_linux_arm64.tar.gz - sha256: 018c7edb192fc2fad0f2a8a5cf3344eaf2a92cb0c4161df67a3e0e159107ea2c + uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.3/argo-apps-viz_linux_arm64.tar.gz + sha256: 0266875d7b40f2d05085fee0d7588da7f36670573a5e65d9baf67053825888a9 files: - from: "./argo-apps-viz" to: "." @@ -40,20 +40,33 @@ spec: matchLabels: os: darwin arch: amd64 - uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.2/argo-apps-viz_darwin_amd64.tar.gz - sha256: d712563872c8406db1007c7b93ecbda206f0473e65a95688e79480f3400abdf2 + uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.3/argo-apps-viz_darwin_amd64.tar.gz + sha256: 58147534aca9a66d29142cc4fb8c4e59e9a237759ef84f894882175b4741ea5d files: - from: "./argo-apps-viz" to: "." - from: LICENSE to: "." bin: "argo-apps-viz" + - selector: + matchLabels: + os: darwin + arch: arm64 + uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.3/argo-apps-viz_darwin_arm64.tar.gz + sha256: 94e8c05b0bfdab4fde6c343f675838b4f5ef3fbd9c99238bf34ae8e903da1898 + files: + - from: "./argo-apps-viz" + to: "." + - from: LICENSE + to: "." + bin: "argo-apps-viz" + - selector: matchLabels: os: windows arch: amd64 - uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.2/argo-apps-viz_windows_amd64.zip - sha256: 6b564f8246afddcb3a5c38ea573cfc7bf84a2fe434555fe43e63d1fe7afc30d2 + uri: https://github.com/syndlex/argo-apps-viz/releases/download/v0.1.3/argo-apps-viz_windows_amd64.zip + sha256: 346e79f85cb247922537691f6f060ddec3a75d17cdd2c9f39811bf8e1798fadc files: - from: "/argo-apps-viz.exe" to: "."