From 233dd621f8af195dd1df8a79c4ca51e9faea3838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 4 Oct 2021 09:12:26 -0700 Subject: [PATCH] opa: Update to version 0.33.1 --- bucket/opa.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/opa.json b/bucket/opa.json index 90b4941a75..25eae1ce72 100644 --- a/bucket/opa.json +++ b/bucket/opa.json @@ -1,12 +1,12 @@ { - "version": "0.33.0", + "version": "0.33.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.33.0/opa_windows_amd64.exe#/opa.exe", - "hash": "1b374738c5b9e8619d6724d8376e2478084235ccc83a1d9dc167d1d79ae483ab" + "url": "https://github.com/open-policy-agent/opa/releases/download/v0.33.1/opa_windows_amd64.exe#/opa.exe", + "hash": "dbb6fedd4db398ff90973396e4ef4a47a06d50cfec0bc6708171db4e3eed22b7" } }, "bin": "opa.exe",