From bdcdaa457e2711d143cc7553fb65fcb259147a0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 16:32:15 +0000 Subject: [PATCH] flux: Update to version 0.33.0 --- bucket/flux.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/flux.json b/bucket/flux.json index 72421947b5..7fdcbe5b3b 100644 --- a/bucket/flux.json +++ b/bucket/flux.json @@ -1,16 +1,16 @@ { - "version": "0.32.0", + "version": "0.33.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/v0.32.0/flux_0.32.0_windows_amd64.zip", - "hash": "76c85093ab3101ac6870a6e04f3dd9d6d38a33a8c6cc998ef0edc183bd680ddb" + "url": "https://github.com/fluxcd/flux2/releases/download/v0.33.0/flux_0.33.0_windows_amd64.zip", + "hash": "ae024f9323ebe325b4e96d37d6c2ba06127c31478a05c667e784ed7c6cc345e4" }, "32bit": { - "url": "https://github.com/fluxcd/flux2/releases/download/v0.32.0/flux_0.32.0_windows_386.zip", - "hash": "5ed2ade413f91d9005d935472fd691a2550036024f32671f82da5db61776eb73" + "url": "https://github.com/fluxcd/flux2/releases/download/v0.33.0/flux_0.33.0_windows_386.zip", + "hash": "98999c1adde179f85f301826b2236972c2e6a373847125e55efc0510c2ed98cd" } }, "bin": "flux.exe",