Skip to content

v2.19.0 release (tower version 4.5.0)

Latest
Compare
Choose a tag to compare
@Sczlog Sczlog released this 17 Feb 07:45

release 日期 2025-02-17

v2.19.0 release (tower version 4.5.0)

breaking change

  • [TaskApi]: [updateTask]: descripton 字段由 string 更新为 TaskDescription

feature

  • [BackupPlanApi]: 新增 getBackupRestorePointMetadata API 用于获取备份恢复点元数据;
  • [NtpApi]: 新增 getNtpServiceUrl API 用于获取 Ntp 服务 URL;
  • [ClusterApi]: 新增 getClusterStorageInfo API 用于获取集群存储信息;
  • [ObservabilityApi]: 新增 clearSystemServiceAlertNotificationConfig API 用于清除系统服务报警信息

optimize

  • [BackupPlanApi]: [createBackupPlan]: 在 incremental_period 为 weekly 时,校验 incremental_weekdays 是否已输入;
  • 为以下资源新增返回字段
    • [BackupPlan]: 新增 vms, phase, last_execute_status_message, last_manual_execute_status_message, backup_restore_point_count,valid_size_of_restore_point, backup_total_size, logical_size,backup_delay_option, delete_strategy,backup_plan_executions 和 backup_restore_points 字段;
    • [NestedVirtualPrivateCloudService]: 新增 internal_cidr 和 tep_ip_pools 字段;
    • [VirtualPrivateCloud]: 新增 vpc_service 字段;
    • [SecurityPolicy]: 新增 is_blocklist 字段;
    • [ContentLibraryVmTemplate]: 新增 vm_disks, vm_nics, clock_offset, cpu, cpu_model, firmware, ha, io_policy, local_created_at, max_bandwidth, max_bandwidth_policy, max_iops, max_iops_policy, template_config, video_type, win_opt 和 zbs_storage_info 字段;
    • [VirtualPrivateCloudExternalSubnets]: 新增 edge_gateway 和 exclusive 字段;
  • [TaskApi]: [createTask], [updateTask]: 支持传入 started_at 和 finished_at 字段;

bugfix

  • [IscsiLunApi]: [copyIscsiLun]: 修复跨集群克隆 iscsi lun 失败;
  • [ObservabilityApi]: [disassociateSystemServiceFromObsService]: 修复解除关系错误时无法正确返回错误信息。