From d041a62fcd464c105b8f5e34642cdc5e2dfb56db Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Fri, 23 Aug 2024 15:20:27 -0400 Subject: [PATCH] chore: 0.2.3 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b75a93..2853aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 0.2.3 (August 23, 2024) +- Change the minimum required version of Headscale to 0.23-beta2 +- Support the new API policy mode for Headscale 0.23-beta1 +- Switch to the new DNS configuration in Headscale 0.23-beta2 (fixes [#29](https://github.com/tale/headplane/issues/29)) +- If OIDC environment variables are defined, don't use configuration file values (fixes [#24](https://github.com/tale/headplane/issues/24)) + ### 0.2.2 (August 2, 2024) - Added a proper Kubernetes integration which utilizes `shareProcessNamespace` for PIDs. - Added a new logger utility that shows categories, levels, and timestamps.