automation-suite
2023.10
true
- Linux 版 Automation Suite 发行说明
- EKS/AKS 上的 Automation Suite 发行说明
Automation Suite 发行说明
Last updated 2024年9月20日
2023.10.1
发布日期:2023 年 12 月 19 日
我们建议您定期查看弃用时间表,以获取有关针对即将弃用和删除功能的任何更新。
勘误 - 于 2024 年 8 月 14 日添加:运行运行状况检查会创建临时网络策略,这些策略在检查结束时不会清除。 我们在Automation Suite 2023.10.5中修复了此问题。
勘误 - 于 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": ""
}
勘误 - 于 2024 年 6 月 25 日添加:在安装或升级 AKS 上的 Automation Suite 之后,由于无法连接到 Azure 政府,备份设置不起作用。您可以通过执行 Automation Suite 有关 EKS/AKS 故障排除中所述的步骤来解决此问题。
要了解每个 Automation Suite 产品的更改,请访问以下链接。
如果产品显示为灰色,则此 Automation Suite 新版本不会对其进行任何更改。
有关每个 Automation Suite 版本支持的 Kubernetes 版本,请参阅Kubernetes 兼容性。
此 Automation Suite 版本捆绑了以下内部组件:
组件 |
版本 |
---|---|
Istio | 1.20.0 |
ArgoCD | v2.7.7 |
Prometheus | v2.42.0 |
Grafana | 10.2.1 |
Fluentd 和 Fluent-bit |
日志记录运算符:4.2.1 logging-operator-logging : 4.2.1 |
Gatekeeper | 3.12.0 |
证书管理器 | v1.12.3 |
velero | 3.1.6 |