Skip to content

Commit 48863bd

Browse files
authored
client: upgrade consul-template to include template hashing bugfix (#26880)
This pulls latest consul-template to include the hashicorp/consul-template#2096 bugfix.
1 parent dbdc6d5 commit 48863bd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.changelog/26880.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
client: Fix unique identifiers for templates with same content
3+
```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
4545
github.com/hashicorp/cap v0.10.0
4646
github.com/hashicorp/cli v1.1.7
47-
github.com/hashicorp/consul-template v0.41.1
47+
github.com/hashicorp/consul-template v0.41.3-0.20251003064954-5b62e5afa48d
4848
github.com/hashicorp/consul/api v1.32.4
4949
github.com/hashicorp/consul/sdk v0.16.3
5050
github.com/hashicorp/cronexpr v1.1.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ github.com/hashicorp/cap v0.10.0 h1:OJM3JQTwVO1DigRIPNTxM387oqXlokKhttZHotU0b1s=
416416
github.com/hashicorp/cap v0.10.0/go.mod h1:HKbv27kfps+wONFNyNTHpAQmU/DCjjDuB5HF6mFsqPQ=
417417
github.com/hashicorp/cli v1.1.7 h1:/fZJ+hNdwfTSfsxMBa9WWMlfjUZbX8/LnUxgAd7lCVU=
418418
github.com/hashicorp/cli v1.1.7/go.mod h1:e6Mfpga9OCT1vqzFuoGZiiF/KaG9CbUfO5s3ghU3YgU=
419-
github.com/hashicorp/consul-template v0.41.1 h1:6VM6kzyBt7xpHfeSjuSRFO6X0/pPdIy+AJpNlM8PekM=
420-
github.com/hashicorp/consul-template v0.41.1/go.mod h1:RUPYCBLEnJVxzkJ2O52A20rGEx/K2oz16mPiuRCUWZA=
419+
github.com/hashicorp/consul-template v0.41.3-0.20251003064954-5b62e5afa48d h1:ShNZiuyrLj10NJktxpn2HEXli8sLJxQ9O5R6/lIngZE=
420+
github.com/hashicorp/consul-template v0.41.3-0.20251003064954-5b62e5afa48d/go.mod h1:+dXC+mT1EFbp4gdMprbS0qLPNN+wZ+nuPSjYLAGbvqM=
421421
github.com/hashicorp/consul/api v1.32.4 h1:xNe27KcBNYHbqWX/6c6WTAlPoZlZv8onDEySmjcspO0=
422422
github.com/hashicorp/consul/api v1.32.4/go.mod h1:jy0q71iTvUGfbCwo+ExBF0gEesE5cY2TSeAz2EoNG8E=
423423
github.com/hashicorp/consul/sdk v0.16.3 h1:kI/oax+yeaoremkh36G/f4Q13ivdFF4AE+Co/LlZa0Q=

0 commit comments

Comments
 (0)