From 8829c28e0dbbb8092ea81e39663ab5cdc0984c40 Mon Sep 17 00:00:00 2001 From: wata_mac Date: Fri, 12 Aug 2022 15:37:15 +0900 Subject: [PATCH] Bump up version to v0.39.3 --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- CHANGELOG.md | 16 ++++++++++++++++ tflint/meta.go | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fef7c91c5..d4c731e61 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -57,8 +57,8 @@ Example: ```console $ tflint -v -TFLint version 0.39.2 +TFLint version 0.39.3 $ terraform -v -Terraform v1.2.6 +Terraform v1.2.7 ``` --> diff --git a/CHANGELOG.md b/CHANGELOG.md index c8cf0d4cc..c6ad7077b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.39.3 (2022-08-12) + +### Enhancements + +- [#1426](https://github.com/terraform-linters/tflint/pull/1426): terraform_empty_list_equality: improve expression detection ([@bmbferreira](https://github.com/bmbferreira)) + +### BugFixes + +- [#1478](https://github.com/terraform-linters/tflint/pull/1478): terraformrules: Ignore invalid references in referencesInExpr ([@wata727](https://github.com/wata727)) + +### Chores + +- [#1467](https://github.com/terraform-linters/tflint/pull/1467) [#1475](https://github.com/terraform-linters/tflint/pull/1475): deps: update to use go1.19 ([@chenrui333](https://github.com/chenrui333)) +- [#1472](https://github.com/terraform-linters/tflint/pull/1472): Add a notice about verification of keyless signing ([@wata727](https://github.com/wata727)) +- [#1476](https://github.com/terraform-linters/tflint/pull/1476): runner: fix typo ([@bendrucker](https://github.com/bendrucker)) + ## 0.39.2 (2022-08-05) ### BugFixes diff --git a/tflint/meta.go b/tflint/meta.go index 16db9f6e3..80d53de3d 100644 --- a/tflint/meta.go +++ b/tflint/meta.go @@ -3,7 +3,7 @@ package tflint import "fmt" // Version is application version -const Version string = "0.39.2" +const Version string = "0.39.3" // ReferenceLink returns the rule reference link func ReferenceLink(name string) string {