Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 1.54 KB

1.0.1 (Unreleased)

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/[email protected] #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