File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ```release-note:bug
2
+ raft (enterprise): auto-join will now work in regions that do not support dual-stack
3
+ ```
Original file line number Diff line number Diff line change @@ -88,7 +88,8 @@ require (
88
88
github.com/hashicorp/eventlogger v0.2.10
89
89
github.com/hashicorp/go-bexpr v0.1.12
90
90
github.com/hashicorp/go-cleanhttp v0.5.2
91
- github.com/hashicorp/go-discover v1.1.0
91
+ github.com/hashicorp/go-cmp v0.0.0-20250414215908-521c6e5d9c1c
92
+ github.com/hashicorp/go-discover v1.1.1-0.20250822114713-cd0e09c8e096
92
93
github.com/hashicorp/go-gcp-common v0.9.2
93
94
github.com/hashicorp/go-hclog v1.6.3
94
95
github.com/hashicorp/go-kms-wrapping/entropy/v2 v2.0.1
Original file line number Diff line number Diff line change @@ -1389,6 +1389,8 @@ github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9n
1389
1389
github.com/hashicorp/go-cleanhttp v0.5.2 /go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48 =
1390
1390
github.com/hashicorp/go-discover v1.1.0 h1:FN5AXXBCXbEMVq/BYk+qkYRhr+lwYgvBro2hMBUtnlA =
1391
1391
github.com/hashicorp/go-discover v1.1.0 /go.mod h1:jqvs0vDZPpnKlN21oG80bwkiIKPGCrmKChV6qItAjI0 =
1392
+ github.com/hashicorp/go-discover v1.1.1-0.20250822114713-cd0e09c8e096 h1:rjiELrWxFMy6YP8f6tIVtXhTwsoQbWwHzIk7JgcIYeY =
1393
+ github.com/hashicorp/go-discover v1.1.1-0.20250822114713-cd0e09c8e096 /go.mod h1:NsxyJAVM+f1GYWjoAg1dtKU7I39rOWtUjFSm2Xmuvn4 =
1392
1394
github.com/hashicorp/go-discover/provider/gce v0.0.0-20241120163552-5eb1507d16b4 h1:ywaDsVo7n5ko12YD8uXjuQ8G2mQhC2mxAc4Kj3WW3GE =
1393
1395
github.com/hashicorp/go-discover/provider/gce v0.0.0-20241120163552-5eb1507d16b4 /go.mod h1:yxikfLXA8Y5JA3FcFTR720PfqVEFd0dZY9FBpmcsO54 =
1394
1396
github.com/hashicorp/go-gatedio v0.5.0 h1:Jm1X5yP4yCqqWj5L1TgW7iZwCVPGtVc+mro5r/XX7Tg =
You can’t perform that action at this time.
0 commit comments