Skip to content

v2.5.5

Latest

Choose a tag to compare

@pycook pycook released this 06 Nov 09:52
· 14 commits to master since this release

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 useEncryption to true by 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:

  1. Review the new useEncryption default setting if you have custom encryption configurations
  2. Test auto-discovery pool batch operations if you heavily rely on this feature
  3. 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