Skip to content

Commit a35c7f8

Browse files
Auto update
1 parent dc5d58b commit a35c7f8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
**Merged pull requests:**
66

7+
- Make the Azure Key Vault public because private Key Vault requires preview API [\#599](https://github.com/Azure/terraform-azurerm-aks/pull/599) ([zioproto](https://github.com/zioproto))
78
- Bump github.com/Azure/terraform-module-test-helper from 0.25.0 to 0.26.0 in /test [\#593](https://github.com/Azure/terraform-azurerm-aks/pull/593) ([lonegunmanb](https://github.com/lonegunmanb))
89
- Use oidc as authentication method [\#592](https://github.com/Azure/terraform-azurerm-aks/pull/592) ([lonegunmanb](https://github.com/lonegunmanb))
910
- Update README.md [\#589](https://github.com/Azure/terraform-azurerm-aks/pull/589) ([shailwx](https://github.com/shailwx))

test/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.22.5
66

77
require (
88
github.com/Azure/terraform-module-test-helper v0.27.0
9-
github.com/gruntwork-io/terratest v0.47.1
9+
github.com/gruntwork-io/terratest v0.47.2
1010
github.com/hashicorp/go-retryablehttp v0.7.7
1111
github.com/stretchr/testify v1.9.0
1212
)
@@ -50,11 +50,11 @@ require (
5050
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
5151
github.com/hashicorp/go-multierror v1.1.1 // indirect
5252
github.com/hashicorp/go-safetemp v1.0.0 // indirect
53-
github.com/hashicorp/go-version v1.6.0 // indirect
53+
github.com/hashicorp/go-version v1.7.0 // indirect
5454
github.com/hashicorp/hcl v1.0.0 // indirect
5555
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
5656
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f // indirect
57-
github.com/hashicorp/terraform-json v0.22.1 // indirect
57+
github.com/hashicorp/terraform-json v0.23.0 // indirect
5858
github.com/imdario/mergo v0.3.11 // indirect
5959
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
6060
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -86,7 +86,7 @@ require (
8686
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
8787
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
8888
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
89-
github.com/zclconf/go-cty v1.14.4 // indirect
89+
github.com/zclconf/go-cty v1.15.0 // indirect
9090
go.opencensus.io v0.24.0 // indirect
9191
golang.org/x/crypto v0.21.0 // indirect
9292
golang.org/x/exp v0.0.0-20221106115401-f9659909a136 // indirect

0 commit comments

Comments
 (0)