2a13c9af1f
Prior to this change, peer services would be targeted by service-default overrides as long as the new `peer` field was not found in the config entry. This commit removes that deprecated backwards-compatibility behavior. Now it is necessary to specify the `peer` field in order for upstream overrides to apply to a peer upstream.
6 lines
343 B
Plaintext
6 lines
343 B
Plaintext
```release-note:breaking-change
|
|
peering: Removed deprecated backward-compatibility behavior.
|
|
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](https://developer.hashicorp.com/consul/docs/upgrading/upgrade-specific) for more information.
|
|
```
|