From 58044ad1a74ed4ecc123c6c64b9f7e2be597557d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 00:45:17 +0000 Subject: [PATCH] devspace: Update to version 6.3.16 --- bucket/devspace.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/devspace.json b/bucket/devspace.json index ab1f42c9d6..a54a8332bc 100644 --- a/bucket/devspace.json +++ b/bucket/devspace.json @@ -1,16 +1,16 @@ { - "version": "6.3.15", + "version": "6.3.16", "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.15/devspace-windows-amd64.exe#/devspace.exe", - "hash": "a599a07da666adc34a979fd9c52cf2ba8e7010407e662db7e742cf088d3f5517" + "url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.16/devspace-windows-amd64.exe#/devspace.exe", + "hash": "8f15d970da4844ff554f6a173ea6afd2b07bfc7401de72f4e37742e41e0b4676" }, "32bit": { - "url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.15/devspace-windows-386.exe#/devspace.exe", - "hash": "8a1663a6bfaed81ea4ec4d373b5abbbf147f85ff4526c5fc95c9acaf93708ee9" + "url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.16/devspace-windows-386.exe#/devspace.exe", + "hash": "96e00152c7235d16bde19db1bf1b78ae5bbe3454a30657f4e11bb433d70146db" } }, "bin": "devspace.exe",