From b1c4e972be1e19a753488e2767662036a403f53f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 16:29:57 +0000 Subject: [PATCH] flux: Update to version 0.40.2 --- bucket/flux.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/flux.json b/bucket/flux.json index 58d288136d..d24fc4970f 100644 --- a/bucket/flux.json +++ b/bucket/flux.json @@ -1,16 +1,16 @@ { - "version": "0.40.1", + "version": "0.40.2", "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.40.1/flux_0.40.1_windows_amd64.zip", - "hash": "1796f3f3f0508b3618a20aa38c2a3545b424c1458a76e022d4b27271617a11ee" + "url": "https://github.com/fluxcd/flux2/releases/download/v0.40.2/flux_0.40.2_windows_amd64.zip", + "hash": "1931e5448543b3f2549fda8c3e3f05c5ea8d7293172de7d82734aec066fec07e" }, "32bit": { - "url": "https://github.com/fluxcd/flux2/releases/download/v0.40.1/flux_0.40.1_windows_386.zip", - "hash": "0c1f93517fae5c5b9a81ded7783489e84fe2eb92a3860c140e4f8621731c39aa" + "url": "https://github.com/fluxcd/flux2/releases/download/v0.40.2/flux_0.40.2_windows_386.zip", + "hash": "09228c0465da457a0e38bd6c9e0c0ffe816a354c843be0891ca70fef0f111d19" } }, "bin": "flux.exe",