V1.1.0 release notes (#3645)

* update release notes

* bump up version

* fix release notes
This commit is contained in:
Abhishek K
2025-09-11 16:06:31 +05:30
committed by GitHub
parent 9e0196126f
commit 18c41f1809
9 changed files with 25 additions and 20 deletions

View File

@@ -31,6 +31,7 @@ body:
label: Version label: Version
description: What version are you running? description: What version are you running?
options: options:
- v1.1.0
- v1.0.0 - v1.0.0
- v0.99.0 - v0.99.0
- v0.90.0 - v0.90.0

View File

@@ -16,7 +16,7 @@
<p align="center"> <p align="center">
<a href="https://github.com/gravitl/netmaker/releases"> <a href="https://github.com/gravitl/netmaker/releases">
<img src="https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square" /> <img src="https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square" />
</a> </a>
<a href="https://hub.docker.com/r/gravitl/netmaker/tags"> <a href="https://hub.docker.com/r/gravitl/netmaker/tags">
<img src="https://img.shields.io/docker/pulls/gravitl/netmaker?label=downloads" /> <img src="https://img.shields.io/docker/pulls/gravitl/netmaker?label=downloads" />

View File

@@ -3,7 +3,7 @@ version: "3.4"
services: services:
netclient: netclient:
container_name: netclient container_name: netclient
image: 'gravitl/netclient:v1.0.0' image: 'gravitl/netclient:v1.1.0'
hostname: netmaker-1 hostname: netmaker-1
network_mode: host network_mode: host
restart: on-failure restart: on-failure

View File

@@ -16,7 +16,7 @@ spec:
hostNetwork: true hostNetwork: true
containers: containers:
- name: netclient - name: netclient
image: gravitl/netclient:v1.0.0 image: gravitl/netclient:v1.1.0
env: env:
- name: TOKEN - name: TOKEN
value: "TOKEN_VALUE" value: "TOKEN_VALUE"

View File

@@ -28,7 +28,7 @@ spec:
# - "<node label value>" # - "<node label value>"
containers: containers:
- name: netclient - name: netclient
image: gravitl/netclient:v1.0.0 image: gravitl/netclient:v1.1.0
env: env:
- name: TOKEN - name: TOKEN
value: "TOKEN_VALUE" value: "TOKEN_VALUE"

View File

@@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: netmaker-ui - name: netmaker-ui
image: gravitl/netmaker-ui:v1.0.0 image: gravitl/netmaker-ui:v1.1.0
ports: ports:
- containerPort: 443 - containerPort: 443
env: env:

View File

@@ -35,10 +35,10 @@ import (
"golang.org/x/exp/slog" "golang.org/x/exp/slog"
) )
var version = "v1.0.0" var version = "v1.1.0"
// @title NetMaker // @title NetMaker
// @version 1.0.0 // @version 1.1.0
// @description NetMaker API Docs // @description NetMaker API Docs
// @tag.name APIUsage // @tag.name APIUsage
// @tag.description.markdown // @tag.description.markdown

View File

@@ -1,26 +1,30 @@
# Netmaker v1.0.0 ## Netmaker v1.1.0 Release Notes 🚀
## Whats New ✨ ## Whats New ✨
- Multi-Factor Authentication (MFA) for user logins added an extra layer of security to your accounts. - Okta IDP Integration Seamless authentication and user provisioning with Okta.
- Gateways Unified: Internet Gateways are now merged into the general Gateway feature and available in Community Edition. - Egress Domain-Based Routing Route traffic based on domain names, not just network CIDRs.
- Improved OAuth & IDP Sync: Simplified and more reliable configuration for identity provider integrations. - DNS Nameservers with Match Domain Functionality Fine-grained DNS resolution control per domain.
- Global Map View: Visualize all your endpoints and users across the globe in a unified interface. - Service User Management Platform Network Admins can now add service users directly to networks.
- Network Graph Control: Directly control and manage endpoints via the interactive network graph. - Device Approval Workflow Require admin approval before devices can join a network.
- Site-to-Site over IPv6: IPv4 site-to-site communication over IPv6 Netmaker overlay tunnels. - Auto-Created User Group Policies Automatically generate network access policies for new user groups.
## 🛠 Improvements & Fixes - User Session Expiry Controls Set session timeouts for both Dashboard and Client Apps.
- Auto-Sync DNS Configs: Multi-network DNS configurations now sync automatically between server and clients. ## Improvements & Fixes 🛠
- Stability Fixes: Improved connection reliability for nodes using Internet Gateways. - Access Control Lists (ACLs): Enhanced functionality and flexibility.
- LAN/Private Routing Enhancements: Smarter detection and handling of local/private routes, improving peer-to-peer communication in complex network environments. - User Management UX: Streamlined workflows for easier administration.
- IDP User/Group Filtering: Improved filtering capabilities for large organizations.
- Stability Enhancements: More reliable connections for nodes using Internet Gateways.
## Known Issues 🐞 ## Known Issues 🐞

View File

@@ -1511,7 +1511,7 @@ info:
contact: {} contact: {}
description: NetMaker API Docs description: NetMaker API Docs
title: NetMaker title: NetMaker
version: 1.0.0 version: 1.1.0
paths: paths:
/api/dns: /api/dns:
get: get: