diff --git a/CHANGELOG.md b/CHANGELOG.md index 408bc57f7..d8679ebf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [v1.11.0](https://github.com/accurics/terrascan/tree/v1.11.0) (2021-10-07) + +[Full Changelog](https://github.com/accurics/terrascan/compare/v1.10.0...v1.11.0) + +**Implemented enhancements:** + +- How to ignore rules onto whole module included into HCL file [\#983](https://github.com/accurics/terrascan/issues/983) +- Adds: support for harbor registry vulnerability fetching [\#1015](https://github.com/accurics/terrascan/pull/1015) ([Rchanger](https://github.com/Rchanger)) + +**Fixed bugs:** + +- panic: value is null [\#1019](https://github.com/accurics/terrascan/issues/1019) + +**Closed issues:** + +- helm chart breaking due to invalid configfile name extension [\#1046](https://github.com/accurics/terrascan/issues/1046) + +**Merged pull requests:** + +- Fix \#1046: helm chart breaking due to invalid configfile name extension [\#1047](https://github.com/accurics/terrascan/pull/1047) ([dev-gaur](https://github.com/dev-gaur)) +- fix permission issues in creating webhook mode logs file persistence [\#1045](https://github.com/accurics/terrascan/pull/1045) ([dev-gaur](https://github.com/dev-gaur)) +- Update mkdocs-material to 7.3.2 [\#1043](https://github.com/accurics/terrascan/pull/1043) ([pyup-bot](https://github.com/pyup-bot)) +- accepted 2xx in response code as success [\#1040](https://github.com/accurics/terrascan/pull/1040) ([nasir-rabbani](https://github.com/nasir-rabbani)) +- Optimized disk encryption check code on the azurerm\_managed\_disk resource [\#1037](https://github.com/accurics/terrascan/pull/1037) ([IrinaRaza](https://github.com/IrinaRaza)) +- Update docs for AWS.LambdaFunction.Logging.Low.0472 policy [\#1027](https://github.com/accurics/terrascan/pull/1027) ([brandysnaps](https://github.com/brandysnaps)) +- fix: added null check before value conversion to avoid panic [\#1020](https://github.com/accurics/terrascan/pull/1020) ([Rchanger](https://github.com/Rchanger)) +- Update mkdocs-material to 7.2.6 [\#1012](https://github.com/accurics/terrascan/pull/1012) ([pyup-bot](https://github.com/pyup-bot)) +- Update README.md [\#1011](https://github.com/accurics/terrascan/pull/1011) ([enmanuelmoreira](https://github.com/enmanuelmoreira)) +- Adds: e2e tests for vulnerability [\#1009](https://github.com/accurics/terrascan/pull/1009) ([Rchanger](https://github.com/Rchanger)) +- Adds additional dockerfile policies [\#984](https://github.com/accurics/terrascan/pull/984) ([rishidhamija](https://github.com/rishidhamija)) + +# Changelog + ## [v1.10.0](https://github.com/accurics/terrascan/tree/v1.10.0) (2021-08-24) [Full Changelog](https://github.com/accurics/terrascan/compare/v1.9.0...v1.10.0) @@ -768,3 +801,6 @@ 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)* diff --git a/pkg/version/version.go b/pkg/version/version.go index f798f47a6..160b2294b 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.10.0" +const Terrascan = "1.11.0" // Get returns the terrascan version func Get() string {