- Linux 版 Automation Suite 发行说明
- EKS/AKS 上的 Automation Suite 发行说明
2023.10.2
发布日期:2024 年 2 月 28 日
Automation Suite 2023.4.5 和 2023.10.2 包含对 Kubernetes 1.26.11 的升级。因此,在升级 Automation Suite 时,必须确保不会降级 Kubernetes。为此,从 Automation Suite 2023.4.5 或更高的次要版本迁移到下一个主要版本时,您必须至少升级到 2023.10.2。
net.ipv4.conf.all.rp_filter
设置为 0
。
有关先决条件脚本的更多信息,请参阅验证先决条件。
- 勘误 - 于 2024 年 8 月 26 日添加:我们修复了一个问题,该问题导致从集群内对象存储迁移到外部对象存储失败。
-
勘误 - 于 2024 年 5 月 29 日添加:Airflow 中的网络策略以前可能会导致 DNS 无法正常运行。现在不会再出现此问题。
-
我们修复了一个问题,该问题会导致安装程序在每次将新产品添加到现有 Automation Suite 安装时错误地要求您提供临时注册表。该问题导致安装过程失败。
-
以前,我们流程中的某些 SQL Server 证书验证被禁止。我们已更改此做法,以便及早发现潜在问题。
-
我们修复了一个问题,即当启用 Apps 且您对 SQL Server 数据库使用 Kerberos 身份验证时,会导致无法将 Automation Suite 2022.10 或更早版本并行升级到 2023.10.0 或 2023.10.1。
-
我们修改了存储过程,以处理 SQL Server 和 SQL 数据库之间的排序规则差异。
勘误 - 于 2024 年 8 月 14 日添加:在离线环境中使用外部 OCI 注册表时,有一个问题会影响支持捆绑包的生成。 在这些情况下,生成的支持捆绑包缺少历史日志,并且无法上传到任何选定的外部对象存储。 要解决此问题,请参阅故障排除部分。
勘误 - 于 2024 年 8 月 14 日添加:从 Automation Suite 2023.10.x 升级 由于仍存在 Longhorn 存储类而失败。 要解决此问题,您必须通过运行以下命令手动清理 Longhorn 存储类:
for sc in $(kubectl get sc -o json | jq -r '.items[] | select(.provisioner=="driver.longhorn.io") | .metadata.name'); do
kubectl delete sc "${sc}"
done
for sc in $(kubectl get sc -o json | jq -r '.items[] | select(.provisioner=="driver.longhorn.io") | .metadata.name'); do
kubectl delete sc "${sc}"
done
我们在Automation Suite 2023.10.5中修复了此问题。
ListBucket API
先决条件检查失败。 但是,AI Center 和 Task Mining 不使用ListBucket API
权限。 我们删除了Automation Suite 2023.10.5中不必要的检查。
勘误:添加于 2024 年 8 月 14 日:由于 Dex 映像版本存在问题,您无法为 ArgoCD 启用 SSO。 我们在Automation Suite 2023.10.5中修复了此问题。
snapshot-controller-crds
Pod 在升级后保持 CrashLoopBackOff 状态。 发生这种情况是因为在 RKE2 升级期间,新安装的snapshot-controller
与现有 之间存在冲突。 要解决此问题,请参阅故障排除部分。
勘误 - 于 2024 年 7 月 24 日添加:在代理环境中使用外部存储会导致 Orchestrator、Automation Suite 支持捆绑包工具、Prometheus、Thanas、Fluentd 等发生故障。我们在 Automation Suite 2023.10.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": ""
}
生成支持捆绑包时,对 Azure Government 上的 AKS 使用了不正确的 FQDN。我们在 Automation Suite 2023.10.4 中修复了此问题。
platform-service-secrets
中的密码不匹配。当主机管理员更新后,并且不再与 platform-service-secrets
中的管理员管理员匹配时,会出现此问题。要解决此问题,必须更新 platform-service-secrets
中的密码以匹配新的管理员密码。
勘误 - 于 2024 年 4 月 19 日添加:卸载 rook-ceph 时,显示与缺少的外部对象存储配置相关的错误消息。即使迁移成功,也会出现此问题。此行为已在 Automation Suite 23.10.3 中修复。
勘误 - 于 2024 年 4 月 19 日添加:在某些情况下,监控仪表板中会缺少 Ceph 指标和警示。要解决此问题,请参阅故障排除部分。
我们建议您定期查看弃用时间表,以获取有关针对即将弃用和删除功能的任何更新。
要了解每个 Automation Suite 产品的更改,请访问以下链接。
如果产品显示为灰色,则此 Automation Suite 新版本不会对其进行任何更改。
此 Automation Suite 版本捆绑了以下内部组件:
组件 |
版本 |
---|---|
RKE2 |
1.26.11 |
ArgoCD |
2.7.7 |
logging-operator | 4.1.0 |
logging-operator-logging | 4.1.0 |
Gatekeeper | 3.12.0 |
rook-ceph |
1.9.4 |
prometheus-pushgateway |
2.1.6 |
证书管理器 |
1.12.3 |
rancher-istio |
102.2.0-up1.17.2 |
rancher-logging | 102.0.1-up3.17.10 |
rancher-logging-crd | 102.0.1-up3.17.10 |
rancher-monitoring-crd | 102.0.1-up40.1.2 |
rancher-gatekeeper-crd | 102.1.0-up3.12.0 |
rancher-gatekeeper |
100.2.0-up3.8.1 |
rancher-monitoring |
102.0.1-up40.1.2 |
longhorn |
1.4.3 |
longhorn-crd |
1.1.100 |
重新加载程序 |
0.0.129 |
CSI 驱动程序 smb |
1.10.0 |
velero |
3.1.6 |
redis 运算符 |
7.2.4-7 |
redis 集群 |
7.2.4-64 |
- 升级注意事项
- 支持 Microsoft SQL Server 2022
- 新的先决条件验证检查
- 支持新的 RHEL 版本
- Security enhancements
- 错误修复
- 已知问题
- TLS 1.2 中的弱密码
- 支持捆绑包日志收集失败
- 由于正在卸载 Longhorn,升级失败
- 外部对象存储的不必要的 ListBucket API 先决条件检查失败
- 无法为 ArgoCD 启用 SSO
- 快照-控制器-crds Pod 在升级后处于 CrashLoopBackOff 状态
- 在代理环境中使用外部对象存储时,组件出现故障
- 在电子邮件设置中保存自定义配置时出现问题
- 支持使用 Azure Government 上 AKS 的 FQDN 不正确生成的捆绑包
- 由于主机管理员密码不匹配,出现 CrashLoopBackOff 错误
- 卸载 rook-ceph 后迁移到 S3 对象存储时出现错误消息
- 影响 Ceph 指标和警示的问题
- 与 CephMgrIsAbsent 警示相关的问题
- 弃用时间表
- 捆绑详情
- 产品版本
- 内部第三方组件版本
- 迁移工具版本