Skip to content

Commit 6382946

Browse files
committed
Merge branch 'develop' of https://github.com/gravitl/netmaker into develop
2 parents 494cc7f + 238c68e commit 6382946

File tree

9 files changed

+37
-22
lines changed

9 files changed

+37
-22
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ body:
3131
label: Version
3232
description: What version are you running?
3333
options:
34+
- v0.99.0
3435
- v0.90.0
3536
- v0.30.0
3637
- v0.26.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<p align="center">
1818
<a href="https://github.com/gravitl/netmaker/releases">
19-
<img src="https://img.shields.io/badge/Version-0.90.0-informational?style=flat-square" />
19+
<img src="https://img.shields.io/badge/Version-0.99.0-informational?style=flat-square" />
2020
</a>
2121
<a href="https://hub.docker.com/r/gravitl/netmaker/tags">
2222
<img src="https://img.shields.io/docker/pulls/gravitl/netmaker?label=downloads" />

compose/docker-compose.netclient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.4"
33
services:
44
netclient:
55
container_name: netclient
6-
image: 'gravitl/netclient:v0.90.0'
6+
image: 'gravitl/netclient:v0.99.0'
77
hostname: netmaker-1
88
network_mode: host
99
restart: on-failure

k8s/client/netclient-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
hostNetwork: true
1717
containers:
1818
- name: netclient
19-
image: gravitl/netclient:v0.90.0
19+
image: gravitl/netclient:v0.99.0
2020
env:
2121
- name: TOKEN
2222
value: "TOKEN_VALUE"

k8s/client/netclient.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
# - "<node label value>"
2929
containers:
3030
- name: netclient
31-
image: gravitl/netclient:v0.90.0
31+
image: gravitl/netclient:v0.99.0
3232
env:
3333
- name: TOKEN
3434
value: "TOKEN_VALUE"

k8s/server/netmaker-ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: netmaker-ui
18-
image: gravitl/netmaker-ui:v0.90.0
18+
image: gravitl/netmaker-ui:v0.99.0
1919
ports:
2020
- containerPort: 443
2121
env:

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ import (
3434
"golang.org/x/exp/slog"
3535
)
3636

37-
var version = "v0.90.0"
37+
var version = "v0.99.0"
3838

3939
// @title NetMaker
40-
// @version 0.90.0
40+
// @version 0.99.0
4141
// @description NetMaker API Docs
4242
// @tag.name APIUsage
4343
// @tag.description.markdown

release.md

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,34 @@
1-
# Netmaker v0.90.0
1+
# Netmaker v0.99.0
22

33
## Whats New ✨
4-
- ACL Rules for Egress Ranges
5-
- High Availability for Egress Routes
6-
- Remote Access Gateways and Relays have been merged together into "Gateways" and are now available on CE.
7-
- Enchanced Graph Page
8-
- Ability to Define Additional Nameservers in your network
9-
10-
## What's Fixed/Improved 🛠
11-
- Metrics Data
12-
- IPv6 DNS Entries Are Not Working.
13-
- FailOver connection improvements.
14-
- Optimized Failover peer signaling.
15-
- Improved Connectivity Status Indicator with real-time troubleshooting help.
4+
5+
- IDP Integration: Seamless integration with Google Workspace and Microsoft Entra ID, including automatic synchronization of users and groups
6+
7+
- User Activity & Audit Logs: Comprehensive tracking of control plane events such as user management, node changes, ACL modifications, and user access events.
8+
9+
- Updated Egress UI: A redesigned interface for managing egress gateways for improved usability.
10+
11+
- User Access API Tokens: Generate and manage API tokens for user-level access and automation.
12+
13+
- Server Settings via Dashboard: View and configure core server settings directly from the web dashboard.
14+
15+
- ACLs on Community Edition (Beta): The new version of Access Control Lists is now available in CE as a beta feature.
16+
17+
- New Metrics Page: Gain better insights with a revamped metrics dashboard.
18+
19+
- Offline Node Auto-Cleanup: Automatically remove stale or inactive nodes to keep networks clean.
20+
21+
## 🛠 Improvements & Fixes
22+
23+
- Optimized DNS Query Handling: Faster and more efficient internal name resolution.
24+
25+
- Improved Failover Handling: Enhanced stability and signaling for NAT traversal peer connections.
26+
27+
- User Egress Policies: More granular control over user-level outbound traffic policies.
28+
29+
- LAN/Private Routing Enhancements: Better detection and handling of local/private endpoint routes during peer communication.
1630

1731
## Known Issues 🐞
1832

19-
- 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.
33+
- WireGuard DNS issue on Ubuntu 24.04 and some other newer Linux distributions. The issue is affecting the Netmaker Desktop, previously known as 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.
2034

swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ info:
15111511
contact: {}
15121512
description: NetMaker API Docs
15131513
title: NetMaker
1514-
version: 0.90.0
1514+
version: 0.99.0
15151515
paths:
15161516
/api/dns:
15171517
get:

0 commit comments

Comments
 (0)