mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-26 21:01:32 +08:00
V1.1.0 release notes (#3645)
* update release notes * bump up version * fix release notes
This commit is contained in:
1
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -31,6 +31,7 @@ body:
|
||||
label: Version
|
||||
description: What version are you running?
|
||||
options:
|
||||
- v1.1.0
|
||||
- v1.0.0
|
||||
- v0.99.0
|
||||
- v0.90.0
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
<p align="center">
|
||||
<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 href="https://hub.docker.com/r/gravitl/netmaker/tags">
|
||||
<img src="https://img.shields.io/docker/pulls/gravitl/netmaker?label=downloads" />
|
||||
|
@@ -3,7 +3,7 @@ version: "3.4"
|
||||
services:
|
||||
netclient:
|
||||
container_name: netclient
|
||||
image: 'gravitl/netclient:v1.0.0'
|
||||
image: 'gravitl/netclient:v1.1.0'
|
||||
hostname: netmaker-1
|
||||
network_mode: host
|
||||
restart: on-failure
|
||||
|
@@ -16,7 +16,7 @@ spec:
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: netclient
|
||||
image: gravitl/netclient:v1.0.0
|
||||
image: gravitl/netclient:v1.1.0
|
||||
env:
|
||||
- name: TOKEN
|
||||
value: "TOKEN_VALUE"
|
||||
|
@@ -28,7 +28,7 @@ spec:
|
||||
# - "<node label value>"
|
||||
containers:
|
||||
- name: netclient
|
||||
image: gravitl/netclient:v1.0.0
|
||||
image: gravitl/netclient:v1.1.0
|
||||
env:
|
||||
- name: TOKEN
|
||||
value: "TOKEN_VALUE"
|
||||
|
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: netmaker-ui
|
||||
image: gravitl/netmaker-ui:v1.0.0
|
||||
image: gravitl/netmaker-ui:v1.1.0
|
||||
ports:
|
||||
- containerPort: 443
|
||||
env:
|
||||
|
4
main.go
4
main.go
@@ -35,10 +35,10 @@ import (
|
||||
"golang.org/x/exp/slog"
|
||||
)
|
||||
|
||||
var version = "v1.0.0"
|
||||
var version = "v1.1.0"
|
||||
|
||||
// @title NetMaker
|
||||
// @version 1.0.0
|
||||
// @version 1.1.0
|
||||
// @description NetMaker API Docs
|
||||
// @tag.name APIUsage
|
||||
// @tag.description.markdown
|
||||
|
28
release.md
28
release.md
@@ -1,26 +1,30 @@
|
||||
# Netmaker v1.0.0
|
||||
## Netmaker v1.1.0 Release Notes 🚀
|
||||
|
||||
## Whats New ✨
|
||||
## What’s 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 🐞
|
||||
|
||||
|
@@ -1511,7 +1511,7 @@ info:
|
||||
contact: {}
|
||||
description: NetMaker API Docs
|
||||
title: NetMaker
|
||||
version: 1.0.0
|
||||
version: 1.1.0
|
||||
paths:
|
||||
/api/dns:
|
||||
get:
|
||||
|
Reference in New Issue
Block a user