Merge pull request #180 from runatlantis/release-0.4.1

Update release notes.
This commit is contained in:
Luke Kysow
2018-07-10 15:00:17 +02:00
committed by GitHub

View File

@@ -4,6 +4,8 @@
* Add new `/healthz` endpoint for health checking in Kubernetes ([#102](https://github.com/runatlantis/atlantis/issues/102))
* Set `$PLANFILE` environment variable to expected location of plan file when running custom steps ([#168](https://github.com/runatlantis/atlantis/issues/168))
* This enables overriding the command Atlantis uses to `plan` and substituting your own or piping through a custom script.
* Changed default pattern to detect changed files to `*.tf*` from `*.tf` in order
to trigger on `.tfvars` files.
## Bugfixes
None