automation-suite
2023.10
false
  • Linux 版 Automation Suite 发行说明
    • 2023.10.0
    • 2023.10.1
    • 2023.10.5
    • 2023.10.6
    • 2023.10.8
    • 2023.10.9
    • 2023.10.10
    • 2023.10.11
  • EKS/AKS 上的 Automation Suite 发行说明
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Automation Suite 发行说明

上次更新日期 2025年12月4日

2023.10.10

发行日期:2025 年 6 月 26 日

支持新的 RHEL 版本

我们已扩大操作系统支持范围,现在已增加 RHEL 9.6。有关受支持的 RHEL 版本的详细信息,请参阅兼容性矩阵

发布日期:2025 年 9 月 24 日

新增功能

此 Automation Suite 版本包含各种小错误修复和改进。

错误修复

  • 有一个问题导致 Task Mining 服务无法在某些 Kerberos 环境中初始化。发生这种情况的原因是缺少与密钥表密码和应用程序设置相关的配置或参数。我们已修复此问题。
  • 某个问题导致在离线环境中添加代理节点的过程失败。我们已修复此问题。
  • 我们修复了由于无法识别证书颁发机构 (CA) 证书而导致 Automation Suite 安装失败的问题。当CertificatePolicies部分包含超过 4 个字节的策略 OID 值时,会发生此问题。
  • 我们修复了一个问题,该问题会导致在升级期间对 RKE2 配置文件 ( /etc/rancher/rke2/config.yaml ) 所做的自定义更改被覆盖。现在,系统将保留自定义配置。
  • 当数据源属性同时指定命名实例和端口时,发生许可 SQL 连接错误。我们已修复此问题。

已知问题

Kerberos 密钥表轮换不会触发令牌重新生成

勘误 - 于 2025 年 9 月 24 日添加:一个问题导致 Kerberos 密钥表轮换不会立即重新生成身份验证令牌,这可能会导致服务和数据库之间的连接暂时中断。

要解决此问题,您必须通过运行以下命令手动触发 Kerberos 票证续订 CRON 作业:

kubectl delete job tgt-rotate-manual -n uipath --ignore-not-found ; kubectl create job tgt-rotate-manual --from=cronjob/kerberos-tgt-update -n uipath
kubectl delete job tgt-rotate-manual -n uipath --ignore-not-found ; kubectl create job tgt-rotate-manual --from=cronjob/kerberos-tgt-update -n uipath

我们在Automation Suite 2023.10.11 版本中修复了此问题。

包含项目名称的外部注册表导致 GPU 启用失败

勘误 - 于 2025 年 9 月 24 日添加:当使用带有项目名称(例如 Hub)的外部注册表时,添加 GPU 节点后会阻止启用 GPU 的问题。所需的 Pod 不会启动,并显示ImagePullBackoff错误。

如果您对外部注册表使用具有项目名称,请使用以下命令更新 NVIDIA 设备插件守护程序集:

# Replace REGISTRY_WITH_PROJECT_NAME with the correct value (Eg. my.registry.io:443/myproject)
# Replcae TAG with the correct value. You can get this from the <installer_directory>/versions/docker-images.json file (Eg. v0.17.1)
kubectl set image daemonset/nvidia-device-plugin-daemonset \
  -n kube-system \
  nvidia-device-plugin-ctr=<REGISTRY_WITH_PROJECT_NAME>/k8s-device-plugin:<TAG># Replace REGISTRY_WITH_PROJECT_NAME with the correct value (Eg. my.registry.io:443/myproject)
# Replcae TAG with the correct value. You can get this from the <installer_directory>/versions/docker-images.json file (Eg. v0.17.1)
kubectl set image daemonset/nvidia-device-plugin-daemonset \
  -n kube-system \
  nvidia-device-plugin-ctr=<REGISTRY_WITH_PROJECT_NAME>/k8s-device-plugin:<TAG>

我们在Automation Suite 2023.10.11 版本中修复了此问题。

使用用户分配的托管标识时,Orchestrator 无法启动

勘误 - 于 2025 年 9 月 24 日添加:当您为对象存储选择用户分配的托管标识时,会出现一个阻止设置storage.useClientID参数的问题。因此,tOrchestrator 无法在访问权限仅限于用户分配的托管身份的环境中启动。

要解决此问题,您必须在 ArgoCD 中手动设置参数,如下所示:

  1. 在 ArgoCD Orchestrator 应用程序中,转到“详细信息” > “参数”
  2. 文本框中,设置storage.isExternal : true并保存。

我们在Automation Suite 2023.10.11 版本中修复了此问题。

Thanos 压实程序在损坏的块上停止

勘误 - 于 2025 年 9 月 24 日添加: Thanas 压缩程序在对象存储中遇到损坏的块时,会导致其停止压缩指标。这会阻止压缩并导致存储使用量增加。

要解决此问题,请参阅故障排除部分。

我们在Automation Suite 2023.10.11 版本中修复了此问题。

弃用时间表

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

捆绑详情

产品版本

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

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

发现构建管理互动
AI Center 2023.10.10Action Center 2023.10.10
Task Mining 2023.10.10AI Computer Vision 2023.10.10Insights 2023.10.10应用程序 2023.10.10
Document Understanding 2023.10.10Orchestrator 2023.10.11 
  Test Manager 2023.10.10 
    

内部第三方组件版本

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

组件

版本

RKE2

1.32.3+rke2r1

ArgoCD

v3.0.0

Grafana

11.6.1

Ceph

19.2.2

rook-ceph

1.17.1

prometheus-pushgateway

v3.1.3

证书管理器

v1.17.2

rancher-istio

105.4.0-up1.23.2

rancher-monitoring-crd

106.0.1-up66.7.1-rancher.10

rancher-gatekeeper

104.0.1-3.13.0 以上

rancher-monitoring

106.0.1-up66.7.1-rancher.10

longhorn

1.8.1

longhorn-crd

1.1.100

重新加载程序

v2.1.3

kube 日志记录/ 日志记录运算符

5.3.0

kube-日志记录/config-reloader

5.3.0

velero

1.16.0

CSI 驱动程序 smb

v1.16.0

redis 运算符

V7.22.0-7

redis 集群

v7.22.0-28.焦点

OAuth2 代理

v7.9.0

迁移工具版本

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

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

此页面有帮助吗?

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