Skip to content

Commit

Permalink
release/v1.15.1 (#1267)
Browse files Browse the repository at this point in the history
Co-authored-by: Suvarna Rokade <suvarna.rokade@accurics.com>
  • Loading branch information
Rchanger and Suvarna Rokade authored May 20, 2022
1 parent 48b6393 commit 7126c48
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v1.15.1](https://github.com/tenable/terrascan/tree/v1.15.1) (2022-05-20)

[Full Changelog](https://github.com/tenable/terrascan/compare/v1.15.0...v1.15.1)

**Merged pull requests:**

- Support reading .terraformrc file from env var [\#1264](https://github.com/tenable/terrascan/pull/1264) ([Rchanger](https://github.com/Rchanger))
- CFT lambda conversion nil pointer check to avoid panic [\#1260](https://github.com/tenable/terrascan/pull/1260) ([Rchanger](https://github.com/Rchanger))
- Fix descriptions to install terrascan [\#1254](https://github.com/tenable/terrascan/pull/1254) ([yu-iskw](https://github.com/yu-iskw))
- Rebranding repository to Tenable brand [\#1253](https://github.com/tenable/terrascan/pull/1253) ([cesar-rodriguez](https://github.com/cesar-rodriguez))
- Rebranding to Tenable [\#1246](https://github.com/tenable/terrascan/pull/1246) ([cesar-rodriguez](https://github.com/cesar-rodriguez))
- Update README.md [\#1245](https://github.com/tenable/terrascan/pull/1245) ([sangam14](https://github.com/sangam14))
- fix: remove master ref check from release docker push job [\#1244](https://github.com/tenable/terrascan/pull/1244) ([Rchanger](https://github.com/Rchanger))

# Changelog

## [v1.15.0](https://github.com/accurics/terrascan/tree/v1.15.0) (2022-05-10)

[Full Changelog](https://github.com/accurics/terrascan/compare/v1.14.0...v1.15.0)
Expand Down Expand Up @@ -1024,4 +1040,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.15.0"
const Terrascan = "1.15.1"

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

0 comments on commit 7126c48

Please sign in to comment.