From 44895eb55b517be0e0bcc88ebb26de6a22f36b06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:27:05 +0000 Subject: [PATCH] flux: Update to version 2.2.0 --- bucket/flux.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/flux.json b/bucket/flux.json index 46076fe322..9e1d785dc8 100644 --- a/bucket/flux.json +++ b/bucket/flux.json @@ -1,20 +1,20 @@ { - "version": "2.1.2", + "version": "2.2.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.1.2/flux_2.1.2_windows_amd64.zip", - "hash": "0951e481f3a800835f5c40bbb88986b98ded33001082ca9dcc3fce48123f05b1" + "url": "https://github.com/fluxcd/flux2/releases/download/v2.2.0/flux_2.2.0_windows_amd64.zip", + "hash": "2d95defba8e1181c92a02705966386c248895c9488f5d15a26d378bd357b40fd" }, "arm64": { - "url": "https://github.com/fluxcd/flux2/releases/download/v2.1.2/flux_2.1.2_windows_arm64.zip", - "hash": "d6aaaeab880b24023e2aa0cd4c9ec3c50a929b0f976a6ea67864720955e17aaa" + "url": "https://github.com/fluxcd/flux2/releases/download/v2.2.0/flux_2.2.0_windows_arm64.zip", + "hash": "097427556c65898667beff3064c8bb1915140d7e9dea2aba47ef2d1757bcdfef" }, "32bit": { - "url": "https://github.com/fluxcd/flux2/releases/download/v2.1.2/flux_2.1.2_windows_386.zip", - "hash": "7ef73053eed6f548ae06eb318b3855b08f72f908e279029bc6cf9cfed2d8bde4" + "url": "https://github.com/fluxcd/flux2/releases/download/v2.2.0/flux_2.2.0_windows_386.zip", + "hash": "424851391c58187bf236341956ef821050176263cf46994e964ada606c9be926" } }, "bin": "flux.exe",