From 4f57fdb43b2d38ca4fde15942bd256dd6c6c065a Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Fri, 2 Aug 2024 16:15:08 -0400 Subject: [PATCH] chore: v0.2.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d40cd5d..9b75a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 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. +- Reimplemented the integration system to be more resilient and log more information. +- Fixed an issue where the /proc integration found `undefined` PIDs. + ### 0.2.1 (July 7, 2024) - Added the ability to manage custom DNS records on your Tailnet. - ACL tags for machines are now able to be changed via the machine menu.