Releases: veops/cmdb
Releases · veops/cmdb
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: 修复了密码存储初始化报错的问题
v2.4.4
v2.4.3
- Feat: Support service tree retrieval.
- Feat: Support custom display attributes for service tree and topology view.
- Fix: Fix the issue of duplicate display of nodes in relationship topology view.
- Fix: Fix the issue of the manual trigger CI calculation button not being displayed for inherited properties.
- Feat: 支持服务树检索
- Feat: 服务树和拓扑视图支持自定义展示属性
- Fix: 修复关系拓扑视图节点重复显示的问题
- Fix: 修复继承属性手动触发CI计算按钮未展示的问题
v2.4.2
- Feat: Added attribute association feature, supporting automatic relationship establishment based on the attribute values of two models.
- Fix: Fixed the issue of menu bar shaking when focusing on the top menu bar.
- Feat: 新增属性关联功能,支持通过两个模型的属性值自动建立关系
- Fix: 修复了聚焦在顶部菜单栏时,菜单栏抖动的问题
v2.4.1
- Feat: Service Tree Table supports displaying tree node information.
- Feat: Service Tree supports modifying tree node names.
- Feat: Support editing of service tree configurations.
- Feat: Added LDAP authentication option on the login page.
- Feat: Comprehensive upgrade of system UI to further enhance user experience.
- Fix: Resolved an issue with model import failure.
- Fix: Resolved an issue with model associations becoming invalid during batch import.
- Fix: Resolved an issue where illegal files could be uploaded to the system by changing the file extension.
- Feat: 服务树Table支持显示树节点信息
- Feat: 服务树支持修改树节点名称
- Feat: 支持对服务树配置的编辑
- Feat: 登录页面新增LDAP认证选项
- Feat: 系统UI进行全面升级,进一步优化用户体验
- Fix: 修复了导入模型失败的问题
- Fix: 修复了批量导入时,模型关联失效的问题
- Fix: 修复了通过修改文件后缀名而将非法文件上传到系统的问题
v2.3.13
- Feat: Added service tree authorization functionality. #424 #425
- Feat: Optimized some guidance instructions.
- Fix: Resolved an issue where the corresponding relationship resources in ACL were not deleted after deleting a model. #414
- Fix: Resolved an issue where unique constraints were invalidated during batch import.
- Fix: Resolved an issue where the relationship data list was not fully displayed on the property details page.
- Fix: Resolved an issue where the unique validation list still returned deleted properties.
v2.3.12
v2.3.11
- Feat: Support regular expression validation for attribute configuration. Users can define a format-specific regex rule for attribute configuration or customize their own regular expression.
- Feat: My Subscriptions and the resource hierarchy module now support sorting of subscribed models.
- Feat: Enhance user experience by eliminating the checkbox selection method for changes in multi-valued attributes.
- Feat:属性配置时支持正则校验,可为属性配置限定格式的正则规则,也可以自定义正则表达式
- Feat:我的订阅和资源层级模块支持对已订阅模型进行排序
- Feat:优化用户体验,多值属性的变更不再使用下拉框勾选的方式