Skip to content

Commit

Permalink
release v1.12.0 (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanchwala-yusuf committed Oct 21, 2021
1 parent f81d81f commit 743756d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [v1.12.0](https://github.com/accurics/terrascan/tree/v1.12.0) (2021-10-21)

[Full Changelog](https://github.com/accurics/terrascan/compare/v1.11.0...v1.12.0)

**Fixed bugs:**

- A scan should NOT crash if the notification doesn't work as expected [\#1044](https://github.com/accurics/terrascan/issues/1044)
- Rotation period for KMS keys not correctly interpreted \(GCP\) [\#699](https://github.com/accurics/terrascan/issues/699)

**Closed issues:**

- pre-commit hook reporting error with terrascan [\#1053](https://github.com/accurics/terrascan/issues/1053)
- Terrascan: Not working in a Repository referencing other repository [\#1030](https://github.com/accurics/terrascan/issues/1030)
- vulnerabilities found in accurics/terrascan\_atlantis image [\#1029](https://github.com/accurics/terrascan/issues/1029)

**Merged pull requests:**

- Update mkdocs-material to 7.3.4 [\#1060](https://github.com/accurics/terrascan/pull/1060) ([pyup-bot](https://github.com/pyup-bot))
- Add support for repo-url and branch name in CLI flags and scan output [\#1059](https://github.com/accurics/terrascan/pull/1059) ([nasir-rabbani](https://github.com/nasir-rabbani))
- Update mkdocs to 1.2.3 [\#1058](https://github.com/accurics/terrascan/pull/1058) ([pyup-bot](https://github.com/pyup-bot))
- Update mkdocs-material to 7.3.3 [\#1057](https://github.com/accurics/terrascan/pull/1057) ([pyup-bot](https://github.com/pyup-bot))
- Add support for getting line numbers for all attributes [\#1055](https://github.com/accurics/terrascan/pull/1055) ([kanchwala-yusuf](https://github.com/kanchwala-yusuf))
- Update atlantis base image [\#1054](https://github.com/accurics/terrascan/pull/1054) ([cesar-rodriguez](https://github.com/cesar-rodriguez))
- Fix notification webhook flow [\#1051](https://github.com/accurics/terrascan/pull/1051) ([nasir-rabbani](https://github.com/nasir-rabbani))
- update container image version in helm and kustomize sources [\#1050](https://github.com/accurics/terrascan/pull/1050) ([dev-gaur](https://github.com/dev-gaur))
- Accept notification webhook configs as CLI args [\#1042](https://github.com/accurics/terrascan/pull/1042) ([nasir-rabbani](https://github.com/nasir-rabbani))

# 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)
Expand Down Expand Up @@ -803,4 +832,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.11.0"
const Terrascan = "1.12.0"

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

0 comments on commit 743756d

Please sign in to comment.