From 9b52cc8941eba22edc6e5dbbde53dc3c8786fa9b Mon Sep 17 00:00:00 2001 From: GUARDiA AutoDeploy Date: Sun, 7 Jun 2026 04:05:37 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20ITSM=20admin=20=ED=86=B5=EA=B3=84=20v2.?= =?UTF-8?q?1.0=20+=20=ED=99=88=ED=8E=98=EC=9D=B4=EC=A7=80=20Messenger=202?= =?UTF-8?q?=EC=84=B8=EB=8C=80=20=EB=B0=98=EC=98=81=20+=20=ED=95=98?= =?UTF-8?q?=EB=84=A4=EC=8A=A4=20=EC=8B=A0=EA=B7=9C=20=EA=B5=AC=EC=84=B1=20?= =?UTF-8?q?[auto-sync]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routers/admin.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/routers/admin.py b/routers/admin.py index 0e82ca6..cc38f8e 100644 --- a/routers/admin.py +++ b/routers/admin.py @@ -43,9 +43,9 @@ async def get_about(_u: User = Depends(get_current_user)): return { "product": "GUARDiA ITSM", - "version": "2.0.0", - "build_date": "2026-05-30", - "description": "AI 기반 레거시 인프라 자율 운영 플랫폼", + "version": "2.1.0", + "build_date": "2026-06-07", + "description": "AI 기반 레거시 인프라 자율 운영 플랫폼 (Messenger 2세대 200기능 포함)", "vendor": "(주)지오정보기술", "copyright": "Copyright © 2026 (주)지오정보기술 All Rights Reserved.", "support": "support@zioinfo.co.kr", @@ -67,8 +67,10 @@ async def get_about(_u: User = Depends(get_current_user)): {"name": "APScheduler", "version": "3.x", "license": "MIT"}, {"name": "paramiko", "version": "최신", "license": "LGPL"}, ], - "api_count": 595, - "total_routes": 595, + "api_count": 1416, + "total_routes": 1416, + "messenger_features": 200, + "feature_categories": 13, }