Skip to content

Commit

Permalink
release v1.9.0 (#965)
Browse files Browse the repository at this point in the history
* release v1.9.0
  • Loading branch information
kanchwala-yusuf authored Aug 6, 2021
1 parent a3e0b6e commit fad5d92
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 10 deletions.
44 changes: 35 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)*
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fad5d92

Please sign in to comment.