Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 16:30
· 100 commits to main since this release

Notes

Previously the sub-command packer-sdc mapstructure-to-hcl would ignore duplicate fields in the generated HCL schema file, which sometimes resulted in configuration input attributes being removed from the schema. The command has been updated to error, as opposed to warn, when a duplicate possible conflicting mapstructure field is found to aid plugin developers. We've marked this release a minor release because the new behavior may be breaking to some plugin components. Any new reported conflicting input attributed should be rename or consolidated if possible. GH-164

What's Changed

Bug fixes🧑‍🔧 🐞

Doc improvements 📚

Other Changes

  • Remove ioutil in favour of io and os packages and exclude crypto/dsa … by @rossmaclean in #153
  • Replace circle-ci test with GitHub actions by @nywilken in #167

Full Changelog: v0.3.4...v0.4.0