Skip to content

Commit

Permalink
Updating changelog with v1.1.0 enhancements and bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Rodriguez committed Sep 16, 2020
1 parent 791123d commit 605edca
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,52 @@
# Changelog

## 1.0.0 (UNRELEASED)
## [Unreleased](/~https://github.com/accurics/terrascan/tree/HEAD)

[Full Changelog](/~https://github.com/accurics/terrascan/compare/v1.0.0...HEAD)

**Implemented enhancements:**

- Initial kubernetes support [\#313](/~https://github.com/accurics/terrascan/pull/313) ([williepaul](/~https://github.com/williepaul))
- Adds different exit code when issues are found [\#299](/~https://github.com/accurics/terrascan/pull/299) ([cesar-rodriguez](/~https://github.com/cesar-rodriguez))
- Adding terrascan to Homebrew [\#293](/~https://github.com/accurics/terrascan/issues/293)

**Fixed bugs:**

- Oudated Docker image [\#294](/~https://github.com/accurics/terrascan/issues/294)
- Error with XML output [\#290](/~https://github.com/accurics/terrascan/issues/290)
- fixed checkIpForward rule \(gcp\) [\#323](/~https://github.com/accurics/terrascan/pull/323) ([williepaul](/~https://github.com/williepaul))

**Closed issues:**

- Terrascan wrongly reports a accurics.gcp.NS.130 \(checkIpForward\) violation [\#320](/~https://github.com/accurics/terrascan/issues/320)
- Allow structure output \(Json\) [\#252](/~https://github.com/accurics/terrascan/issues/252)
- Throwing Errors when parsing nested brackets in HCL [\#233](/~https://github.com/accurics/terrascan/issues/233)
- Be able to generate xml/html reports [\#119](/~https://github.com/accurics/terrascan/issues/119)

**Merged pull requests:**

- Revert "fixed a bug in checkIpForward" [\#322](/~https://github.com/accurics/terrascan/pull/322) ([cesar-rodriguez](/~https://github.com/cesar-rodriguez))
- Fixed a bug in checkIpForward [\#321](/~https://github.com/accurics/terrascan/pull/321) ([williepaul](/~https://github.com/williepaul))
- Move server command out of ENTRYPOINT and into CMD [\#318](/~https://github.com/accurics/terrascan/pull/318) ([williepaul](/~https://github.com/williepaul))
- Send logs to stderr instead of stdout [\#317](/~https://github.com/accurics/terrascan/pull/317) ([williepaul](/~https://github.com/williepaul))
- Fix template rendering bug [\#316](/~https://github.com/accurics/terrascan/pull/316) ([williepaul](/~https://github.com/williepaul))
- chore\(docs\): add homebrew installation [\#315](/~https://github.com/accurics/terrascan/pull/315) ([chenrui333](/~https://github.com/chenrui333))
- Update badges in readme [\#314](/~https://github.com/accurics/terrascan/pull/314) ([acc-jon](/~https://github.com/acc-jon))
- Update mkdocs-diagrams to 1.0.0 [\#312](/~https://github.com/accurics/terrascan/pull/312) ([pyup-bot](/~https://github.com/pyup-bot))
- Add support to print resource config as an output [\#309](/~https://github.com/accurics/terrascan/pull/309) ([kanchwala-yusuf](/~https://github.com/kanchwala-yusuf))
- Manage relative module path [\#308](/~https://github.com/accurics/terrascan/pull/308) ([guilhem](/~https://github.com/guilhem))
- Update mkdocs-material to 5.5.12 [\#307](/~https://github.com/accurics/terrascan/pull/307) ([pyup-bot](/~https://github.com/pyup-bot))
- chore\(docs\): fix indent of tar extraction [\#306](/~https://github.com/accurics/terrascan/pull/306) ([zmarouf](/~https://github.com/zmarouf))
- Fixes issue template and rego capitalization [\#301](/~https://github.com/accurics/terrascan/pull/301) ([cesar-rodriguez](/~https://github.com/cesar-rodriguez))
- Update mkdocs-material to 5.5.8 [\#300](/~https://github.com/accurics/terrascan/pull/300) ([pyup-bot](/~https://github.com/pyup-bot))
- Update about.md [\#298](/~https://github.com/accurics/terrascan/pull/298) ([Upa-acc](/~https://github.com/Upa-acc))
- updated policies to the latest set [\#297](/~https://github.com/accurics/terrascan/pull/297) ([williepaul](/~https://github.com/williepaul))
- Fixes docker latest tag [\#296](/~https://github.com/accurics/terrascan/pull/296) ([cesar-rodriguez](/~https://github.com/cesar-rodriguez))
- Typo fixes [\#295](/~https://github.com/accurics/terrascan/pull/295) ([erichs](/~https://github.com/erichs))
- Update mkdocs-material to 5.5.7 [\#292](/~https://github.com/accurics/terrascan/pull/292) ([pyup-bot](/~https://github.com/pyup-bot))
- fix xml output [\#291](/~https://github.com/accurics/terrascan/pull/291) ([kanchwala-yusuf](/~https://github.com/kanchwala-yusuf))

## 1.0.0 (2020-08-16)
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.
Expand Down Expand Up @@ -29,3 +75,6 @@ Major updates to Terrascan and the underlying architecture including:

## 0.1.0 (2017-11-26)
- First release on PyPI.


\* *This Changelog was automatically generated by [github_changelog_generator](/~https://github.com/github-changelog-generator/github-changelog-generator)*

0 comments on commit 605edca

Please sign in to comment.