From 99d327e31e26f3479c8fb4af822ab03e15c6b0fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:30:47 +0000 Subject: [PATCH] opentofu: Update to version 1.8.6 --- bucket/opentofu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opentofu.json b/bucket/opentofu.json index b4eb56f9bc..a5896860bb 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.8.5", + "version": "1.8.6", "description": "An OSS tool for building, changing, and versioning infrastructure safely and efficiently. OpenTofu can manage existing and popular service providers as well as custom in-house solutions.", "homepage": "https://opentofu.org/", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.5/tofu_1.8.5_windows_amd64.zip", - "hash": "8bcd1317392a7b1ce149c5dafc886497219f560527fe10ed0d58863120d59e67" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.6/tofu_1.8.6_windows_amd64.zip", + "hash": "5261108e4f92aadd0478a7dd09aa6078c14d09a907531737cebc7f96af43d0ad" }, "32bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.5/tofu_1.8.5_windows_386.zip", - "hash": "65aadd14ef39eea8d4c3f1ee4579c2a46adb2f5fa5631324c48f086d4e7fa65c" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.6/tofu_1.8.6_windows_386.zip", + "hash": "7f0ab8b6c0e9e1846901aba2523ff98589031e7c2bd57158d023c07d7abadd84" } }, "bin": "tofu.exe",