Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 May 15:58
· 119 commits to main since this release

Release notes

This release revamps the short-term storage we had previously with redis, to a long-term storage solution that can be used to store the logs and results of the terraform actions.

This introduces a new component to burrito which is the datastore. This component acts as a gateway for other components to access logs/plans and in a near future git bundles of your repository.

With this new component we were able to introduce a new feature to Burrito -> Logs Retrieval. You can now access the logs of the last runs performed by Burrito directly in the UI.

Performance improvements

  • Ability to include terraform and terragrunt binaries inside the burrito image (reducing network use)
  • Hermitcrab support for provider caching
  • API and frontend improvements with a new paginated display

Changelog

Features

Bug fixes

Others