pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

opentofu: Update to 1.9.2



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Jul 30 16:45:50 2025 +0200
Changeset:	31efdfdeeef321c07d577fd23b39e4e281c70471

Modified Files:
	opentofu/distinfo
	terraform/version.mk

Log Message:
opentofu: Update to 1.9.2

Changes:
1.9.2
BUG FIXES:
- OpenTofu will no longer crash in a rare case where a
  dynamically-invalid expression has its error suppressed by try or can
  and then that expression becomes relevant for deciding whether to
  report a "change outside of OpenTofu" in the human-oriented plan diff.
- Ensure provider downloads into temp are cleaned up correctly on windows.
- Correctly handle structural typed attributes during test provider mocking.
- Fix erroneous detection of changes with sensitive resource attributes.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=31efdfdeeef321c07d577fd23b39e4e281c70471

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 opentofu/distinfo    | 6 +++---
 terraform/version.mk | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/opentofu/distinfo b/opentofu/distinfo
index a4aafc4dc7..d8738fd73d 100644
--- a/opentofu/distinfo
+++ b/opentofu/distinfo
@@ -5208,9 +5208,9 @@ Size (k8s.io_utils_@v_v0.0.0-20211116205334-6203023598ed.mod) = 167 bytes
 BLAKE2s (k8s.io_utils_@v_v0.0.0-20211116205334-6203023598ed.zip) = 9057b9e116f651092862ed1dc7ac9f06a9fd8ee865edc5dd8a4dad9aa4244655
 SHA512 (k8s.io_utils_@v_v0.0.0-20211116205334-6203023598ed.zip) = 572f8b2fe029fb13426d5bebbca18f26c957458f99dc94d08332750c6faeaaed1c49dda8871bb3207f0e82f8302bba3ab394a9ddbe4d60db0595fd0ed08cdaf1
 Size (k8s.io_utils_@v_v0.0.0-20211116205334-6203023598ed.zip) = 185466 bytes
-BLAKE2s (opentofu-1.9.1.tar.gz) = 69c6e8f23c8ccd4e900e6c3dd9de9870f25faf98a515ed5895be332224f9947a
-SHA512 (opentofu-1.9.1.tar.gz) = 02780ea2851bf830177f6fb56a57cdbabfb31085c5d7540b43c20d93bc113f36d181dfec4518fd2c50ce0c557e7f77f551c8e7c40e09c9462c5c4a972eedd681
-Size (opentofu-1.9.1.tar.gz) = 4133453 bytes
+BLAKE2s (opentofu-1.9.2.tar.gz) = 62f0eb9f2ef5a4f4f971a161bf999b4474bd7ba94d6e4e27ae2395e727e68ce8
+SHA512 (opentofu-1.9.2.tar.gz) = 42ad6228516190e6de19b61b39c5d2fdaa08e381e3d9eda761cebd0b785aff25bfe73e9d74ed539cd2357386f072c1593d0b1bfe10be7dcb035c22145a88cf25
+Size (opentofu-1.9.2.tar.gz) = 4136559 bytes
 BLAKE2s (rsc.io_binaryregexp_@v_v0.2.0.mod) = 351240374eb48b99bb43b8b52aa8467662e22b18ebf216f4c123858fe706c2f8
 SHA512 (rsc.io_binaryregexp_@v_v0.2.0.mod) = db50ff677b0bdccbc1a1ad3df7c5cc76f2fcccf3ab99d08d1c2868440eb9b893fe89452f4286f7d42f2f16abf0f4acda67fe86e174dcfa730a743aafcc166774
 Size (rsc.io_binaryregexp_@v_v0.2.0.mod) = 36 bytes
diff --git a/terraform/version.mk b/terraform/version.mk
index bb8f7d6d07..26e1883c98 100644
--- a/terraform/version.mk
+++ b/terraform/version.mk
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-OPENTOFU_VERSION=	1.9.1
+OPENTOFU_VERSION=	1.9.2
 TERRAFORM13_VERSION=	1.3.8
 TERRAFORM11_VERSION=	1.1.9
 TERRAFORM015_VERSION=	0.15.1


Home | Main Index | Thread Index | Old Index