Update api to 1.29.6 (#22058)

* Update api to 1.29.6

* fix go mod

* Added changelog
release/1.19.4
Abhishek Sahu 2025-01-08 19:44:02 +05:30 committed by GitHub
parent 6eea9bfeff
commit d2b1945821
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 3 deletions

3
.changelog/22058.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
Upgrade api submodule to 1.29.6
```

2
go.mod
View File

@ -43,7 +43,7 @@ require (
github.com/hashi-derek/grpc-proxy v0.0.0-20231207191910-191266484d75
github.com/hashicorp/consul-awsauth v0.0.0-20220713182709-05ac1c5c2706
github.com/hashicorp/consul-net-rpc v0.0.0-20221205195236-156cfab66a69
github.com/hashicorp/consul/api v1.29.4
github.com/hashicorp/consul/api v1.29.6
github.com/hashicorp/consul/envoyextensions v0.7.3
github.com/hashicorp/consul/proto-public v0.6.2
github.com/hashicorp/consul/sdk v0.16.1

View File

@ -4,7 +4,7 @@ go 1.20
require (
github.com/google/go-cmp v0.5.9
github.com/hashicorp/consul/api v1.29.4
github.com/hashicorp/consul/api v1.29.6
github.com/hashicorp/consul/proto-public v0.6.2
github.com/hashicorp/consul/sdk v0.16.1
github.com/hashicorp/consul/test/integration/consul-container v0.0.0-20230628201853-bdf4fad7c5a5

View File

@ -10,7 +10,7 @@ require (
github.com/evanphx/json-patch v4.12.0+incompatible
github.com/go-jose/go-jose/v3 v3.0.3
github.com/hashicorp/consul v1.16.1
github.com/hashicorp/consul/api v1.29.4
github.com/hashicorp/consul/api v1.29.6
github.com/hashicorp/consul/envoyextensions v0.7.3
github.com/hashicorp/consul/proto-public v0.6.2
github.com/hashicorp/consul/sdk v0.16.1