Skip to content

Commit 1c494ed

Browse files
authored
update release notes, bump up version (#1037)
1 parent f55b697 commit 1c494ed

File tree

5 files changed

+23
-16
lines changed

5 files changed

+23
-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-0.90.0-informational?style=flat-square" />
10+
<img src="https://img.shields.io/badge/Version-0.99.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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ import (
1111
)
1212

1313
// TODO: use -ldflags to set the right version at build time
14-
var version = "v0.90.0"
14+
var version = "v0.99.0"
1515

1616
func main() {
1717
config.SetVersion(version)
1818
cmd.Execute()
19-
2019
}

release.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
1-
# Netclient v0.90.0
1+
# Netclient v0.99.0
22

33
## Whats New ✨
4-
- ACL Rules for Egress Ranges
5-
- High Availability for Egress Routes
6-
- Added Support for Additional Nameservers.
7-
8-
## What's Fixed/Improved 🛠
9-
- Optimised Metrics Collection.
10-
- IPv6 DNS Entries.
11-
- FailOver connection improvements.
12-
- Optimized Failover peer signaling.
13-
- Improved Connectivity Status Indicator with real-time troubleshooting help.
4+
5+
- ACLs on Community Edition (Beta): The new version of Access Control Lists is now available in CE as a beta feature.
6+
7+
- Auto Sync Server Settings: Automatically propagate server configuration changes across nodes.
8+
9+
- DNS Search Domains on Windows: DNS search domains configuration for Windows clients.
10+
11+
## 🛠 Improvements & Fixes
12+
13+
- Optimized DNS Query Handling: Faster and more efficient internal name resolution.
14+
15+
- Improved Failover Handling: Enhanced stability and signaling for NAT traversal peer connections.
16+
17+
- User Egress Policies: More granular control over user-level outbound traffic policies.
18+
19+
- LAN/Private Routing Enhancements: Better detection and handling of local/private endpoint routes during peer communication.
20+
21+
- Stale Route Cleanup on Node Disconnect: Automatically removes outdated interface routes when nodes disconnect.
1422

1523
## Known Issues 🐞
1624

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="0.90.0.0"
4+
version="0.99.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": "v0.90.0.0",
32+
"ProductVersion": "v0.99.0.0",
3333
"SpecialBuild": ""
3434
},
3535
"VarFileInfo": {

0 commit comments

Comments
 (0)