From 54ab54f55bddc478cdeca9300a453b25a7cbbd22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 20:29:03 +0000 Subject: [PATCH] boundary: Update to version 0.10.0 --- bucket/boundary.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/boundary.json b/bucket/boundary.json index 7c3e571212..4d4e6e8ca6 100644 --- a/bucket/boundary.json +++ b/bucket/boundary.json @@ -1,16 +1,16 @@ { - "version": "0.9.1", + "version": "0.10.0", "description": "Simple and secure remote access for any system from anywhere based on user identity", "homepage": "https://www.boundaryproject.io", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/boundary/0.9.1/boundary_0.9.1_windows_amd64.zip", - "hash": "d31a6f71a7b8cb9b2a088867c79c5b219930b87b5bcc119b6995d25ded24a029" + "url": "https://releases.hashicorp.com/boundary/0.10.0/boundary_0.10.0_windows_amd64.zip", + "hash": "104deee5c638a645d185a358282c53acc628e4eb7808705b3009e45964904550" }, "32bit": { - "url": "https://releases.hashicorp.com/boundary/0.9.1/boundary_0.9.1_windows_386.zip", - "hash": "d3cd058f1bac74282eae7ec10248b0f2d02b1f51c46f7c5ccdcf11f18eb8df9e" + "url": "https://releases.hashicorp.com/boundary/0.10.0/boundary_0.10.0_windows_386.zip", + "hash": "370ed542a1d5f758fd3bd80d57385090a679984c535a40410143b518f1d3ab8f" } }, "bin": "boundary.exe",