Skip to content

Commit

Permalink
added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Jul 9, 2024
1 parent a0d65d3 commit 875df34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changelog/571.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
```release-note:feature
Added the ability to set the `-mode` flag. Options available are `sidecar` and `dns-proxy`. The system defaults to `sidecar`.
When set to `sidecar`:
- DNS Server, xDS Server, and Envoy are enabled.
- The system validates that `-consul-dns-bind-addr` and equivalent environment variable must be set to the loopback address.
When set to `dns-proxy`:
- Only DNS Server is enabled. xDS Server and Envoy are disabled.
- `consul-dns-bind-addr` and equivalent environment variable can be set to other values besides the loopback address.
```

0 comments on commit 875df34

Please sign in to comment.