Skip to content

Commit

Permalink
Bump up version to v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Jul 28, 2024
1 parent a7ac6fe commit 8c32409
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.21.0 (2024-07-29)

### Enhancements

- [#337](https://github.com/terraform-linters/tflint-plugin-sdk/pull/337): helper: Add support sensitive variables in TestRunner

### Chores

- [#324](https://github.com/terraform-linters/tflint-plugin-sdk/pull/324): Bump github.com/hashicorp/go-plugin from 1.6.0 to 1.6.1
- [#328](https://github.com/terraform-linters/tflint-plugin-sdk/pull/328): Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0
- [#330](https://github.com/terraform-linters/tflint-plugin-sdk/pull/330): Bump google.golang.org/protobuf from 1.34.0 to 1.34.2
- [#332](https://github.com/terraform-linters/tflint-plugin-sdk/pull/332): Bump github.com/go-test/deep from 1.1.0 to 1.1.1
- [#333](https://github.com/terraform-linters/tflint-plugin-sdk/pull/333): Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0
- [#334](https://github.com/terraform-linters/tflint-plugin-sdk/pull/334): Bump golang.org/x/tools from 0.20.0 to 0.23.0
- [#335](https://github.com/terraform-linters/tflint-plugin-sdk/pull/335): Bump google.golang.org/grpc from 1.63.2 to 1.65.0
- [#336](https://github.com/terraform-linters/tflint-plugin-sdk/pull/336): Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0

## 0.20.0 (2024-05-02)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion plugin/internal/host2plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// SDKVersion is the SDK version.
const SDKVersion = "0.20.0"
const SDKVersion = "0.21.0"

// handShakeConfig is used for UX. ProcotolVersion will be updated by incompatible changes.
var handshakeConfig = plugin.HandshakeConfig{
Expand Down

0 comments on commit 8c32409

Please sign in to comment.