From 157fd31e59eacc23656ef95a018b8d7005ae6053 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:30:34 +0000 Subject: [PATCH] opentofu: Update to version 1.10.1 --- bucket/opentofu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/opentofu.json b/bucket/opentofu.json index df11df495b..41a66e11cf 100644 --- a/bucket/opentofu.json +++ b/bucket/opentofu.json @@ -1,16 +1,16 @@ { - "version": "1.10.0", + "version": "1.10.1", "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.10.0/tofu_1.10.0_windows_amd64.zip", - "hash": "21e1e62f014c11a49b79c94d6b31381196337fcb71af1512586b12ccd9fd4c30" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.10.1/tofu_1.10.1_windows_amd64.zip", + "hash": "b09127e1aac0d074492a14ec0f4b06ca15f7b3a130af9c986e9a8488a6afcaaa" }, "32bit": { - "url": "https://github.com/opentofu/opentofu/releases/download/v1.10.0/tofu_1.10.0_windows_386.zip", - "hash": "2513fc1cf0b99e672d6b3c8d43c3a5a9020cbc2f22b8024d9d97003209b5f28f" + "url": "https://github.com/opentofu/opentofu/releases/download/v1.10.1/tofu_1.10.1_windows_386.zip", + "hash": "ea235113a0bdf75af6a376dcd80dc36846b1c723206fc0f293b43741edd79378" } }, "bin": "tofu.exe",