From cddbc0e98f87a5aa77dcf1f4b51ac1e4449c1be8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 00:34:55 +0000 Subject: [PATCH] devspace: Update to version 6.3.14 --- bucket/devspace.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/devspace.json b/bucket/devspace.json index 863a87abdd..3d501ae638 100644 --- a/bucket/devspace.json +++ b/bucket/devspace.json @@ -1,16 +1,16 @@ { - "version": "6.3.13", + "version": "6.3.14", "description": "DevSpace is an open-source developer tool for Kubernetes that lets you develop and deploy cloud-native software faster", "homepage": "https://devspace.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.13/devspace-windows-amd64.exe#/devspace.exe", - "hash": "6b516042fd8962b46a0371082ee44ff9f4c2aea57898133019848189bf5bde37" + "url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.14/devspace-windows-amd64.exe#/devspace.exe", + "hash": "ba8d1c5a8da739e6464b5f3a30e0b46b4c4b59e778f87d6d6d9b0f0be6dcc5b4" }, "32bit": { - "url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.13/devspace-windows-386.exe#/devspace.exe", - "hash": "6cbbe6cfe8883a7c426a87aec84c29fb87104906ce222e7b4e1a11046521aaad" + "url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.14/devspace-windows-386.exe#/devspace.exe", + "hash": "184ee88f596beef56d819fff650a9dafc4306637edeb27fe163c275c87f808c9" } }, "bin": "devspace.exe",