Skip to content

0.4.0 release

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 14:21
236b468

Breaking Changes

  • Drop support for Node.js 8 and 10
  • A command for publishing a module changed to citizen module from citizen publish
  • Change Docker Registry from docker hub to GitHub Container Registry

Enhancements

  • Support Terraform from v0.11 to v0.14.
  • Support Terraform provider with Terraform v0.13+ (#50) - @sponte
  • Adding HCL v2 (Terraform v0.12) language support (#51) - @sponte
  • Move nedb into a structure like s3/file for storage is (#37) - @johnkeates
  • Add mongoDB backend (#39) - @robburger
  • Change CI to GitHub Actions