Skip to content

Commit

Permalink
Changelog: add breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
reynico committed Mar 2, 2022
1 parent b615006 commit dcc46af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

- Boundaries between Namespaces has been removed and all nodes can communicate by default [#357](https://github.com/juanfont/headscale/pull/357)
- To limit access between nodes, use [ACLs](./docs/acls.md).
- `/metrics` is now a configurable host:port endpoint: [#344](https://github.com/juanfont/headscale/pull/344). You must update your `config.yaml` file to include:
```yaml
metrics_listen_addr: 127.0.0.1:9090
```

### Features

Expand Down

0 comments on commit dcc46af

Please sign in to comment.