Skip to content

Commit ceccda7

Browse files
authored
update release notes, bump up verison (#1142)
1 parent 8660953 commit ceccda7

File tree

5 files changed

+27
-16
lines changed

5 files changed

+27
-16
lines changed

README.md

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

88
<p align="center">
99
<a href="https://github.com/gravitl/netmaker/releases">
10-
<img src="https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square" />
10+
<img src="https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square" />
1111
</a>
1212
<a href="https://hub.docker.com/r/gravitl/netclient/tags">
1313
<img src="https://img.shields.io/docker/pulls/gravitl/netclient?label=downloads" />

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// TODO: use -ldflags to set the right version at build time
14-
var version = "v1.1.0"
14+
var version = "v1.2.0"
1515

1616
func main() {
1717
config.SetVersion(version)

release.md

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,41 @@
1-
# Netclient v1.1.0
1+
## Netclient v1.2.0 Release Notes 🚀
22

3-
## What’s New
3+
## 🚀 What’s New
44

5-
- Egress Domain-Based Routing – Route traffic based on domain names, not just network CIDRs.
5+
### 🌍 Auto-Relays (formerly Failovers)
66

7-
- DNS Nameservers with Match Domain Functionality – Fine-grained DNS resolution control per domain.
7+
- Failovers are now Auto-Relays with High Availability (HA) support.
88

9-
- Device Approval Workflow – Require admin approval before devices can join a network.
9+
- Enables global routing optimization based on real-time latency between peers across regions.
1010

11+
### 🔁 Gateway High Availability
1112

12-
## Improvements & Fixes 🛠
13+
- Gateways can now automatically assign peer relays and fallback to healthy nodes when primary gateways become unavailable.
1314

14-
- Access Control Lists (ACLs): Enhanced functionality and flexibility.
15+
### 🌐 Egress HA with Latency-Aware Routing
1516

16-
- Stability Enhancements: More reliable connections for nodes using Internet Gateways.
17+
- Egress gateways now dynamically select the optimal route based on latency, ensuring faster and more resilient connectivity.
1718

18-
- DNS: Linux DNS Config Fixes
19+
### 🧭 DNS Search Domains
1920

20-
- Egress HA: Optimised Egress HA routing.
21+
- Added DNS search domain functionality for simplified hostname resolution across distributed networks.
22+
23+
24+
## 🧰 Improvements & Fixes
25+
26+
- Metrics Enrichment: Enhanced uptime and connection-status data.
27+
28+
- DNS Control Fixes: Fixed toggle behavior for enabling/disabling Netmaker DNS on hosts.
29+
30+
- DNS Config Update And Cleanup Handling.
31+
32+
- Egress Domain Updates: Fixed domain-related issues in egress configurations to ensure consistent routing behavior.
2133

2234
## Known Issues 🐞
2335

24-
- Inaccurate uptime info in metrics involving ipv4-only and ipv6-only traffic
36+
- 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.
2537

2638
- netclients cannot auto-upgrade on ipv6-only machines.
2739

2840
- Need to optimize multi-network netclient join with enrollment key
2941

30-
- Stale Peer On The Interface, When Forced Removed From Multiple Networks At Once.

resources/windows/netclient.exe.manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
33
<assemblyIdentity
4-
version="1.1.0.0"
4+
version="1.2.0.0"
55
processorArchitecture="*"
66
name="netclient.exe"
77
type="win32"

versioninfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"OriginalFilename": "",
3030
"PrivateBuild": "",
3131
"ProductName": "Netclient",
32-
"ProductVersion": "v1.1.0.0",
32+
"ProductVersion": "v1.2.0.0",
3333
"SpecialBuild": ""
3434
},
3535
"VarFileInfo": {

0 commit comments

Comments
 (0)