From e957ac875075eb5316ae456c83fd1878d0cffddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 20 Sep 2021 14:07:57 -0700 Subject: [PATCH] opa: Update to version 0.32.1 --- bucket/opa.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/opa.json b/bucket/opa.json index 4251fe28a3..9699122fa0 100644 --- a/bucket/opa.json +++ b/bucket/opa.json @@ -1,12 +1,12 @@ { - "version": "0.32.0", + "version": "0.32.1", "description": "Policy-based control for cloud native environments", "homepage": "https://www.openpolicyagent.org", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/open-policy-agent/opa/releases/download/v0.32.0/opa_windows_amd64.exe#/opa.exe", - "hash": "55a7e42835a227b1b58b695a948b50deb246bdd0c6277f027770b591bfeab55b" + "url": "https://github.com/open-policy-agent/opa/releases/download/v0.32.1/opa_windows_amd64.exe#/opa.exe", + "hash": "3420c16f3caa32f580bd0f61ba0066cead347abe85dcda8060af37a942fa795e" } }, "bin": "opa.exe",