This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Update module github.com/hashicorp/consul to v1.17.0 #3640
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.16.3
->v1.17.0
Release Notes
hashicorp/consul (github.com/hashicorp/consul)
v1.17.0
Compare Source
1.17.0 (October 31, 2023)
BREAKING CHANGES:
SECURITY:
golang.org/x/net
to v0.17.0 to address CVE-2023-39325/ CVE-2023-44487(
x/net/http2
). [GH-19225]This resolves vulnerability CVE-2023-39325
/ CVE-2023-44487(
net/http
). [GH-19225]google.golang.org/grpc
to 1.56.3.This resolves vulnerability CVE-2023-44487. [GH-19414]
FEATURE PREVIEW: Catalog v2
This release provides the ability to preview Consul's v2 Catalog and Resource API if enabled. The new model supports
multi-port application deployments with only a single Envoy proxy. Note that the v1 and v2 catalogs are not cross
compatible, and not all Consul features are available within this v2 feature preview. See the v2 Catalog and Resource
API documentation for more information. The v2 Catalog and
Resources API should be considered a feature preview within this release and should not be used in production
environments.
Limitations
Significant Pull Requests
FEATURES:
acl.tokens.dns
config field which specifies the token used implicitly during dns checks. [GH-17936]bind-var
flag toconsul acl binding-rule
for templated policy variables. [GH-18719]consul acl templated-policy
commands to read, list and preview templated policies. [GH-18816]IMPROVEMENTS:
CheckRegisterOpts
to Agent API [GH-18943]Token
field toServiceRegisterOpts
type in Agent API [GH-18983]-templated-policy
,-templated-policy-file
,-replace-templated-policy
,-append-templated-policy
,-replace-templated-policy-file
,-append-templated-policy-file
and-var
flags for creating or updating tokens/roles. [GH-18708]tls.defaults.verify_server_hostname
configuration option. This specifies the default value for any interfaces that support theverify_server_hostname
option. [GH-17155]BUG FIXES:
/v1/catalog/services
endpoint [GH-18322]performance.grpc_keepalive_timeout
andperformance.grpc_keepalive_interval
now exist to allow for configuration on how often these dead connections will be cleaned up. [GH-19339]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.