#opentofu (2023-12)

Discuss OpenTofu-related topics

2023-12-04

Release notes from opentofu avatar
Release notes from opentofu
12:44:37 PM

v1.6.0-beta2 Update CONTRIBUTING.md to remove hold-off message for alpha (#945)

Release v1.6.0-beta2 · opentofu/opentofuattachment image

Update CONTRIBUTING.md to remove hold-off message for alpha (#945)

github3 avatar
github3
01:00:26 PM

What’s Changed

• Fixes #292: Testing feature documentation by @janosdebugs in #939 • Fixes #292: Fixing broken website build by @janosdebugs in #952 • Fix global schema caching by @kislerdm in #954 • Add gcs end-to-end tests to the makefile. by @cube2222 in #955 • Make goreleaser create draft releases instead of full releases, so that we can customize the description. by @cube2222 in #956 • Update aws-sdk-go-base and fix resulting type errors. by @cube2222 in #957 • Improve comments around the global and local provider schema cache. by @cube2222 in #958 • Bump version for new beta. by @cube2222 in #963 • Update CONTRIBUTING.md to remove hold-off message for alpha by @Yantrio in #945

Full Changelog: v1.6.0-beta1…v1.6.0-beta2

Release notes from opentofu avatar
Release notes from opentofu
01:14:42 PM

v1.6.0-beta2 Hey, bug fix time! There was a bug with the new global schema cache which caused it to not be used with older versions of providers and could make execution much slower. This is now fixed. You can find more details in <a href=”https://github.com/opentofu/opentofu/blob/d38fdb69aac6dc73d5023cce100ed3208002157a/CHANGELOG.md#160-unreleased”>the…

Release v1.6.0-beta2 · opentofu/opentofuattachment image

Hey, bug fix time! There was a bug with the new global schema cache which caused it to not be used with older versions of providers and could make execution much slower. This is now fixed. You can …

The provider is slow when creating/destroying resources · Issue #929 · opentofu/opentofuattachment image

Hi opentofu developers, I am switching my workload from terraform to opentofu. When I use 1.6.0-alpha5 and aliyun cloud provider 1.213.0, the provider is really slow to orchestrate the resources. I…

2023-12-08

Release notes from opentofu avatar
Release notes from opentofu
03:54:35 PM
github3 avatar
github3
04:08:21 PM

Time for another beta release!

This release marks the last of our “renaming” changes. We’re changing the default provider/module namespace in the registry to opentofu. Crucially, the old default namespace and opentofu contain the same providers in the OpenTofu registry, so this change is fully transparent. If you reference providers by name only (like random) then you will see changes to your lockfiles.

You can find more details in the updated changelog!

You can find the whole diff here: v1.6.0-beta2…v1.6.0-beta3

Release notes from opentofu avatar
Release notes from opentofu
04:24:37 PM

v1.6.0-beta3 Time for another beta release! This release marks the last of our “renaming” changes. We’re changing the default provider/module namespace in the registry to opentofu. Crucially, the old default namespace and opentofu contain the same providers in the OpenTofu registry, so this change is fully transparent. If you reference providers by name only (like random) then you will see changes to your lockfiles. You can find more details in <a…

Release v1.6.0-beta3 · opentofu/opentofuattachment image

Time for another beta release! This release marks the last of our “renaming” changes. We’re changing the default provider/module namespace in the registry to opentofu. Crucially, the old default na…

Release notes from opentofu avatar
Release notes from opentofu
04:54:41 PM

v1.6.0-beta3 Time for another beta release! This release marks the last of our “renaming” changes. We’re changing the default provider/module namespace in the registry to opentofu. Crucially, the old default namespace and opentofu contain the same providers in the OpenTofu registry, so this change is fully transparent. If you reference providers by name only (like random) then you will see changes to your lockfiles. You can find more details in <a…

Release v1.6.0-beta3 · opentofu/opentofuattachment image

Time for another beta release! This release marks the last of our “renaming” changes. We’re changing the default provider/module namespace in the registry to opentofu. Crucially, the old default na…

2023-12-12

Release notes from opentofu avatar
Release notes from opentofu
04:04:33 PM
github3 avatar
github3
04:31:10 PM

Bugfix time!

At the end of last week we’ve made a beta release changing the default provider namespace to opentofu. This had some unintended consequences on implicitly merged version requirements if you had providers referenced in both full form and short form. You can read more here.

After evaluating possible solutions to this, in order to provide the most stable experience, we’ve decided that the best course of action will be to roll back the change, avoid changing the default namespace, and instead deprecate the concept of short-form provider references (that skip the namespace) altogether. They will keep working, but there will be a note in the docs and in trace-level logs to encourage using the full form, namespace/provider when referencing providers.

You can find more details in the updated changelog!

You can find the whole diff here: v1.6.0-beta3…v1.6.0-beta4

Release notes from opentofu avatar
Release notes from opentofu
04:54:35 PM

v1.6.0-beta3 Important Note: the changes in this release have known issues, please avoid using it and instead use later releases. Time for another beta release! This release marks the last of our “renaming” changes. We’re changing the default provider/module namespace in the registry to opentofu. Crucially, the old default namespace and opentofu contain the same providers in the OpenTofu registry, so this change is fully transparent. If you reference providers by name only (like random) then you will see…

Release v1.6.0-beta3 · opentofu/opentofuattachment image

Important Note: the changes in this release have known issues, please avoid using it and instead use later releases. Time for another beta release! This release marks the last of our “renaming” cha…

Release notes from opentofu avatar
Release notes from opentofu
04:54:35 PM

v1.6.0-beta4 Bugfix time! At the end of last week we’ve made a beta release changing the default provider namespace to opentofu. This had some unintended consequences on implicitly merged version requirements if you had providers referenced in both full form and short form. You can read more here. After evaluating possible solutions to this, in order to…

Release v1.6.0-beta4 · opentofu/opentofuattachment image

Bugfix time! At the end of last week we’ve made a beta release changing the default provider namespace to opentofu. This had some unintended consequences on implicitly merged version requirements i…

1
Hao Wang avatar
Hao Wang

Great to know opentofu got Registry, https://opentofu.org/registry/

1
Hao Wang avatar
Hao Wang

hope to see searching is added soon

Kuba Martin avatar
Kuba Martin

It will most likely come eventually, though we won’t be prioritizing it right away.

Easiest way to search right now is to git clone the repo, go into the providers or modules directory, and use fzf.

1
Hao Wang avatar
Hao Wang

awesome, great to know

2023-12-13

2023-12-15

Release notes from opentofu avatar
Release notes from opentofu
02:04:34 PM
github3 avatar
github3
05:58:54 PM

New beta release time!

This one’s fairly tiny, and should be the last beta release before the release candidate next week. It includes:

• GPG-signing for RPM and Debian archives. • Various code and documentation cleanup efforts.

You can find more details in the updated changelog!

You can find the whole diff here: v1.6.0-beta4…v1.6.0-beta5

Release notes from opentofu avatar
Release notes from opentofu
06:14:41 PM

v1.6.0-beta5 New beta release time! This one’s fairly tiny, and should be the last beta release before the release candidate next week. It includes:

GPG-signing for RPM and Debian archives. Various code and documentation cleanup efforts.

You can find more details in the updated changelog! You can find the whole diff here: <a class=”commit-link”…

Release v1.6.0-beta5 · opentofu/opentofuattachment image

New beta release time! This one’s fairly tiny, and should be the last beta release before the release candidate next week. It includes:

GPG-signing for RPM and Debian archives. Various code and do…

2023-12-19

Release notes from opentofu avatar
Release notes from opentofu
02:44:39 PM
github3 avatar
github3
02:46:46 PM

Time for our first prerelease!

This is a big step for us, and if all goes well, this version will become stable on the 10th of January.

This version includes the new module testing feature, an updated s3 backend, tons of minor improvements, bug fixes, and performance improvements. It also includes our new registry.

This release is a great time to take OpenTofu for a spin, integrate it with your 3rd party tooling, and prepare for the stable release coming soon. You can find our simple migration guide in our documentation.

Importantly, we’ve changed the identity of the cosign signatures to the new version branch, which means that when verifying binaries from GitHub releases, you’ll need to pass --certificate-identity <https://github.com/opentofu/opentofu/.github/workflows/release.yml@refs/heads/v1.6>. This is because branch protection is much stronger than tag protection in GitHub.

You can find the full changelog here.

Release notes from opentofu avatar
Release notes from opentofu
02:54:37 PM

v1.6.0-rc1 Time for our first prerelease! This is a big step for us, and if all goes well, this version will become stable on the 10th of January. This version includes the new module testing feature, an updated s3 backend, tons of minor improvements, bug fixes, and performance improvements. It also includes <a…

Command: test | OpenTofuattachment image

The tofu test command performs integration tests of OpenTofu modules.

Backend Type: s3 | OpenTofuattachment image

OpenTofu can store state remotely in S3 and lock that state with DynamoDB.

    keyboard_arrow_up