From cefabc447fba0aa6865fc824cf32eed4b8b0b7ba Mon Sep 17 00:00:00 2001 From: James Rasell Date: Mon, 27 Jun 2022 10:41:31 +0100 Subject: [PATCH 1/2] deps: update `github.com/hashicorp/go-discover` to latest. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 571c0fa69d02..fb1051f4f740 100644 --- a/go.mod +++ b/go.mod @@ -55,7 +55,7 @@ require ( // NOTE: update the version for github.com/hashicorp/go-discover in the // `replace` block as well to prevent other dependencies from pulling older // versions. - github.com/hashicorp/go-discover v0.0.0-20210818145131-c573d69da192 + github.com/hashicorp/go-discover v0.0.0-20220621183603-a413e131e836 github.com/hashicorp/go-envparse v0.0.0-20180119215841-310ca1881b22 github.com/hashicorp/go-getter v1.6.1 github.com/hashicorp/go-hclog v1.2.0 From 16a87faaf96870a02fc67873f86abf21beaea2f1 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Mon, 27 Jun 2022 10:44:41 +0100 Subject: [PATCH 2/2] changelog: add entry for #13491 --- .changelog/13491.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/13491.txt diff --git a/.changelog/13491.txt b/.changelog/13491.txt new file mode 100644 index 000000000000..93b778d931cc --- /dev/null +++ b/.changelog/13491.txt @@ -0,0 +1,3 @@ +```release-note:improvement +deps: Updated `github.com/hashicorp/go-discover` to latest to allow setting the AWS endpoint definition +```