Skip to content

Commit

Permalink
release/v1.15.0 (tenable#1243)
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 May 10, 2022
1 parent eb1df81 commit dea27da
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.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)

**Fixed bugs:**

- Issue with Terrascan and CloudFormation [\#1235](https://github.com/accurics/terrascan/issues/1235)

**Closed issues:**

- Terrascan 1.13.2 version uses go 1.16.14 version which has High vulnerability. When can we expect the release with go version 1.17? [\#1190](https://github.com/accurics/terrascan/issues/1190)

**Merged pull requests:**

- Update Docker [\#1242](https://github.com/accurics/terrascan/pull/1242) ([cesar-rodriguez](https://github.com/cesar-rodriguez))
- Update mkdocs-material to 8.2.14 [\#1240](https://github.com/accurics/terrascan/pull/1240) ([pyup-bot](https://github.com/pyup-bot))
- Fix panic while scanning cloudformation templates [\#1238](https://github.com/accurics/terrascan/pull/1238) ([patilpankaj212](https://github.com/patilpankaj212))
- Bump alpine from 3.14.6 to 3.15.4 in /build [\#1237](https://github.com/accurics/terrascan/pull/1237) ([dependabot[bot]](https://github.com/apps/dependabot))
- Removing workflow file [\#1236](https://github.com/accurics/terrascan/pull/1236) ([bkizer-tenable](https://github.com/bkizer-tenable))
- Bump github.com/hashicorp/go-getter from 1.5.7 to 1.5.11 [\#1233](https://github.com/accurics/terrascan/pull/1233) ([dependabot[bot]](https://github.com/apps/dependabot))
- file out writer implementation [\#1229](https://github.com/accurics/terrascan/pull/1229) ([nasir-rabbani](https://github.com/nasir-rabbani))
- mark ecr e2e test pending [\#1224](https://github.com/accurics/terrascan/pull/1224) ([Rchanger](https://github.com/Rchanger))
- Add dep scan [\#1223](https://github.com/accurics/terrascan/pull/1223) ([bkizer-tenable](https://github.com/bkizer-tenable))
- Update alpine version [\#1222](https://github.com/accurics/terrascan/pull/1222) ([bkizer-tenable](https://github.com/bkizer-tenable))
- support for new flag to define custom temp directory [\#1217](https://github.com/accurics/terrascan/pull/1217) ([Rchanger](https://github.com/Rchanger))
- Use Docker buildx for multi-platform support [\#1062](https://github.com/accurics/terrascan/pull/1062) ([rnsc](https://github.com/rnsc))

# Changelog

## [v1.14.0](https://github.com/accurics/terrascan/tree/v1.14.0) (2022-04-01)

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

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

0 comments on commit dea27da

Please sign in to comment.