Skip to content

Commit

Permalink
release/v1.15.2 (#1292)
Browse files Browse the repository at this point in the history
Co-authored-by: Suvarna Rokade <[email protected]>
  • Loading branch information
Rchanger and Suvarna Rokade authored Jun 13, 2022
1 parent 00664bc commit 3ee999a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 25 deletions.
53 changes: 29 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [v1.15.2](https://github.com/tenable/terrascan/tree/v1.15.2) (2022-06-13)

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

**Closed issues:**

- Export Windows files in release using zip extension [\#1280](https://github.com/tenable/terrascan/issues/1280)

**Merged pull requests:**

- Adding CFT support for new resources [\#1293](https://github.com/tenable/terrascan/pull/1293) ([shreyas-phansalkar-189](https://github.com/shreyas-phansalkar-189))
- fixes: panic in case of zap logger init on windows os [\#1283](https://github.com/tenable/terrascan/pull/1283) ([Rchanger](https://github.com/Rchanger))

# Changelog

## [v1.15.2](https://github.com/tenable/terrascan/tree/v1.15.2) (2022-06-13)

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

**Closed issues:**

- Export Windows files in release using zip extension [\#1280](https://github.com/tenable/terrascan/issues/1280)

**Merged pull requests:**

- fixes: panic in case of zap logger init on windows os [\#1283](https://github.com/tenable/terrascan/pull/1283) ([Rchanger](https://github.com/Rchanger))

# 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)
Expand Down Expand Up @@ -1020,27 +1049,3 @@ 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)*


\* *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)*


\* *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)*


\* *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.1"
const Terrascan = "1.15.2"

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

0 comments on commit 3ee999a

Please sign in to comment.