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.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
/v1/health/connect/
and/v1/health/ingress/
endpoints now immediately return 403 "Permission Denied" errors whenever a token with insufficientservice:read
permissions is provided. Prior to this change, the endpoints returned a success code with an empty result list when a token with insufficient permissions was provided. [GH-17424]Upstream overrides in service-defaults will now only apply to peer upstreams when the
peer
field is provided.Visit the 1.16.x upgrade instructions for more information. [GH-16957]
SECURITY:
alpine:3.18
. [GH-17719]v1/operator/audit-hash
endpoint to ACL token withoperator:read
privileges.FEATURES:
POST /v1/operator/audit-hash
endpoint to calculate the hash of the data used by the audit log hash function and salt.consul operator audit hash
command to retrieve and compare the hash of the data used by the audit log hash function and salt.consul services export
- for exporting a service to a peer or partition [GH-15654]AllowEnablingPermissiveMutualTLS
setting to the mesh config entry and theMutualTLSMode
setting to proxy-defaults and service-defaults. [GH-17035]property-override
built-in Envoy extension that directly patches Envoy resources. [GH-17487]IMPROVEMENTS:
-filter
option toconsul config list
for filtering config entries. [GH-17183]datacenter
,ap
(enterprise-only), andnamespace
(enterprise-only). Both short-hand and long-hand forms of these query params are now supported via the HTTP API (dc/datacenter, ap/partition, ns/namespace). [GH-17525]BUG FIXES:
in the programmed gateway having no routes. [GH-17609]
Also fixes the Consul query metadata present in the HTTP headers of the namespace read and list endpoints.