Releases: veops/cmdb
Releases · veops/cmdb
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: 修复计算属性中引用其他多值属性时,计算结果未包含方括号的问题
v2.4.7
- Perf: Model Import Export Optimization: Supports batch export of models, supports import and export of inherited models, associated models, and automatic relationship discovery.
- Feat: Model Configuration - Automatic Discovery: Adding master machines to execute machine increases.
- Perf: Experience optimization of batch selection function in tables.
- Perf: 模型导入导出优化:支持批量导出模型,支持导入导出继承模型、关联模型、关系自动发现
- Feat: 模型配置-自动发现:执行机器增加Master机器
- Perf: 表格批量选中功能体验优化
v2.4.6
- Feat: Added support for cron in automatic discovery for data collection, log display, agent health checks, and upgraded the UI.
- Feat: Model now supports dynamic attributes.
- Feat: Model attribute associations now support defining multiple groups.
- Feat: Added node search and pagination display features to the topology view, and upgraded the UI.
- Fix: Fixed an issue where multi-value attributes with predefined values appeared as empty on the new CI page.
- Fix: Fixed inaccurate IP address validation in regex checks.
- Fix: Fixed an issue where the relationship topology view on the relationship details page expanded abnormally.
- Feat: 自动发现采集频率支持Cron、日志展示和agent健康检查,以及对UI进行了升级改造
- Feat: 模型支持动态属性
- Feat: 模型属性关联支持定义多组
- Feat: 拓扑视图新增节点搜索和分页展示功能,并且对UI进行了升级
- Fix: 修复了新建CI页面有预定义值的多值属性出现空值的问题
- Fix: 修复了正则校验中IP地址校验不准确的问题
- Fix: 修复了关系详情页中关系拓扑视图展开异常的问题
v2.4.5
- Feat: Added topology view feature
- Feat: Resource data can be grouped and displayed according to the model
- Fix: Fixed an issue where the trigger webhook failed if the referenced attribute value contained Chinese characters
- Fix: Fixed an error where the admin account did not have the cmdb_admin role in version 2.4.4
- Fix: Fixed an error in password storage initialization
- Feat: 新增拓扑视图功能
- Feat: 资源数据支持按照模型分组展示
- Fix: 修复了触发器webhook中引用属性值包含中文导致触发失败的问题
- Fix: 修复了2.4.4版本中admin账号没有cmdb_admin角色的报错
- Fix: 修复了密码存储初始化报错的问题