Skip to content

v1.0.1

Compare
Choose a tag to compare
@hc-github-team-tf-core hc-github-team-tf-core released this 24 Jun 15:49
· 5045 commits to main since this release

1.0.1 (June 24, 2021)

ENHANCEMENTS:

  • json-output: The JSON plan output now indicates which state values are sensitive. (#28889)
  • cli: The darwin builds can now make use of the host DNS resolver, which will fix many network related issues on MacOS.

BUG FIXES:

  • backend/remote: Fix faulty Terraform Cloud version check when migrating state to the remote backend with multiple local workspaces (#28864)
  • cli: Fix crash with deposed instances in json plan output (#28922)
  • core: Fix crash when provider modifies and unknown block during plan (#28941)
  • core: Diagnostic context was missing for some errors when validating blocks (#28979)
  • core: Fix crash when calling setproduct with unknown values (#28984)
  • json-output: Fix an issue where the JSON configuration representation was missing fully-unwrapped references. (#28884)
  • json-output: Fix JSON plan resource drift to remove unchanged resources. (#28975)