From 97292d7ade6f77b6c42e0fcd90ac7fab08eda655 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 16:30:33 +0000 Subject: [PATCH] opentofu: Update to version 1.8.8 --- bucket/opentofu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opentofu.json b/bucket/opentofu.json index a64c4b7f48..66afea012f 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.8.7", + "version": "1.8.8", "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.7/tofu_1.8.7_windows_amd64.zip", - "hash": "c63b55b322ca292491d8151cf24f43ba64f3522f896f13b16a49477a362580df" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.8/tofu_1.8.8_windows_amd64.zip", + "hash": "aeb9831b08c001b6e1ce581e5d59af14f7b3323677e89f47cf22e42a40517ad7" }, "32bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.7/tofu_1.8.7_windows_386.zip", - "hash": "c4b8e975fa3a49e85ac0bcbcfbe9cc0ce91ac2debfe64ac14c3a3a249e35e353" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.8.8/tofu_1.8.8_windows_386.zip", + "hash": "2998cc0f22c19be34a495b20b7c06ff7044182821d8cd7d8e0d537e6f2b4f799" } }, "bin": "tofu.exe",