mirror of https://github.com/hashicorp/consul
Browse Source
* Fix namespaced peer service updates / deletes. This change fixes a function so that namespaced services are correctly queried when handling updates / deletes. Prior to this change, some peered services would not correctly be un-exported. * Add changelog.pull/17459/head
Derek Menteer
2 years ago
committed by
GitHub
3 changed files with 9 additions and 3 deletions
@ -0,0 +1,3 @@ |
|||||||
|
```release-note:bug |
||||||
|
peering: Fix issue where modifying the list of exported services did not correctly replicate changes for services that exist in a non-default namespace. |
||||||
|
``` |
Loading…
Reference in new issue