
Integration Service 发行说明
2024.10.0
发布日期:2024 年 11 月 11 日
勘误 - 于 2025 年 2 月 4 日添加:我们发现 Automation Suite 2024.10.0 上的 Integration Service 存在一个问题,如果配置不正确,可能会导致基础架构负载增加。 因此,我们已从 2024.10.0 中删除了 Integration Service。 Automation Suite 2024.10.2 中将再次提供 Integration Service。
如果您已在 Automation Suite 2024.10.0 上使用 Integration Service,请联系UiPath 产品支持团队了解更多详细信息。
要在 Automation Suite 版本 2024.10.0 上重新启用 Integration Service,您必须应用以下补丁: Automation Suite 2024.10.0+patch1 。 如果没有此补丁,Integration Service 将在上述 Automation Suite 版本中不可用。
我们很高兴地宣布,Integration Service 现在可在 EKS/AKS 上的 Automation Suite 中使用。 此版本将 Integration Service 的全部功能引入 UiPath 本地部署自动化平台。 要开始使用,请参阅EKS/AKS 上的 Automation Suite 安装指南。
从此版本开始,为了帮助您充分利用 Automation Suite 中的 Integration Service,我们将通过长期支持 (LTS) 版本和累积更新 (CU) 版本提供连接器。
Automation Suite 中的 Integration Service 附带一个用户界面,该用户界面允许您仅安装和发布所需的连接器。 这种目标明确的方法使您的组织能够微调集成,从而满足特定的业务需求,从而提高性能并简化管理。 专用的用户界面简化了流程,使用户可以轻松发布、管理和维护连接器,而无需进行不必要的安装或测试。
gallupx-deployment-engineTaskConsumer.yaml
配置文件中,将HOOK_STATE_ENCRYPTION_KEY
变量值从NoOpEncryptionKey
更新为Base64String(32)
。 请注意,ArgoCD 会在每次同步时覆盖密钥。 因此,我们建议您升级到 Automation Suite 版本 2024.10.1,以实现永久修复。
勘误 – 于 2025 年 4 月 28 日添加:我们发现了一个无法对 S3 端点使用完全限定域名 (FQDN) 的问题。系统使用 S3 强制路径样式,该样式会导致 SQS 连接失败。解决方法是,避免在基于 AWS EKS 的集群中同时在公共级别和 Integration Service 级别提供 S3 FQDN。如果其他服务需要显式 FQDN 配置,则只需在其各自的配置块中进行指定。
版本2024.10.3中已修复此问题。