From c7db99d6ca21f0d0e3425639940d4519f6b6fe60 Mon Sep 17 00:00:00 2001 From: Juan Font Date: Wed, 10 May 2023 14:27:24 +0000 Subject: [PATCH] Update changelog + prepare for 0.22.2 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f433d87..d1d4e834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,17 @@ ### Changes +## 0.22.2 (2023-05-10) + +### Changes + - Add environment flags to enable pprof (profiling) [#1382](https://github.com/juanfont/headscale/pull/1382) - Profiles are continously generated in our integration tests. - Fix systemd service file location in `.deb` packages [#1391](https://github.com/juanfont/headscale/pull/1391) - Improvements on Noise implementation [#1379](https://github.com/juanfont/headscale/pull/1379) - Replace node filter logic, ensuring nodes with access can see eachother [#1381](https://github.com/juanfont/headscale/pull/1381) - Disable (or delete) both exit routes at the same time [#1428](https://github.com/juanfont/headscale/pull/1428) +- Ditch distroless for Docker image, create default socket dir in `/var/run/headscale` [#1450](https://github.com/juanfont/headscale/pull/1450) ## 0.22.1 (2023-04-20)