Skip to content

v1.6.0-beta4

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 16:31
· 259 commits to main since this release
0430a48

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