From 3bc0ac90e3088ee490cc8904465606ac29551fc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 08:29:53 +0000 Subject: [PATCH] flux: Update to version 0.30.1 --- bucket/flux.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/flux.json b/bucket/flux.json index e20df455ff..6a2de6b845 100644 --- a/bucket/flux.json +++ b/bucket/flux.json @@ -1,16 +1,16 @@ { - "version": "0.30.0", + "version": "0.30.1", "description": "Open and extensible continuous delivery solution for Kubernetes.", "homepage": "https://fluxcd.io", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/fluxcd/flux2/releases/download/v0.30.0/flux_0.30.0_windows_amd64.zip", - "hash": "5776d1f720441730e7ba329ca17b8586a9debc9c9fa9231a2789b8c2e35977f2" + "url": "https://github.com/fluxcd/flux2/releases/download/v0.30.1/flux_0.30.1_windows_amd64.zip", + "hash": "dbfc9495afc825c20e8143d5930417d4e96c04f832e2c75f5ed650657b348a38" }, "32bit": { - "url": "https://github.com/fluxcd/flux2/releases/download/v0.30.0/flux_0.30.0_windows_386.zip", - "hash": "f1bc04990562e2947e38b0c25270dc53b3b854d7082658843f4afb498a6c0992" + "url": "https://github.com/fluxcd/flux2/releases/download/v0.30.1/flux_0.30.1_windows_386.zip", + "hash": "08ab660df4b92fd99de69994bbb2a3f068e0581376604cfa944b3f8518dc6cd3" } }, "bin": "flux.exe",