Skip to content

v0.2.0 - More Alpha

Compare
Choose a tag to compare
@trevrosen trevrosen released this 15 Jan 19:52
· 27 commits to master since this release
a066d20

Can now create/destroy Spaces (Dashboards), Metrics, Services (notification), and Alerts.

Caveats

  • Charts aren't supported yet, but should be in the next release.

  • terraform destroy can report a 404 error after properly destroying a resource when deleting a Metric and the associated Alert. This isn't bad/wrong but it can be misleading. Immediately running terraform destroy again should verify that all resources are gone.

  • When making changes, terraform plan diffs can look odd, especially in nested things like tag blocks inside condition blocks in Alerts. We're still trying to understand what's going on here, but updates should work as expected -- it's just the plan diff that can look strange.

Changelog

a066d20 E2E validation (#41)
789ec78 Remove .github directory (#39)