From 338cd017e570ee1abb68b2a04a9dd27debdf11bf Mon Sep 17 00:00:00 2001 From: abhishek9686 Date: Wed, 17 Apr 2024 22:00:18 +0530 Subject: [PATCH 1/3] v0.24.0 release notes --- release.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/release.md b/release.md index 465f2de56..06b9e4937 100644 --- a/release.md +++ b/release.md @@ -2,18 +2,19 @@ ## Whats New ✨ -- Revamped Internet Gateways: hosts and clients can now use internet gateways! More info [here](https://docs.netmaker.io/pro/internet-gateways.html) - On community edition, internet gateways for clients can be accessed via the Remote Access tab. -- PostUp and PostDown commands for clients -- EMQX cloud support -- Metadata for Remote Access Gateways +- Added Failover Commands to nmctl +- IPv6 and Dual Stack Networks Support Across Platform +- Endpoint Detection Can Now Be Turned Off By Setting `ENDPOINT_DETECTION=false` On Server Config ## What's Fixed/Improved 🛠 -- Allow creation of gateways, relays and egress without clients, relayed hosts and external ranges respectively -- Make default host a remote access gateway and a failover host on joining a new network -- Stability fixes with ACLs -- Fixed issues with install/upgrade scripts -- Fixed issues with CoreDNS +- Scalability Fixes around Mq connection, ACLs +- Fixed Zombie Node Logic To Avoid Choking On the Channel +- Fixed Egress Routes In Dual Stack Netmaker Overlay Networks +- Fixed Client Connectivity Metrics Data ## Known Issues 🐞 + +- Erratic Traffic Data In Metrics +- `netclient server leave` Leaves a Stale Node Record In At Least One Network When Part Of Multiple Networks, But Can Be Deleted From The UI. +- On Darwin Stale Egress Route Entries Remain On The Machine After Removing Egress Range Or Removing The Egress Server From 04985cf31e51d9b3f89bd8f51c1bd6d17b89fa6a Mon Sep 17 00:00:00 2001 From: abhishek9686 Date: Wed, 17 Apr 2024 22:03:30 +0530 Subject: [PATCH 2/3] v0.24.0 release notes --- release.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release.md b/release.md index 06b9e4937..bf7b00b27 100644 --- a/release.md +++ b/release.md @@ -5,6 +5,7 @@ - Added Failover Commands to nmctl - IPv6 and Dual Stack Networks Support Across Platform - Endpoint Detection Can Now Be Turned Off By Setting `ENDPOINT_DETECTION=false` On Server Config +- New SignUp Flow For Oauth Users, With Admin Approval Process. ## What's Fixed/Improved 🛠 @@ -12,6 +13,9 @@ - Fixed Zombie Node Logic To Avoid Choking On the Channel - Fixed Egress Routes In Dual Stack Netmaker Overlay Networks - Fixed Client Connectivity Metrics Data +- Fixed auto-relay with enrollment key +- Imporved Logic Around Oauth Sceret Management +- Improved Oauth Message Templates ## Known Issues 🐞 From 2bd870804c7af21660a8bd5a744000c09ad67bb0 Mon Sep 17 00:00:00 2001 From: abhishek9686 Date: Wed, 17 Apr 2024 22:04:14 +0530 Subject: [PATCH 3/3] v0.24.0 release notes --- release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.md b/release.md index bf7b00b27..a33fe43c7 100644 --- a/release.md +++ b/release.md @@ -2,10 +2,10 @@ ## Whats New ✨ -- Added Failover Commands to nmctl - IPv6 and Dual Stack Networks Support Across Platform - Endpoint Detection Can Now Be Turned Off By Setting `ENDPOINT_DETECTION=false` On Server Config - New SignUp Flow For Oauth Users, With Admin Approval Process. +- Added Failover Commands to nmctl ## What's Fixed/Improved 🛠