#opentofu (2024-11)

Discuss OpenTofu-related topics

2024-11-04

Release notes from opentofu avatar
Release notes from opentofu
08:04:36 PM
Release v1.7.5 · opentofu/opentofuattachment image

Partially unknown provider functions arguments fixed (#2127) (#2133) …

Release notes from opentofu avatar
Release notes from opentofu
08:14:34 PM

v1.8.5 v1.8.5

Release notes from opentofu avatar
Release notes from opentofu
09:04:39 PM

v1.7.5 What’s Changed

Partially unknown provider functions arguments fixed in #2134

Full Changelog: <a class=”commit-link”…

Release v1.7.5 · opentofu/opentofuattachment image

What’s Changed

Partially unknown provider functions arguments fixed in #2134

Full Changelog: v1.7.4…v1.7.5

Release notes from opentofu avatar
Release notes from opentofu
09:04:39 PM

v1.8.5 BUG FIXES:

Provider functions will now handle partially unknown arguments per the tfplugin spec (#2127) tofu init will no longer return a spurious “Backend configuration changed” error when re-initializing a working directory with existing initialization of a backend whose configuration schema has required arguments. This was a regression…

Release v1.8.5 · opentofu/opentofu

BUG FIXES:

Provider functions will now handle partially unknown arguments per the tfplugin spec (#2127) tofu init will no longer return a spurious “Backend configuration changed” error when re-ini…

Partially unknown provider functions arguments fixed by cam72cam · Pull Request #2127 · opentofu/opentofuattachment image

Provider function arguments now respect the protocol&#39;s definition that function inputs should be checked against IsWhollyKnown in addition to the standard IsKnown. This is different than the ct…

2024-11-06

Release notes from opentofu avatar
Release notes from opentofu
12:54:38 PM

v1.9.0-alpha1 1.9.0-alpha1

Release notes from opentofu avatar
Release notes from opentofu
01:44:41 PM

v1.9.0-alpha1 Do not use this release for production workloads! It’s time for the first prerelease of the 1.9.0 version! This includes a lot of major and minor new features, as well as a ton of community contributions! The highlights are:

for_each in provider configuration blocks: An alternate (aka “aliased”) provider configuration can now have multiple dynamically-chosen instances using the for_each argument: provider “aws” { alias = “by_region” for_each = var.aws_regions

region =…

Release v1.9.0-alpha1 · opentofu/opentofuattachment image

Do not use this release for production workloads! It’s time for the first prerelease of the 1.9.0 version! This includes a lot of major and minor new features, as well as a ton of community c…

2024-11-19

Release notes from opentofu avatar
Release notes from opentofu
07:34:33 PM

v1.9.0-alpha2 What’s Changed

fix documentation typo in mock provider link by @ollevche in <a class=”issue-link js-issue-link” data-error-text=”Failed to load title” data-id=”2638309974” data-permission-text=”Title is private”…

Release v1.9.0-alpha2 · opentofu/opentofuattachment image

What’s Changed

fix documentation typo in mock provider link by @ollevche in #2146 Support “v” prefixes in prerelease module version constraints by @AYM1607 in #2124 Improve log messages for provid…

ollevche - Overview

OpenTofu Core Engineer (sponsored by Scalr). ollevche has 22 repositories available. Follow their code on GitHub.

2024-11-22

Release notes from opentofu avatar
Release notes from opentofu
02:14:40 PM

v1.7.6 1.7.6

Release notes from opentofu avatar
Release notes from opentofu
04:04:49 PM

v1.7.6 ENHANCEMENTS:

OpenTofu builds now use Go version 1.22 (#2050)

BUG FIXES:

Extended trace logging for HTTP backend, including request and response bodies. (#2120)

Release v1.7.6 · opentofu/opentofuattachment image

ENHANCEMENTS:

OpenTofu builds now use Go version 1.22 (#2050)

BUG FIXES:

Extended trace logging for HTTP backend, including request and response bodies. (#2120)

Bump golang version to 1.22.8 (address CVE-2024-34156) by pisarenko-net · Pull Request #2050 · opentofu/opentofu

Updating golang version to the next available one (1.21.11 -> 1.22.8). This is so we can get security fixes and resolve CVEs in stdlib. Release notes: https://go.dev/doc/devel/release#go1.22.min

Add DEBUG-level logging to the "http" state storage backend by haiderbari · Pull Request #2120 · opentofu/opentofu

Resolves # feature request 2003 #2003 Target Release 1.9.0, backport the change Checklist

I have read the contribution guide. I have not used an AI coding assistant to create this PR. I have w…

Release notes from opentofu avatar
Release notes from opentofu
04:04:49 PM

v1.8.6 1.8.6

Release notes from opentofu avatar
Release notes from opentofu
04:34:43 PM

v1.8.6 ENHANCEMENTS:

OpenTofu builds now use Go version 1.22 (#2050)

BUG FIXES:

Extended trace logging for HTTP backend, including request and response bodies. (#2120) The tofu test…

Release v1.8.6 · opentofu/opentofuattachment image

ENHANCEMENTS:

OpenTofu builds now use Go version 1.22 (#2050)

BUG FIXES:

Extended trace logging for HTTP backend, including request and response bodies. (#2120) The tofu test command doesn’t try…

Bump golang version to 1.22.8 (address CVE-2024-34156) by pisarenko-net · Pull Request #2050 · opentofu/opentofuattachment image

Updating golang version to the next available one (1.21.11 -> 1.22.8). This is so we can get security fixes and resolve CVEs in stdlib. Release notes: https://go.dev/doc/devel/release#go1.22.min

Release notes from opentofu avatar
Release notes from opentofu
06:04:42 PM

v1.9.0-alpha2 Do not use this release for production workloads! It’s time for the second prerelease of the 1.9.0 version! This includes a lot of major and minor new features, as well as a ton of community contributions! The highlights are:

for_each in provider configuration blocks: An alternate (aka “aliased”) provider configuration can now have multiple dynamically-chosen instances using the for_each argument: provider “aws” { alias = “by_region” for_each = var.aws_regions

region =…

Release v1.9.0-alpha2 · opentofu/opentofuattachment image

Do not use this release for production workloads! It’s time for the second prerelease of the 1.9.0 version! This includes a lot of major and minor new features, as well as a ton of community …

2024-11-25

Matt Gowie avatar
Matt Gowie

My lightning talk from OpenTofuDay NA went live a few days ago – Worth checking out if you need a success story to sell OpenTofu in your org! https://www.youtube.com/watch?v=YDez1_G47H8

3
1
Michael avatar
Michael

I can’t imagine waiting 25 minutes for a Terraform plan to complete

Matt Gowie avatar
Matt Gowie

Yeah, they had pushed that TF root module to its ultimate breaking point.

2024-11-27

    keyboard_arrow_up