Merge branch 'main' into acl-syntax-fixes

This commit is contained in:
Kristoffer Dalby 2022-06-11 14:14:21 +01:00 committed by GitHub
commit 7cd0f5e8a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 546 additions and 61 deletions

View file

@ -27,6 +27,7 @@
- Use [Prometheus]'s duration parser, supporting days (`d`), weeks (`w`) and years (`y`) [#598](https://github.com/juanfont/headscale/pull/598)
- Add support for reloading ACLs with SIGHUP [#601](https://github.com/juanfont/headscale/pull/601)
- Use new ACL syntax [#618](https://github.com/juanfont/headscale/pull/618)
- Add -c option to specify config file from command line [#285](https://github.com/juanfont/headscale/issues/285) [#612](https://github.com/juanfont/headscale/pull/601)
## 0.15.0 (2022-03-20)