Skip to content

Commit 780b48e

Browse files
committed
Bump up version to v0.28.0
1 parent 1c6a4f4 commit 780b48e

File tree

3 files changed

+54
-2
lines changed

3 files changed

+54
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
1717
```hcl
1818
plugin "azurerm" {
1919
enabled = true
20-
version = "0.27.0"
20+
version = "0.28.0"
2121
source = "github.com/terraform-linters/tflint-ruleset-azurerm"
2222
}
2323
```

project/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package project
33
import "fmt"
44

55
// Version is ruleset version
6-
const Version string = "0.27.0"
6+
const Version string = "0.28.0"
77

88
// ReferenceLink returns the rule reference link
99
func ReferenceLink(name string) string {

tools/release/release-note.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
## What's Changed
2+
3+
### Breaking Changes
4+
* Remove rules for dropped resources in AzureRM provider v4 by @wata727 in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/355
5+
* The following rules have been removed
6+
* azurerm_data_factory_integration_runtime_managed_invalid_edition
7+
* azurerm_data_factory_integration_runtime_managed_invalid_license_type
8+
* azurerm_data_factory_integration_runtime_managed_invalid_max_parallel_executions_per_node
9+
* azurerm_data_factory_integration_runtime_managed_invalid_number_of_nodes
10+
* azurerm_mariadb_firewall_rule_invalid_end_ip_address
11+
* azurerm_mariadb_firewall_rule_invalid_start_ip_address
12+
* azurerm_mariadb_server_invalid_version
13+
* azurerm_mysql_firewall_rule_invalid_end_ip_address
14+
* azurerm_mysql_firewall_rule_invalid_start_ip_address
15+
* azurerm_mysql_server_invalid_version
16+
* azurerm_sql_database_invalid_create_mode
17+
* azurerm_template_deployment_invalid_deployment_mode
18+
* Bump API versions by @wata727 in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/377
19+
* The following rules have been removed
20+
* azurerm_databricks_workspace_invalid_resource_group_name
21+
* azurerm_databricks_workspace_invalid_managed_resource_group_name
22+
23+
### Enhancements
24+
* Bump github.com/terraform-linters/tflint-plugin-sdk from 0.20.0 to 0.22.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/350
25+
* feat(vm_size): Updates vm sizes to state at 2024-02-28 by @JannoTjarks in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/359
26+
27+
### Chores
28+
* maintenance: Install terraform explicitly by @wata727 in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/360
29+
* Enable Dependabot auto-merge by @wata727 in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/361
30+
* Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 in /tools by @dependabot in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/346
31+
* Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/347
32+
* Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/352
33+
* Bump peter-evans/create-pull-request from 6 to 7 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/354
34+
* Bump golang.org/x/net from 0.24.0 to 0.33.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/362
35+
* Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0 in /tools by @dependabot in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/353
36+
* deps: Go 1.24 by @wata727 in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/363
37+
* Bump GoReleaser to v2 by @wata727 in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/364
38+
* Remove hard-coded versions from integration tests by @wata727 in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/365
39+
* Add make release for release automation by @wata727 in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/366
40+
* Update VM sizes link from azure-docs to azure-compute-docs by @wata727 in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/367
41+
* autogenerated maintenance by @github-actions in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/368
42+
* Bump golang.org/x/net from 0.34.0 to 0.36.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/370
43+
* Bump actions/attest-build-provenance from 1 to 2 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/371
44+
* Bump github.com/zclconf/go-cty from 1.15.0 to 1.16.2 in /tools by @dependabot in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/372
45+
* Bump github.com/zclconf/go-cty from 1.16.0 to 1.16.2 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/373
46+
* Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/374
47+
* Pin GitHub Action versions by @wata727 in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/375
48+
* Add tools/api-version-bumper by @wata727 in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/376
49+
* autogenerated maintenance by @github-actions in https://github.com/terraform-linters/tflint-ruleset-azurerm/pull/369
50+
51+
52+
**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-azurerm/compare/v0.27.0...v0.28.0

0 commit comments

Comments
 (0)