Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

37 lines (24 loc) · 1.99 KB

1.0.2 (Unreleased)

1.0.1 (May 29, 2018)

NOTES:

  • [#13] introduced a regression with rendered configuration for the ignition_config resource, and was released in version 1.0.0. (#23) restores the correct behavior. As a result, the rendered output of ignition_config may change when upgrading to this version

1.0.0 (September 13, 2017)

IMPROVEMENTS:

  • Implementation of Ignition 2.1 #13
  • *: validation of the values using the types.\*.Validate\* functions #14
  • *: remove deprecate resources in favor of data resources #15

0.2.0 (September 5, 2017)

IMPROVEMENTS:

  • Ignition config should be marshaled as compact JSON #2
  • Allow users to omit the optional verification hashes #9
  • vendor: github.com/hashicorp/terraform/...@v0.10.0 #11

BUG FIXES:

  • Added nil check for empty lists in Ignition Config builders #7
  • Fixed issue with ignition_filesystem when empty options passed in #5
  • ignition_config: render to non-indented json #3

0.1.0 (June 20, 2017)

NOTES:

  • Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout