Releases: veops/cmdb
Releases · veops/cmdb
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.
v2.4.14
v2.4.13
v2.4.12
refactor: Resource Search Page
- Supports global search
- Supports advanced search, allowing precise searching across multiple attributes
- Supports quick filtering of models in search results
- Supports viewing detailed information of instances
- Supports instance favorites for quick access
- Supports bulk download
refactor: 资源搜索页面
- 支持全局搜索
- 支持高级搜索,即对多个属性进行精准搜索
- 支持在搜索结果中快速筛选模型
- 支持查看实例详细信息
- 支持实例收藏,快速查看
- 支持批量下载
v2.4.11
- Feat: Added new data types for model attributes: Boolean, Reference, Short Text, and Long Text.
- Feat: The attribute dropdown list supports custom enumeration values.
- Fix: Fixed the issue with inaccurate results in resource search
in
queries. - Fix: Fixed the sorting issues between non-inherited attributes and inherited attributes, as well as sorting hints for other groups in the inheritance model.
- Feat: 模型属性新增布尔、引用、短文本、长文本的数据类型
- Feat: 属性下拉列表支持自定义枚举值
- Fix: 修复了资源搜索
in
查询 不准的问题 - Fix: 修复了继承模型中非继承属性与继承属性的排序以及其他分组的排序提示问题
v2.4.10
- Feat: When batch modifying CIs, multi-value attributes now have options for overwrite, add, and delete operations.
- Feat: The "My Subscriptions" page now supports bulk subscriptions.
- Feat: To enhance user experience, the model configuration page will remember the last opened tab, and switch to that tab when changing models.
- Feat: 批量修改CI时,多值属性增加了覆盖、添加和删除的操作选项
- Feat: 我的订阅页面支持批量订阅
- Feat: 为了改善用户体验,模型配置页面会记住上一次打开的tab页,切换模型时直接定位该tab页面
v2.4.9
- Feat: Optimized the support for computed properties with multiple values, added guidance for better user experience.
- Feat: Auto-discovery now supports configuring multiple account credentials, which can be directly referenced on the attribute auto-discovery page.
- Feat: Added support for bulk exporting operation audits and resource data change records.
- Feat: Added support for filtering operation audits by time range.
- Feat: Relationship auto-discovery now supports establishing relationships in reverse.
- Feat: 优化计算属性对于多值的支持,增加了说明指引,提升用户体验
- Feat: 自动发现支持配置多个账号密码,属性自动发现页面可直接引用
- Feat: 支持批量导出操作审计、资源数据变更记录
- Feat: 支持按照时间范围筛选操作审计
- Feat: 关系自动发现支持反向建立关系
v2.4.8
- Feat: In the Auto-Discovery Configuration page, the HTTP type plugin supports automatic attribute mapping based on yaml.
- Feat: Relationships established through attribute associations support automatic deletion of relationships.
- Feat: Added enable/disable button for attribute auto-discovery; data collection stops when disabled.
- Feat: Added user guidance instructions to enhance user experience.
- Fix: Resolved an issue where calculated attributes referencing other multi-valued attributes did not include square brackets in the results.
- Feat: 自动发现配置页面,公有云类型插件支持按照yaml自动完成属性映射
- Feat: 通过属性关联建立的关系支持自动删除关系
- Feat: 属性自动发现增加开启/关闭按钮,关闭后不再自动采集数据
- Feat: 增加用户指引说明,优化用户体验
- Fix: 修复计算属性中引用其他多值属性时,计算结果未包含方括号的问题