Procházet zdrojové kódy

V1.1.0 release notes (#3645)

* update release notes

* bump up version

* fix release notes
Abhishek K před 10 hodinami
rodič
revize
18c41f1809

+ 1 - 0
.github/ISSUE_TEMPLATE/bug-report.yml

@@ -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

+ 1 - 1
README.md

@@ -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" />

+ 1 - 1
compose/docker-compose.netclient.yml

@@ -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

+ 1 - 1
k8s/client/netclient-daemonset.yaml

@@ -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"

+ 1 - 1
k8s/client/netclient.yaml

@@ -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"

+ 1 - 1
k8s/server/netmaker-ui.yaml

@@ -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:

+ 2 - 2
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

+ 16 - 12
release.md

@@ -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 🐞
 

+ 1 - 1
swagger.yaml

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