Skip to content

Commit

Permalink
release v1.11.0 (#1048)
Browse files Browse the repository at this point in the history
* release v1.11.0

* Update CHANGELOG.md

Co-authored-by: Cesar Rodriguez <cesar@accurics.com>
  • Loading branch information
kanchwala-yusuf and Cesar Rodriguez authored Oct 7, 2021
1 parent de98118 commit db18509
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)*
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.10.0"
const Terrascan = "1.11.0"

// Get returns the terrascan version
func Get() string {
Expand Down

0 comments on commit db18509

Please sign in to comment.