diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 0bb1e634..c7066236 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -31,6 +31,7 @@ body:
label: Version
description: What version are you running?
options:
+ - v0.90.0
- v0.30.0
- v0.26.0
- v0.25.0
diff --git a/README.md b/README.md
index 76f358c7..305ade64 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
-
+
diff --git a/compose/docker-compose.netclient.yml b/compose/docker-compose.netclient.yml
index bb7c4034..a449b0f9 100644
--- a/compose/docker-compose.netclient.yml
+++ b/compose/docker-compose.netclient.yml
@@ -3,7 +3,7 @@ version: "3.4"
services:
netclient:
container_name: netclient
- image: 'gravitl/netclient:v0.30.0'
+ image: 'gravitl/netclient:v0.90.0'
hostname: netmaker-1
network_mode: host
restart: on-failure
diff --git a/k8s/client/netclient-daemonset.yaml b/k8s/client/netclient-daemonset.yaml
index 3eff2e16..713e4794 100644
--- a/k8s/client/netclient-daemonset.yaml
+++ b/k8s/client/netclient-daemonset.yaml
@@ -16,7 +16,7 @@ spec:
hostNetwork: true
containers:
- name: netclient
- image: gravitl/netclient:v0.30.0
+ image: gravitl/netclient:v0.90.0
env:
- name: TOKEN
value: "TOKEN_VALUE"
diff --git a/k8s/client/netclient.yaml b/k8s/client/netclient.yaml
index 3f5f4a45..bb019913 100644
--- a/k8s/client/netclient.yaml
+++ b/k8s/client/netclient.yaml
@@ -28,7 +28,7 @@ spec:
# - ""
containers:
- name: netclient
- image: gravitl/netclient:v0.30.0
+ image: gravitl/netclient:v0.90.0
env:
- name: TOKEN
value: "TOKEN_VALUE"
diff --git a/k8s/server/netmaker-ui.yaml b/k8s/server/netmaker-ui.yaml
index 43b7f98d..b1f4bec6 100644
--- a/k8s/server/netmaker-ui.yaml
+++ b/k8s/server/netmaker-ui.yaml
@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: netmaker-ui
- image: gravitl/netmaker-ui:v0.30.0
+ image: gravitl/netmaker-ui:v0.90.0
ports:
- containerPort: 443
env:
diff --git a/main.go b/main.go
index fd46ffcf..74342347 100644
--- a/main.go
+++ b/main.go
@@ -28,10 +28,10 @@ import (
"golang.org/x/exp/slog"
)
-var version = "v0.30.0"
+var version = "v0.90.0"
// @title NetMaker
-// @version 0.30.0
+// @version 0.90.0
// @description NetMaker API Docs
// @tag.name APIUsage
// @tag.description.markdown
diff --git a/release.md b/release.md
index 80f44c1d..487f0865 100644
--- a/release.md
+++ b/release.md
@@ -1,21 +1,20 @@
-# Netmaker v0.30.0
+# Netmaker v0.90.0
## Whats New ✨
-- Advanced ACL Rules - port, protocol and traffic direction
-- Reduced Firewall Requirements To One Single Port (443 udp/tcp)
-- Option to Turn off STUN or specify custom stun servers
-- Improved Connectivity Status Indicator with real-time troubleshooting help.
+- ACL Rules for Egress Ranges
+- High Availability for Egress Routes
+- Remote Access Gateways and Relays have been merged together into "Gateways" and are now available on CE.
+- Enchanced Graph Page
+- Ability to Define Additional Nameservers in your network
## What's Fixed/Improved 🛠
- Metrics Data
-- Optimised MQ message size
-- FailOver Stability Fixes
-- Scalability Fixes
-- Duplicate Node IP check on update
+- IPv6 DNS Entries Are Not Working.
+- FailOver connection improvements.
+- Optimized Failover peer signaling.
+- Improved Connectivity Status Indicator with real-time troubleshooting help.
## Known Issues 🐞
-- IPv6 DNS Entries Are Not Working.
-- Stale Peer On The Interface, When Forced Removed From Multiple Networks At Once.
-- WireGuard DNS issue on most flavours of Ubuntu 24.04 and some other newer Linux distributions. The issue is affecting the Remote Access Client (RAC) and the plain WireGuard external clients. Workaround can be found here https://help.netmaker.io/en/articles/9612016-extclient-rac-dns-issue-on-ubuntu-24-04.
+- WireGuard DNS issue on Ubuntu 24.04 and some other newer Linux distributions. The issue is affecting the Remote Access Client (RAC) and the plain WireGuard external clients. Workaround can be found here https://help.netmaker.io/en/articles/9612016-extclient-rac-dns-issue-on-ubuntu-24-04.
diff --git a/swagger.yaml b/swagger.yaml
index a9eb97e1..f60120d0 100644
--- a/swagger.yaml
+++ b/swagger.yaml
@@ -1466,7 +1466,7 @@ info:
contact: {}
description: NetMaker API Docs
title: NetMaker
- version: 0.30.0
+ version: 0.90.0
paths:
/api/dns:
get: