From 6079e7e13da9d5f66e29f29fd91c39b3d4f6a93e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 00:34:15 +0000 Subject: [PATCH] waypoint: Update to version 0.9.0 --- bucket/waypoint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/waypoint.json b/bucket/waypoint.json index 1784c0c6de..9d563b75b8 100644 --- a/bucket/waypoint.json +++ b/bucket/waypoint.json @@ -1,16 +1,16 @@ { - "version": "0.8.2", + "version": "0.9.0", "description": "Tool for defining application's build, deploy, and release lifecycle as code, reducing the time to deliver deployments through a consistent and repeatable workflow.", "homepage": "https://www.waypointproject.io", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/waypoint/0.8.2/waypoint_0.8.2_windows_amd64.zip", - "hash": "f3d9de79164a7760a6acd18b9d73830be39a779f6bc3e61990c0fbb20f23ba92" + "url": "https://releases.hashicorp.com/waypoint/0.9.0/waypoint_0.9.0_windows_amd64.zip", + "hash": "fad44f28f03e946a757dedbeca4d460bf84edb941d88b833e661f02820b35315" }, "32bit": { - "url": "https://releases.hashicorp.com/waypoint/0.8.2/waypoint_0.8.2_windows_386.zip", - "hash": "f0c42f96d842670e6e191194d22939dfad7cd2de258505542f13fcc74272b457" + "url": "https://releases.hashicorp.com/waypoint/0.9.0/waypoint_0.9.0_windows_386.zip", + "hash": "71ed226f10db8f4cee3679fe6386fa044d94f0f5193147149276de0940b47bf8" } }, "bin": "waypoint.exe",