Skip to content

v2.3.7

Compare
Choose a tag to compare
@pycook pycook released this 24 Nov 07:15
· 706 commits to master since this release
  1. feat: Comprehensive support for many-to-many relationships in the relationship view (service tree) has been implemented. #279, #271
  2. feat: The color scheme of Dashboard charts has been enriched and optimized. #271
  3. feat: Added a one-click installation script, install.sh, for container deployment. #277
  4. feat: Added commands: cmdb-agent-init for the initialization of the cmdb_agent user, displaying the key and secret for cmdb_agent. #264
  5. feat: Encryption storage of sensitive data in webhook configurations. #255
  6. fix: Resolved the timezone issue with caching images. #268
  7. fix: Addressed some alerts from automatic code scanning. #254
  8. DB change: Added a new field, ancestor_ids, to the c_ci_relations table.

  1. feat: 全面支持了多对多关系在关系视图(服务树)的应用 #279, #271
  2. feat: 丰富优化了Dashboard图表的配色 #271
  3. feat: 新增容器部署的一键安装脚本install.sh #277
  4. feat: 新增commands: cmdb-agent-init, cmdb_agent用户的初始化, 并显示cmdb_agent的key和secret #264
  5. feat: webhook配置里的敏感数据加密存储 #255
  6. fix: cache镜像的时区问题 #268
  7. fix: 解决代码自动扫描的一些告警 #254
  8. DB变更: c_ci_relations表新增字段ancestor_ids