chore: 更新版本号 2.2503.3

This commit is contained in:
TsMask
2025-03-21 15:18:01 +08:00
parent bd3910a217
commit a877176a5f
6 changed files with 16 additions and 10 deletions

View File

@@ -1,5 +1,11 @@
# 版本发布日志
## 2.2503.3-20250321
- 重构 UPF流量总计7,30天累计数据查询
- 更新 SMF/UPF 参数配置
- 更新 角色菜单分配
## 2.2503.2-20250314
- 更新 AMF参数配置systemFeatOpt

View File

@@ -3,7 +3,7 @@
ProjectL = omc
ProjectU = OMC
PROJECT = $(ProjectL)
VERSION = 2.2503.2
VERSION = 2.2503.3
RelDate = `date +%Y%m%d`
Release = $(RelDate)
RelVer = $(VERSION)-$(RelDate)

View File

@@ -2,7 +2,7 @@
ProcList="restagent sshsvc"
ProjectL=omc
VERSION=2.2503.2
VERSION=2.2503.3
RelDate=`date +%Y%m%d`
Release=${RelDate}
RelVer=${VERSION}-${RelDate}

View File

@@ -20,7 +20,7 @@ pprof:
rest:
- ipv4: 0.0.0.0
ipv6:
port: 33030
port: 33040
- ipv4: 0.0.0.0
ipv6:
port: 33443
@@ -31,7 +31,7 @@ rest:
keyFile: ./etc/certs/omc-server.key
webServer:
enabled: true
enabled: false
rootDir: d:/omc.git/fe.ems.vue3/dist # front-end build dist directory
listen:
- addr: :80
@@ -47,8 +47,8 @@ database:
type: mysql
user: root
password: 1000omc@kp!
host: 127.0.0.1
port: 33066
host: 192.168.9.58
port: 13306
name: "tenants_db"
connParam: charset=utf8mb4&collation=utf8mb4_general_ci&parseTime=True&interpolateParams=True
backup: ./database
@@ -58,8 +58,8 @@ redis:
dataSource:
# OMC system db
default:
port: 6379 # Redis port
host: "127.0.0.1" # Redis host
port: 16379 # Redis port
host: "192.168.9.58" # Redis host
password: "helloearth"
db: 10 # Redis db_num
# used to specify the default data source for multiple data resourece

View File

@@ -1,7 +1,7 @@
# Makefile for rest agent project
PROJECT = OMC
VERSION = 2.2503.2
VERSION = 2.2503.3
PLATFORM = amd64
ARMPLATFORM = aarch64
BUILDDIR = ../../build

View File

@@ -1,7 +1,7 @@
# Makefile for OMC-OMC-crontask project
PROJECT = OMC
VERSION = 2.2503.2
VERSION = 2.2503.3
LIBDIR = be.ems/lib
BINNAME = sshsvc