From fad5d929354cd5aa6e2532a294fa4646dfbaa58d Mon Sep 17 00:00:00 2001 From: Yusuf Kanchwala <30405568+kanchwala-yusuf@users.noreply.github.com> Date: Fri, 6 Aug 2021 18:47:48 +0530 Subject: [PATCH] release v1.9.0 (#965) * release v1.9.0 --- CHANGELOG.md | 44 +++++++++++++++++++++++++++++++++--------- pkg/version/version.go | 2 +- 2 files changed, 36 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d64952ab..61d5e4e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## [v1.9.0](https://github.com/accurics/terrascan/tree/v1.9.0) (2021-08-06) + +[Full Changelog](https://github.com/accurics/terrascan/compare/v1.8.1...v1.9.0) + +**Implemented enhancements:** + +- Dockerfile Support [\#798](https://github.com/accurics/terrascan/issues/798) +- pre-commit hook [\#311](https://github.com/accurics/terrascan/issues/311) +- Add support for CFT nested stacks [\#949](https://github.com/accurics/terrascan/pull/949) +- Adds support for using Terraform modules cached locally [\#940](https://github.com/accurics/terrascan/pull/940) + +**Fixed bugs:** + +- Helm chart scans use only 4 policies [\#946](https://github.com/accurics/terrascan/issues/946) + +**Closed issues:** + +- Link to docks in README [\#944](https://github.com/accurics/terrascan/issues/944) +- Ensure remote modules are downloaded only once [\#936](https://github.com/accurics/terrascan/issues/936) +- Rule supression for specific resources [\#868](https://github.com/accurics/terrascan/issues/868) + +**Merged pull requests:** + +- Fixes k8s policy filtering [\#963](https://github.com/accurics/terrascan/pull/963) ([patilpankaj212](https://github.com/patilpankaj212)) +- Update mkdocs-material to 7.2.2 [\#954](https://github.com/accurics/terrascan/pull/954) ([pyup-bot](https://github.com/pyup-bot)) +- Adds Terrascan pre-commit [\#953](https://github.com/accurics/terrascan/pull/953) ([mihirhasan](https://github.com/mihirhasan)) +- Add support for CFT nested stacks [\#949](https://github.com/accurics/terrascan/pull/949) ([sigmabaryon](https://github.com/sigmabaryon)) +- fix - remote repo scan with config only option generates panic [\#948](https://github.com/accurics/terrascan/pull/948) ([patilpankaj212](https://github.com/patilpankaj212)) +- Update mkdocs-material to 7.2.1 [\#947](https://github.com/accurics/terrascan/pull/947) ([pyup-bot](https://github.com/pyup-bot)) +- Update README.md [\#945](https://github.com/accurics/terrascan/pull/945) ([sangam14](https://github.com/sangam14)) +- Update helm chart progress checklist [\#943](https://github.com/accurics/terrascan/pull/943) ([dev-gaur](https://github.com/dev-gaur)) +- Adds support for using Terraform modules cached locally [\#940](https://github.com/accurics/terrascan/pull/940) ([Rchanger](https://github.com/Rchanger)) +- Update mkdocs-material to 7.2.0 [\#939](https://github.com/accurics/terrascan/pull/939) ([pyup-bot](https://github.com/pyup-bot)) +- Dockerfile support [\#849](https://github.com/accurics/terrascan/pull/849) ([Rchanger](https://github.com/Rchanger)) + ## [v1.8.1](https://github.com/accurics/terrascan/tree/v1.8.1) (2021-07-22) [Full Changelog](https://github.com/accurics/terrascan/compare/v1.8.0...v1.8.1) @@ -693,12 +728,3 @@ Major updates to Terrascan and the underlying architecture including: - First release on PyPI. \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* - - -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* - - -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* - - -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/pkg/version/version.go b/pkg/version/version.go index 8f0291461..9742d4b18 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -19,7 +19,7 @@ package version import "fmt" // Terrascan The Terrascan version -const Terrascan = "1.8.1" +const Terrascan = "1.9.0" // Get returns the terrascan version func Get() string {