From 0db86d69f2fb1740bddc72a345c70f1f56ecfc8a Mon Sep 17 00:00:00 2001 From: Luke Kysow Date: Tue, 10 Jul 2018 14:59:31 +0200 Subject: [PATCH] Update release notes. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e598cbc..3e4f00b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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