From a2cd221eb45c60a3b47f87b113b4401c95d5f850 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:27:46 +0000 Subject: [PATCH] flux: Update to version 2.1.0 --- bucket/flux.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/flux.json b/bucket/flux.json index d663440c7d..4172071de2 100644 --- a/bucket/flux.json +++ b/bucket/flux.json @@ -1,20 +1,20 @@ { - "version": "2.0.1", + "version": "2.1.0", "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/v2.0.1/flux_2.0.1_windows_amd64.zip", - "hash": "c4bdaccb8bd5098bffca4890f8839d7097599a20e7594c4f302f0b48b5738bda" + "url": "https://github.com/fluxcd/flux2/releases/download/v2.1.0/flux_2.1.0_windows_amd64.zip", + "hash": "9e94856e527690a45a42dc6034c3131520b0265db74ca5968eb8861636c8ca70" }, "arm64": { - "url": "https://github.com/fluxcd/flux2/releases/download/v2.0.1/flux_2.0.1_windows_arm64.zip", - "hash": "686eb8e88f5ad8273862db69849716585e887fb5561b12ccbbaacd6600d5e9d7" + "url": "https://github.com/fluxcd/flux2/releases/download/v2.1.0/flux_2.1.0_windows_arm64.zip", + "hash": "e0846359ef9e89dac73cbcfc83e915a88d80546efb2168536bec693f6d55b39c" }, "32bit": { - "url": "https://github.com/fluxcd/flux2/releases/download/v2.0.1/flux_2.0.1_windows_386.zip", - "hash": "b20890e2a97bb4dfbd9a0ea5611c8cf7db78cfdef80a3f281fed47e3fdfe9960" + "url": "https://github.com/fluxcd/flux2/releases/download/v2.1.0/flux_2.1.0_windows_386.zip", + "hash": "1adb3923d5a0cd5156b03529bd07aa71847f004b61b7100e820edeed71f96f54" } }, "bin": "flux.exe",