Releases: veops/cmdb
Releases · veops/cmdb
v2.5.5
Release v2.5.5 (2025-11-06)
🎉 What's New
✨ Features & Enhancements
Auto-Discovery Pool Improvements
- Batch Operations Optimization - Optimized batch operations for auto-discovery pool, improving performance and user experience
- Refresh Button - Added refresh button to auto-discovery pool for real-time data updates
- View Raw Data - Added capability to view raw data of auto-discovered instances via new API endpoint and UI interface
Navigation & User Experience
- Navigation Buttons - Added navigation buttons to the model configuration page and resource view page for easier page switching
- Page Style & Interaction Upgrades - Upgraded and optimized various page styles and interactions across the application
🐛 Bug Fixes
Data Handling
- Resource Data Search - Fixed resource data search compatibility issues with anomalous data
- Auto-Discovery Rule Sync - Fixed synchronization issues with auto-discovery rules
- Template Import/Export - Resolved issues with template import and export functionality
Integration & Webhooks
- Webhook Trigger Fix - Fixed webhook trigger behavior when HTTP status indicates failure (PR #718)
🔧 Improvements & Configuration
Security & Configuration
- Encryption Default - App config now sets
useEncryptiontotrueby default for enhanced security - Request Base URL - Replaced request base URL for improved API handling
🔄 Upgrade Notes
This release is a minor update focusing on stability improvements and feature enhancements. No breaking changes are introduced.
Recommended Actions:
- Review the new
useEncryptiondefault setting if you have custom encryption configurations - Test auto-discovery pool batch operations if you heavily rely on this feature
- Verify webhook integrations if you experienced issues with HTTP failure handling
🙏 Contributors
Special thanks to all contributors who made this release possible:
- @LHRUN - UI/UX improvements and auto-discovery enhancements
- @pycook - Backend API and template fixes
- @tangr - Webhook integration fixes
- @tangshoubin - Webhook integration fixes
📦 Installation
# Docker installation
git clone https://github.com/veops/cmdb.git
cd cmdb
docker compose up -d
# Or upgrade from old version
cd cmdb
git pull
docker compose down && docker compose up -dv2.5.4
Release v2.5.4 (2025-08-15)
✨ New Features
Resource Data Module
- Subscription Model Display Refactor: Changed subscription model display from page-level
sub-menus to in-page menus, significantly improving browsing and switching efficiency
Model Relationships Enhancement
- Attribute Association Rules Optimization:
- Added attribute value type consistency validation between source and target models
- Enhanced data association accuracy and reliability
- Multi-value Attribute Support:
One-to-manyandmany-to-manyrelationship constraints
now fully support multi-value attributes, providing more flexible data model design
capabilities
Preference
- Auto-subscription Feature: Introduced automatic subscription mechanism. When enabled,
resource data model menus will display subscribed models in real-time based on configured
auto-subscription rules #285
User Experience Enhancements
- Login Redirect: Automatically record the last visited page route when logging
out - CMDB Navigation Optimization: Unified default redirection for CMDB module to Resource
Data page
🐛 Bug Fixes
- Fixed
add-userclick command execution issues #675
v2.5.3
Release v2.5.3 (2025-06-20)
🐛 Bug Fixes
- Fixed LDAP checkbox issue when both LDAP and CAS are enabled.
- Fixed incorrect title display on CI detail pages.
- Resolved bug #702 (Cabinet physical server topology rendering error ).
✨ New Features
- IPAM: Added batch operations for IP/subnet management (download, delete, modify).
- Auto-Discovery: Restricted pool view access to admin-only.
⚙️ Improvements
- Added Docker env variable (
SYSTEM_DEFAULT_LANGUAGE) for initial language setup. - Improved CI detail page: visually distinguished upstream/downstream models in relation tables.
v2.5.2
[Version v2.5.2] - 2025-04-17
New Features & Improvements
-
Enhanced CI Details Page Display
-
Improved Network Device Auto-Discovery Configuration Page
-
Port List Recording in Network Device Auto-Discovery
- The auto-discovery process now captures and records port lists from discovered network devices, improving inventory accuracy.
-
Multi-Architecture Support for
cmdb-dbandcmdb-cacheContainers- Added ARM compatibility for
cmdb-dbandcmdb-cacheDocker containers, enabling deployment on both x86_64 and ARM64 platforms.
- Added ARM compatibility for
v2.5.1
v2.4.17
- Feat: Resource search supports multi-line retrieval
- Feat: Optimized the service tree menu, allowing switching between different service trees via a dropdown
- Fix: Resolved the issue where the unique constraint was not enforced when updating the data center module's data rooms
- Fix: Fixed the timezone anomaly in the "Join Time" field of the ACL user management list
- Feat:资源搜索支持多行检索
- Feat: 优化服务树菜单,可通过下拉切换不同服务树
- Fix: 修复了数据中心模块更新机房时唯一限制未生效的问题
- Fix: 修复了acl用户管理列表 加入时间 字段时区异常的问题
v2.4.16
- Feat: DCIM supports manually triggering the number of available U units in computer cabinets.
- Feat: Reference attribute values in the CI relationship details page table now support displaying attributes based on the reference model.
- Feat: IPAM now supports viewing the relationship details of assigned IP addresses.
- Feat: Date triggers now support test sending functionality.
- Feat: DCIM支持手动触发计算机柜空闲U数
- Feat: CI关系详情页Table的引用属性值支持按照引用模型展示属性显示
- Feat: IPAM支持查看已分配IP地址的关系详情
- Feat: 日期触发器支持测试发送功能
v2.4.15
New Features:
-
Data Center Infrastructure Management (DCIM) Module
- Added DCIM module, supporting visual management of data centers and racks.
-
Enhanced IP Address Management (IPAM)
- IPAM supports bulk reclamation and bulk allocation of IP addresses.
- IPAM supports creating identical subnets under different directories.
- IPAM optimizes scanning rules—newly created subnet scanning rules will automatically perform a scan within one minute after creation.