Skip to content

v1.5.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 22:44
134248f

Changelog

  • 134248f Merge pull request #40 from sorcero/tests/terraform
  • 323b032 ci: disable search functionality on codecov
  • fb62899 ci: renable search functionality
  • 1e8d655 tests: remove tests where macro invalid type was evaluated
  • 36f5c04 style(tests): run togomak fmt
  • 4a7b360 fix(macro): panic when stages aren't defined
  • 2dc7050 feat(examples): add examples for ansi, hooks, pre post stages
  • 9fff48a feat: add stage statuses as new property for hooks
  • d68ec8c refactor(pipeline): add pre. post. to pipeline merge on readdir
  • 4259612 refactor(pipeline): change signature of functions to include runnable options
  • 39e1722 feat: add ansifmt function to print colored text
  • fa3b9c7 feat: add hooks support, allow pre and post hooks on stages
  • 92cfd09 fix(local): evaluate imports before locals
  • 3a446df fix(macro): fix dependency resolution when using macros to allow nested depends_on
  • 3145eb6 ci(terraform): disable terraform_wrapper
  • e6f0c20 ci(codecov): fix OOM
  • 71809cc ci(terraform): add terraform installation to the integration tests pipeline
  • 5be8a91 Merge pull request #39 from sorcero/fix/24
  • 5d6d1bf fix(macro): panic on concurrent map read/write error
  • 0fba9e7 Merge pull request #38 from srevinsaju/feature/terraform
  • 2d8c255 chore: sync .gitignore changes
  • 6dd2a18 feat(terraform): allow infrastructure changes when invoking terraform data block using 'allow_apply' argument
  • f1ad5d2 feat(terraform): add terraform data provider support