From 82fa8afbb381d5ce760f3803b0ffa55eca02775a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:30:12 +0000 Subject: [PATCH] vals: Update to version 0.30.0 --- bucket/vals.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vals.json b/bucket/vals.json index d1a904d98b..96f9fd9efe 100644 --- a/bucket/vals.json +++ b/bucket/vals.json @@ -1,16 +1,16 @@ { - "version": "0.29.0", + "version": "0.30.0", "description": "Helm-like configuration values loader with support for various sources", "homepage": "https://github.com/variantdev/vals", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/variantdev/vals/releases/download/v0.29.0/vals_0.29.0_windows_amd64.tar.gz", - "hash": "cf5a3404fbac7ea0b4ff4e61dcc796dfbaa435dadcb356942613e2173442e759" + "url": "https://github.com/variantdev/vals/releases/download/v0.30.0/vals_0.30.0_windows_amd64.tar.gz", + "hash": "d1c3d802adb7a453b47e6906e28d33c2b2f30810883bda8637c0a8cf8d1a90a6" }, "32bit": { - "url": "https://github.com/variantdev/vals/releases/download/v0.29.0/vals_0.29.0_windows_386.tar.gz", - "hash": "10e64eecbf378f8c6bde264ac157e04fef3840b7c1a522fc43e2d63b9c01ba16" + "url": "https://github.com/variantdev/vals/releases/download/v0.30.0/vals_0.30.0_windows_386.tar.gz", + "hash": "a92f056b545d57563c8bd31d4d2a97e6d287da8bbcb59d0f10753c0ec03fa2fc" } }, "bin": "vals.exe",