From 62967b309742bfe99daee5b28ffc91adc9a8b1c0 Mon Sep 17 00:00:00 2001 From: divyaac Date: Tue, 7 May 2024 09:42:49 -0700 Subject: [PATCH 1/3] Updated consul-template version --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7c951a28d717..406ec1bc746f 100644 --- a/go.mod +++ b/go.mod @@ -82,7 +82,7 @@ require ( github.com/hashicorp/cap v0.6.0 github.com/hashicorp/cap/ldap v0.0.0-20240328153749-fcfe271d0227 github.com/hashicorp/cli v1.1.6 - github.com/hashicorp/consul-template v0.37.5 + github.com/hashicorp/consul-template v0.37.6 github.com/hashicorp/consul/api v1.27.0 github.com/hashicorp/errwrap v1.1.0 github.com/hashicorp/eventlogger v0.2.8 diff --git a/go.sum b/go.sum index 58fee486a7bd..f481e8fdfafa 100644 --- a/go.sum +++ b/go.sum @@ -2333,6 +2333,8 @@ github.com/hashicorp/cli v1.1.6 h1:CMOV+/LJfL1tXCOKrgAX0uRKnzjj/mpmqNXloRSy2K8= github.com/hashicorp/cli v1.1.6/go.mod h1:MPon5QYlgjjo0BSoAiN0ESeT5fRzDjVRp+uioJ0piz4= github.com/hashicorp/consul-template v0.37.5 h1:pTM6+oWdGW0rDvhPzdCa9iVtn227uG1DePu1Q0ydM64= github.com/hashicorp/consul-template v0.37.5/go.mod h1:tT9BVCw6W4JUxHJlv+onPuUzBTiYwvPRfXYPDgXDbIA= +github.com/hashicorp/consul-template v0.37.6 h1:7iz+BjuO4/LHQn/x04o3b+42UspILcIKZQk6DQJd59M= +github.com/hashicorp/consul-template v0.37.6/go.mod h1:tT9BVCw6W4JUxHJlv+onPuUzBTiYwvPRfXYPDgXDbIA= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= github.com/hashicorp/consul/api v1.27.0 h1:gmJ6DPKQog1426xsdmgk5iqDyoRiNc+ipBdJOqKQFjc= github.com/hashicorp/consul/api v1.27.0/go.mod h1:JkekNRSou9lANFdt+4IKx3Za7XY0JzzpQjEb4Ivo1c8= From 001695e6afff2ad2adb8addaef073a144aa3e06a Mon Sep 17 00:00:00 2001 From: divyaac Date: Tue, 7 May 2024 09:55:52 -0700 Subject: [PATCH 2/3] Added changelog --- changelog/26863.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/26863.txt diff --git a/changelog/26863.txt b/changelog/26863.txt new file mode 100644 index 000000000000..73432680ad83 --- /dev/null +++ b/changelog/26863.txt @@ -0,0 +1,3 @@ +```release-note:bug +agent: Correctly constructs kv-v2 secret paths in nested namespaces. The fix is present in the updated consul-template version. +``` \ No newline at end of file From 201406e3cbaf057b5fec3b2da4e0d7bb3c585696 Mon Sep 17 00:00:00 2001 From: divyaac Date: Tue, 7 May 2024 10:04:15 -0700 Subject: [PATCH 3/3] Update changelog/26863.txt Co-authored-by: Violet Hynes --- changelog/26863.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/26863.txt b/changelog/26863.txt index 73432680ad83..75d864e6c84a 100644 --- a/changelog/26863.txt +++ b/changelog/26863.txt @@ -1,3 +1,3 @@ ```release-note:bug -agent: Correctly constructs kv-v2 secret paths in nested namespaces. The fix is present in the updated consul-template version. +agent: Correctly constructs kv-v2 secret paths in nested namespaces. ``` \ No newline at end of file