From faa583bb389c94810fb8fe722dfc3ccd2c8d18d6 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Thu, 30 May 2024 10:41:55 -0400 Subject: [PATCH] chore: v0.1.7 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ec08f..4bde5df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -### 0.1.5 (May 22, 2024) +### 0.1.7 (May 30, 2024) +- Added support for the `HEADSCALE_INTEGRATION` variable to allow for advanced integration without Docker. +- Fixed a bug where the `expiry` field on the Headscale configuration could cause crashes. +- Made the strict configuration loader more lenient to allow for more flexibility. +- Added `HEADSCALE_CONFIG_UNSTRICT`=true to revert back to a weaker configuration loader. +- Headplane's context now only loads once at start instead of being lazy-loaded. +- Improved logging and error propagation so that it's easier to debug issues. + +### 0.1.6 (May 22, 2024) - Added experimental support for advanced integration without Docker. - Fixed a crash where the Docker integration tried to use `process.env.API_KEY` instead of context. - Fixed a crash where `ROOT_API_KEY` was not respected in the OIDC flow.