Skip to content

Commit

Permalink
updates release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cesar-rodriguez committed Aug 16, 2020
1 parent 5d8697b commit d4b0e29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,11 @@
# Changelog

## 1.0.0 (UNRELEASED)
Major updates to Terrascan and the underlying architecture.
Major updates to Terrascan and the underlying architecture including:
* Pluggable architecture written in Golang. We updated the architecture to be easier to extend Terrascan with additional IaC languages and support policies for different cloud providers and cloud native tooling.
* Server mode. This allows Terrascan to be executed as a server and use it's API to perform static code analysis
* Notifications hooks. Will be able to integrate for notifications to external systems (e.g. email, slack, etc.)
* Uses OPA policy engine and policies written in Rego.

## 0.2.3 (2020-07-23)
* Introduces the '-f' flag for passing a list of ".tf" files for linting and the '--version' flag.
Expand Down

0 comments on commit d4b0e29

Please sign in to comment.