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