pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
opentofu: Update to 1.8.6
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Fri Nov 22 19:30:21 2024 +0100
Changeset: 5a1c69b3bf5fbd9b62363a5a64007c2d7095fa3a
Modified Files:
opentofu/distinfo
terraform/version.mk
Log Message:
opentofu: Update to 1.8.6
Changes:
1.8.6
ENHANCEMENTS:
- OpenTofu builds now use Go version 1.22
BUG FIXES:
- Extended trace logging for HTTP backend, including request and response
bodies.
- The tofu test command doesn't try to validate mock provider
definition by its underlying provider schema now.
- Type validation for mocks and overrides are now less strict in tofu test.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5a1c69b3bf5fbd9b62363a5a64007c2d7095fa3a
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 0cb6441e5e..cf5748188d 100644
--- a/opentofu/distinfo
+++ b/opentofu/distinfo
@@ -5220,9 +5220,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.8.5.tar.gz) = f90691e8a251b20034cb83673ca4b23c259937676e2a0043a7397763ef6b9549
-SHA512 (opentofu-1.8.5.tar.gz) = 8a05360dc579a033b8d20a34c03569bfbeb255b72e459cb477bbcc6dcf7adb3f7ed023e1fedc942b525637a57543903a5ab14ff82a2f028bfac6c59b013bdd19
-Size (opentofu-1.8.5.tar.gz) = 4002210 bytes
+BLAKE2s (opentofu-1.8.6.tar.gz) = 0e9ce200640c908ed313d00dfbaaa612eed41ba2394756d2c35ca7bac3e22165
+SHA512 (opentofu-1.8.6.tar.gz) = 0a5500ad5fde38d4da795c84fe34672ee87614815c2552637091c6e70a62b877b067881aa796908184fe4f30bef38b6f47002791364f2e95dd1488e89fcfc185
+Size (opentofu-1.8.6.tar.gz) = 4003981 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 e9214cb5bb..cd6c1c639c 100644
--- a/terraform/version.mk
+++ b/terraform/version.mk
@@ -1,6 +1,6 @@
# $NetBSD$
-OPENTOFU_VERSION= 1.8.5
+OPENTOFU_VERSION= 1.8.6
TERRAFORM13_VERSION= 1.3.8
TERRAFORM11_VERSION= 1.1.9
TERRAFORM015_VERSION= 0.15.1
Home |
Main Index |
Thread Index |
Old Index