automation-suite
2023.10
true
  • Linux 版 Automation Suite 发行说明
    • 2023.10.0
    • 2023.10.1
    • 2023.10.2
    • 2023.10.5
  • EKS/AKS 上的 Automation Suite 发行说明
    • 2023.10.0
    • 2023.10.1
    • 2023.10.2
    • 2023.10.3
    • 2023.10.4
    • 2023.10.5
Automation Suite 发行说明
Last updated 2024年9月20日

2023.10.2

发布日期:2024 年 2 月 28 日

支持 Microsoft SQL Server 2022

勘误 - 添加于 2024 年 3 月 25 日:我们现在支持 Microsoft SQL Server 2022。

更新了 URL 代理白名单

勘误 - 添加于 2024 年 3 月 18 日:我们已从 URL 代理白名单中删除以下 URL:

  • ftp.byfly.by
  • ftp.gwdg.de
  • mirror.firstyear.id.au
  • ftp.lysator.liu.se
  • mirror-jp.firstyear.id.au

有关代理配置的更多详细信息,请参阅代理

更新了 Kubernetes 版本支持

我们添加了对 Kubernetes 1.28 的支持,并删除了对 Kubernetes 1.25 的支持。我们建议您查看兼容性矩阵,并确保在需要时升级到受支持的版本。

Security enhancements

我们将继续提供安全更新和补丁程序,以解决常见漏洞和披露 (CVE)。

已知问题

运行状况检查后系统未清理临时网络策略

勘误 - 于 2024 年 8 月 14 日添加:运行运行状况检查会创建临时网络策略,这些策略在检查结束时不会清除。 我们在Automation Suite 2023.10.5中修复了此问题。

外部对象存储的不必要的 ListBucket API 先决条件检查失败

勘误 - 于 2024 年 8 月 14 日添加:对于 AI Center 和 Task Mining,使用外部对象存储时, ListBucket API先决条件检查失败。 但是,AI Center 和 Task Mining 不使用ListBucket API权限。 我们删除了Automation Suite 2023.10.5中不必要的检查。

在电子邮件设置中保存自定义配置时出现问题

勘误 - 于 2024 年 7 月 3 日添加:在配置电子邮件设置时,由于表单验证存在问题,您无法保存任何自定义配置。尽管您已正确填写所有必填字段,但“保存”按钮错误地显示为灰色。作为解决方法,您可以向 /identity_/api/setting 端点发出 PUT 请求。使用适当的访问令牌,并确保请求正文中包含必要的详细信息,如以下示例所示:
{
    "Settings": [
        {
            "Key": "Email.Smtp.Host",
            "Value": "SendGrid"
        },
        {
            "Key": "Email.Smtp.Port",
            "Value": "587"
        },
        {
            "Key": "Email.Smtp.UserName",
            "Value": ""
        },
        {
            "Key": "Email.Smtp.Domain",
            "Value": ""
        },
        {
            "Key": "Email.Smtp.FromEmail",
            "Value": "no-reply@uipath.com"
        },
        {
            "Key": "Email.Smtp.FromDisplayName",
            "Value": "UiPath Platform"
        },
        {
            "Key": "Email.Smtp.EnableSsl",
            "Value": "true"
        },
        {
            "Key": "Email.Smtp.UseDefaultCredentials",
            "Value": ""
        },
        {
            "Key": "Email.Smtp.Password",
            "Value": ""
        },
        {
            "Key": "Email.Smtp.ConnectionTimeout",
            "Value": "180000"
        }
    ],
    "PartitionGlobalId": ""
}{
    "Settings": [
        {
            "Key": "Email.Smtp.Host",
            "Value": "SendGrid"
        },
        {
            "Key": "Email.Smtp.Port",
            "Value": "587"
        },
        {
            "Key": "Email.Smtp.UserName",
            "Value": ""
        },
        {
            "Key": "Email.Smtp.Domain",
            "Value": ""
        },
        {
            "Key": "Email.Smtp.FromEmail",
            "Value": "no-reply@uipath.com"
        },
        {
            "Key": "Email.Smtp.FromDisplayName",
            "Value": "UiPath Platform"
        },
        {
            "Key": "Email.Smtp.EnableSsl",
            "Value": "true"
        },
        {
            "Key": "Email.Smtp.UseDefaultCredentials",
            "Value": ""
        },
        {
            "Key": "Email.Smtp.Password",
            "Value": ""
        },
        {
            "Key": "Email.Smtp.ConnectionTimeout",
            "Value": "180000"
        }
    ],
    "PartitionGlobalId": ""
}

启用 Velero 时安装失败

勘误 - 于 2024 年 6 月 25 日添加:启用 Velero 时,Automation Suite 安装可能会失败。要解决此问题,请按照故障排除中的步骤操作。

由于无法连接到 Azure Government,备份设置不起作用

勘误 - 于 2024 年 6 月 25 日添加:在安装或升级 AKS 上的 Automation Suite 之后,由于无法连接到 Azure 政府,备份设置不起作用。您可以通过执行 Automation Suite 有关 EKS/AKS 故障排除中所述的步骤来解决此问题。

影响 Grafana 仪表板的问题

勘误 - 于 2024 年 4 月 19 日添加:尝试在 Grafana 中创建或导入仪表板时,出现导致 404 错误的问题。
要解决此问题,您需要通过在现有的 /dashboard/new/import 之间添加额外的 /dashboard 来手动编辑仪表板 URL。

弃用时间表

我们建议您定期查看弃用时间表,以获取有关针对即将弃用和删除功能的任何更新。

捆绑详情

产品版本

要了解每个 Automation Suite 产品的更改,请访问以下链接。

如果产品显示为灰色,则此 Automation Suite 新版本不会对其进行任何更改。

发现构建管理互动
AI Center 2023.10.2Action Center 2023.10.2
Task Mining 2023.10.2AI Computer Vision 2023.10.2Insights 2023.10.2Apps 2023.10.2
Document Understanding 2023.10.2Orchestrator 2023.10.3 
  Test Manager 2023.10.2 
    

内部第三方组件版本

有关每个 Automation Suite 版本支持的 Kubernetes 版本,请参阅Kubernetes 兼容性

此 Automation Suite 版本捆绑了以下内部组件:

组件

版本

Istio

1.20.0
ArgoCDv2.7.7
Prometheusv2.42.0
Grafana10.2.3
Fluentd 和 Fluent-bit

日志记录运算符:4.2.1

logging-operator-logging : 4.2.1

Gatekeeper3.12.0
证书管理器v1.12.3
velero3.1.6

迁移工具版本

您所需的迁移工具版本取决于计划迁移的独立产品和目标 Automation Suite 版本。有关更多详细信息,请参阅迁移兼容性矩阵

有关将独立产品迁移到当前版本的 Automation Suite 的说明,请参阅完整迁移

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。