fix(deps): update module github.com/hashicorp/consul/api to v1.32.0 (main) (#16959)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/16967/head
renovate[bot] 3 months ago committed by GitHub
parent e1371cb559
commit fd64d94036
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      go.mod
  2. 4
      go.sum
  3. 6
      vendor/github.com/hashicorp/consul/api/config_entry_jwt_provider.go
  4. 2
      vendor/github.com/hashicorp/consul/api/health.go
  5. 2
      vendor/modules.txt

@ -59,7 +59,7 @@ require (
github.com/grafana/tail v0.0.0-20230510142333-77b18831edf0
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.1
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
github.com/hashicorp/consul/api v1.31.2
github.com/hashicorp/consul/api v1.32.0
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/influxdata/telegraf v1.34.1
github.com/jmespath/go-jmespath v0.4.0

@ -683,8 +683,8 @@ github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645/go
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed h1:5upAirOpQc1Q53c0bnx2ufif5kANL7bfZWcc6VJWJd8=
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed/go.mod h1:tMWxXQ9wFIaZeTI9F+hmhFiGpFmhOHzyShyFUhRm0H4=
github.com/hashicorp/consul/api v1.3.0/go.mod h1:MmDNSzIMUjNpY/mQ398R4bk2FnqQLoPndWW5VkKPlCE=
github.com/hashicorp/consul/api v1.31.2 h1:NicObVJHcCmyOIl7Z9iHPvvFrocgTYo9cITSGg0/7pw=
github.com/hashicorp/consul/api v1.31.2/go.mod h1:Z8YgY0eVPukT/17ejW+l+C7zJmKwgPHtjU1q16v/Y40=
github.com/hashicorp/consul/api v1.32.0 h1:5wp5u780Gri7c4OedGEPzmlUEzi0g2KyiPphSr6zjVg=
github.com/hashicorp/consul/api v1.32.0/go.mod h1:Z8YgY0eVPukT/17ejW+l+C7zJmKwgPHtjU1q16v/Y40=
github.com/hashicorp/consul/sdk v0.3.0/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8=
github.com/hashicorp/consul/sdk v0.16.1 h1:V8TxTnImoPD5cj0U9Spl0TUxcytjcbbJeADFF07KdHg=
github.com/hashicorp/consul/sdk v0.16.1/go.mod h1:fSXvwxB2hmh1FMZCNl6PwX0Q/1wdWtHJcZ7Ea5tns0s=

@ -192,6 +192,12 @@ type RemoteJWKS struct {
// Default value is false.
FetchAsynchronously bool `json:",omitempty" alias:"fetch_asynchronously"`
// UseSNI determines whether the hostname should be set in SNI
// header for TLS connection.
//
// Default value is false.
UseSNI bool `json:",omitempty" alias:"use_sni"`
// RetryPolicy defines a retry policy for fetching JWKS.
//
// There is no retry by default.

@ -75,6 +75,8 @@ type HealthCheckDefinition struct {
IntervalDuration time.Duration `json:"-"`
TimeoutDuration time.Duration `json:"-"`
DeregisterCriticalServiceAfterDuration time.Duration `json:"-"`
// when parent Type is `session`, and if this session is destroyed, the check will be marked as critical
SessionName string `json:",omitempty"`
// DEPRECATED in Consul 1.4.1. Use the above time.Duration fields instead.
Interval ReadableDuration

@ -1135,7 +1135,7 @@ github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc
# github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
## explicit
github.com/hailocab/go-hostpool
# github.com/hashicorp/consul/api v1.31.2
# github.com/hashicorp/consul/api v1.32.0
## explicit; go 1.22.12
github.com/hashicorp/consul/api
# github.com/hashicorp/errwrap v1.1.0

Loading…
Cancel
Save