IMPROVEMENTS:
- Bump Terraform SDK to 1.4.0
- Wrap the errors with an extra message
- Remove unused functions
- Update documentation
BUG FIXES:
- Remove in-memory cache (#57)
IMPROVEMENTS:
- Updated directory mode to take both octal and decimal.
- Adapt to Go 1.11+ and enable modules
- Bump Terraform SDK to v0.12.0 and tidy up modules
BUG FIXES:
- Typo on ignition_systemd_unit docs
- Fix typos in README.md
- Rename resourceX to dataSourceX to reflect reality (only datasources present).
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 ofignition_config
may change when upgrading to this version
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
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
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout