Skip to content

Commit

Permalink
release v1.8.1 (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanchwala-yusuf authored Jul 22, 2021
1 parent c9d73e0 commit bf23634
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## [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)

**Closed issues:**

- terrascan init should not be triggered if the user only wants to generate normalised json. [\#926](https://github.com/accurics/terrascan/issues/926)
- No rules are processed in GitlabCI [\#925](https://github.com/accurics/terrascan/issues/925)
- Scanning remote modules doesn't have same results as for scanning Terraform plan itself [\#923](https://github.com/accurics/terrascan/issues/923)
- Module AWS.KMS.Logging.High.0400 seems to serve no purpose [\#917](https://github.com/accurics/terrascan/issues/917)
- Secure ciphers are not used in CloudFront distribution [\#875](https://github.com/accurics/terrascan/issues/875)
- Correct point in time recovery for DynamoDB still leads to violation [\#838](https://github.com/accurics/terrascan/issues/838)

**Merged pull requests:**

- fix go mod files [\#941](https://github.com/accurics/terrascan/pull/941) ([kanchwala-yusuf](https://github.com/kanchwala-yusuf))
- Update mkdocs-material to 7.1.11 [\#938](https://github.com/accurics/terrascan/pull/938) ([pyup-bot](https://github.com/pyup-bot))
- Update mkdocs to 1.2.2 [\#935](https://github.com/accurics/terrascan/pull/935) ([pyup-bot](https://github.com/pyup-bot))
- K8s Policy to detect a service type Loadbalancer without a selector [\#931](https://github.com/accurics/terrascan/pull/931) ([harkirat22](https://github.com/harkirat22))
- Fix \#926: Do not initiate policy engine incase of --config-only flag [\#930](https://github.com/accurics/terrascan/pull/930) ([dev-gaur](https://github.com/dev-gaur))
- Update mkdocs-material to 7.1.10 [\#929](https://github.com/accurics/terrascan/pull/929) ([pyup-bot](https://github.com/pyup-bot))
- fix\(sws/cloudfront\): wrong check tls version [\#928](https://github.com/accurics/terrascan/pull/928) ([frediana](https://github.com/frediana))
- fixes: broken doc links [\#921](https://github.com/accurics/terrascan/pull/921) ([Rchanger](https://github.com/Rchanger))
- update getting started and Usage, fix links [\#920](https://github.com/accurics/terrascan/pull/920) ([amirbenv](https://github.com/amirbenv))
- Update overview.md [\#919](https://github.com/accurics/terrascan/pull/919) ([sangam14](https://github.com/sangam14))
- Remove unnecessary KMS deletion window code [\#918](https://github.com/accurics/terrascan/pull/918) ([matt-slalom](https://github.com/matt-slalom))
- minor-doc-fix [\#916](https://github.com/accurics/terrascan/pull/916) ([amirbenv](https://github.com/amirbenv))
- fix confusing error log message [\#914](https://github.com/accurics/terrascan/pull/914) ([dev-gaur](https://github.com/dev-gaur))
- add integrations overview and minor fixes [\#913](https://github.com/accurics/terrascan/pull/913) ([amirbenv](https://github.com/amirbenv))
- Updating the dax cluster policy [\#909](https://github.com/accurics/terrascan/pull/909) ([shreyas-phansalkar-189](https://github.com/shreyas-phansalkar-189))
- add github-sarif writer for github suited sarif output [\#907](https://github.com/accurics/terrascan/pull/907) ([dev-gaur](https://github.com/dev-gaur))
- Add support for arm linked templates [\#903](https://github.com/accurics/terrascan/pull/903) ([sigmabaryon](https://github.com/sigmabaryon))
- terraform 0.15 support [\#860](https://github.com/accurics/terrascan/pull/860) ([dev-gaur](https://github.com/dev-gaur))

# Changelog

## [v1.8.0](https://github.com/accurics/terrascan/tree/v1.8.0) (2021-07-02)

[Full Changelog](https://github.com/accurics/terrascan/compare/v1.7.0...v1.8.0)
Expand Down Expand Up @@ -662,4 +698,7 @@ Major updates to Terrascan and the underlying architecture including:
\* *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.0"
const Terrascan = "1.8.1"

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

0 comments on commit bf23634

Please sign in to comment.