Skip to content

Commit

Permalink
Merge pull request #296 from Kudbettin/changelog-from-1.2.5
Browse files Browse the repository at this point in the history
update changelog
  • Loading branch information
eerkunt authored Jun 12, 2020
2 parents 26a2337 + cd784d8 commit c06ddc1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 1.2.6 (2020-06-12)
* Fixed a bug where failures would break --junit-xml dump. ([#271](https://github.com/eerkunt/terraform-compliance/issues/271))
* Fixed a bug where searching some haystacks would raise an error in seek_value_in_dict. ([#285](https://github.com/eerkunt/terraform-compliance/issues/285))
* New step: [Then all of its values condition match the "search_regex" regex](https://terraform-compliance.com/pages/bdd-references/then.html#then-its-value-condition-match-the-search-regex-regex). ([#285](https://github.com/eerkunt/terraform-compliance/issues/285), [#293](https://github.com/eerkunt/terraform-compliance/issues/293))
* New step: [Then any of its values condition match the "search_regex" regex](https://terraform-compliance.com/pages/bdd-references/then.html#then-any-of-its-values-condition-match-the-search-regex-regex). ([#285](https://github.com/eerkunt/terraform-compliance/issues/285), [#293](https://github.com/eerkunt/terraform-compliance/issues/293))
* New step: [Then its singular value condition match the "search_regex" regex](https://terraform-compliance.com/pages/bdd-references/then.html#then-its-singular-value-condition-match-the-search-regex-regex). ([#285](https://github.com/eerkunt/terraform-compliance/issues/285), [#293](https://github.com/eerkunt/terraform-compliance/issues/293))

## 1.2.5 (2020-06-07)
* Fixed a bug where some empty found values would be treated as not found. ([#249](https://github.com/eerkunt/terraform-compliance/issues/249))
* Improved some error messages that might create some confusion about the failure results. ([#284](https://github.com/eerkunt/terraform-compliance/issues/284))
Expand Down

0 comments on commit c06ddc1

Please sign in to comment.