Skip to content

Commit c66baf5

Browse files
VAULT-39010 Adding new go-discover logic (#8884) (#8933) (#8947)
* testing new go-discover logic * add changelog * Delete website/content/partials/known-issues/aws-auto-join-fails.mdx Co-authored-by: JMGoldsmith <[email protected]>
1 parent 41b5eb0 commit c66baf5

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

changelog/_8884.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
raft (enterprise): auto-join will now work in regions that do not support dual-stack
3+
```

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ require (
8888
github.com/hashicorp/eventlogger v0.2.10
8989
github.com/hashicorp/go-bexpr v0.1.12
9090
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
9293
github.com/hashicorp/go-gcp-common v0.9.2
9394
github.com/hashicorp/go-hclog v1.6.3
9495
github.com/hashicorp/go-kms-wrapping/entropy/v2 v2.0.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,6 +1389,8 @@ github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9n
13891389
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
13901390
github.com/hashicorp/go-discover v1.1.0 h1:FN5AXXBCXbEMVq/BYk+qkYRhr+lwYgvBro2hMBUtnlA=
13911391
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=
13921394
github.com/hashicorp/go-discover/provider/gce v0.0.0-20241120163552-5eb1507d16b4 h1:ywaDsVo7n5ko12YD8uXjuQ8G2mQhC2mxAc4Kj3WW3GE=
13931395
github.com/hashicorp/go-discover/provider/gce v0.0.0-20241120163552-5eb1507d16b4/go.mod h1:yxikfLXA8Y5JA3FcFTR720PfqVEFd0dZY9FBpmcsO54=
13941396
github.com/hashicorp/go-gatedio v0.5.0 h1:Jm1X5yP4yCqqWj5L1TgW7iZwCVPGtVc+mro5r/XX7Tg=

0 commit comments

Comments
 (0)