automation-suite
2023.10
true
  • Automation Suite on Linux Release Notes
    • 2023.10.0
    • 2023.10.1
    • 2023.10.2
    • 2023.10.5
  • Automation Suite on EKS/AKS Release Notes
    • 2023.10.0
    • 2023.10.1
    • 2023.10.2
    • 2023.10.3
    • 2023.10.4
    • 2023.10.5
Automation Suite Release Notes
Last updated Sep 6, 2024

2023.10.2

Release date: February 28, 2024

Support for Microsoft SQL Server 2022

Erratum - Added March 25, 2024: We now support Microsoft SQL Server 2022.

Updated URL proxy allowlist

Erratum - Added March 18, 2024: We have removed the following URLs from our URL proxy allowlist:

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

For more details on the proxy configuration, see Proxy.

Updated Kubernetes version support

We have added support for Kubernetes 1.28 and removed support for Kubernetes 1.25. We recommend that you check the Compatibility matrix and make sure you upgrade to a supported version, if needed.

Security enhancements

We continue to provide security updates and patches to address Common Vulnerabilities and Exposures (CVEs).

Known Issues

Temporary network policies not getting cleaned up after health check

Erratum - added August 14, 2024: Running a health check creates temporary network policies that are not cleaned up when the check concludes. We fixed the issue in Automation Suite 2023.10.5.

Unnecessary ListBucket API prerequisite check fails for external objectstore

Erratum - added August 14, 2024: For AI Center and Task Mining, the ListBucket API prerequisite check fails when using an external objectstore. However, AI Center and Task Mining do not use the ListBucket API permission. We removed the unnecessary check in Automation Suite 2023.10.5.

Issue with saving custom configurations in email settings

Erratum - added July 3, 2024: When configuring the email settings, you cannot save any custom configurations due to an issue with form validation. The Save button incorrectly appears grayed out, despite filling in all the required fields correctly. As a workaround, you can make a PUT request to the /identity_/api/setting endpoint. Use the appropriate access token and make sure the request body contains the necessary details like in the following example:
{
    "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": ""
}

Installation fails when Velero is enabled

Erratum - added June 25, 2024: The Automation Suite installation might fail when Velero is enabled. To fix the issue, follow the steps in Troubleshooting.

The backup setup does not work due to a failure to connect to Azure Government

Erratum - added June 25, 2024: Following an Automation Suite on AKS installation or upgrade, the backup setup does not work because of a failure to connect to Azure Government. You can fix the issue by taking the steps described in Automation Suite on EKS/AKS troubleshooting.

Issues affecting Grafana dasboards

Erratum - added April 19, 2024: An issue is causing a 404 error when trying to create or import a dashboard in Grafana.
To solve the problem, you need to manually edit the dashboard URL by adding an extra /dashboard between the existing /dashboard and /new or /import.

Deprecation timeline

We recommend that you regularly check the deprecation timeline for any updates regarding features that will be deprecated and removed.

Bundling details

Product versions

To find out what has changed on each Automation Suite product, visit the following links.

If the product is greyed out, this new Automation Suite version does not bring any changes to it.

DISCOVERBUILDMANAGEENGAGE
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 
    

Internal third-party component versions

For the Kubernetes versions that each Automation Suite version supports, see Kubernetes compatibility.

This Automation Suite release bundles the following internal components:

Component

Version

Istio

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

logging-operator : 4.2.1

logging-operator-logging : 4.2.1

Gatekeeper3.12.0
Cert-Managerv1.12.3
Velero3.1.6

Migration tool version

The migration tool version you need depends on the standalone products you plan to migrate and the targeted Automation Suite version. For more details, see Migration compatibility matrix.

For instructions on migrating a standalone product to the current version of Automation Suite, see Full migration.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.