UiPath Documentation
automation-suite
2023.10
false
Automation Suite release notes
  • Automation Suite on Linux Release Notes
    • 2023.10.0
    • 2023.10.1
    • 2023.10.5
    • 2023.10.6
    • 2023.10.8
    • 2023.10.9
    • 2023.10.10
    • 2023.10.11
  • Automation Suite on EKS/AKS Release Notes

2023.10.10

Release date: March 25, 2026

Support for new RHEL version

We have expanded our OS support to include RHEL 9.7. For details on the supported RHEL versions, refer to RHEL compatibility matrix.

Release date: June 26, 2025

Support for new RHEL version

We have expanded our OS support to include RHEL 9.6. For details on the supported RHEL versions, see Compatibility Matrix.

Release date: September 24, 2025

What's new

This Automation Suite version brings various small bug fixes and improvements.

Bug fixes

  • An issue was causing the Task Mining service to fail to initialize in certain Kerberos environments. This occurred due to missing configuration or parameters related to keytab secrets and app settings. We have fixed the issue.
  • An issue was causing the addition process of agent nodes to fail in offline environments. We have fixed the issue.
  • We have fixed an issue causing Automation Suite installations to fail due to Certificate Authority (CA) certificates not being recognized. The issue occurred when the CertificatePolicies section included policy OID values exceeding 4 bytes.
  • We have fixed an issue causing the custom changes made to the RKE2 configuration file (/etc/rancher/rke2/config.yaml) to be overwritten during upgrades. Now, the custom configurations are preserved.
  • Licensing SQL connection errors occurred when the Data Source property specified both a named instance and a port. We have fixed the issue.

Known issues

FIPS 140-2 support limitations

Erratum - added January 22, 2026: Insights is not supported on Automation Suite deployments that run on FIPS 140-2-enabled machines. To remain compliant with FIPS 140-2 requirements, you must disable Insights.

For details, refer to Security and compliance.

Kerberos keytab rotation does not trigger token regeneration

Erratum - added September 24, 2025: An issue causes Kerberos keytab rotation to not immediately regenerate authentication tokens, which may lead to temporary connectivity disruptions between services and the database.

To address the issue, you must manually trigger the Kerberos ticket renewal cronjob by running the following command:

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

We fixed the issue in Automation Suite 2023.10.11.

GPU enablement fails with external registries containing project names

Erratum - added September 24, 2025: An issue prevents GPU enablement after adding a GPU node when using external registries with project names (such as Harbor). The required pods do not start and display an ImagePullBackoff error.

If you are using an external registry with a project name, update the NVIDIA device plugin daemonset with the following command:

# 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>

We fixed the issue in Automation Suite 2023.10.11.

Orchestrator does not start when using user-assigned managed identity

Erratum - added September 24, 2025: An issue prevents the storage.useClientID parameter from being set when you select a user-assigned managed identity for object storage. As a result, Orchestrator cannot start in environments where access is restricted to user-assigned managed identities.

To address the issue, you must manually set the parameter in ArgoCD, as follows:

  1. In the ArgoCD Orchestrator application, go to Details > Parameters.
  2. In the values text box, set storage.isExternal : true and save.

We fixed the issue in Automation Suite 2023.10.11.

Thanos compactor stops on corrupted blocks

Erratum - added September 24, 2025: An issue causes the Thanos compactor to stop compacting metrics when it encounters corrupted blocks in the object store. This prevents compaction and leads to increased storage usage.

To address the issue, refer to the Troubleshooting section.

We fixed the issue in Automation Suite 2023.10.11.

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
Automation Hub 2023.10.10Automation Ops 2023.10.10AI Center 2023.10.10Action Center 2023.10.10
Task Mining 2023.10.10AI Computer Vision 2023.10.10Insights 2023.10.10Apps 2023.10.10
Process Mining 2023.10.10Document Understanding 2023.10.10Orchestrator 2023.10.11
Test Manager 2023.10.10
Data Service 2023.10.10

Internal third-party component versions

This Automation Suite release bundles the following internal components:

ComponentVersion
RKE21.32.3+rke2r1
ArgoCDv3.0.0
Grafana11.6.1
ceph19.2.2
rook-ceph1.17.1
prometheus-pushgatewayv3.1.3
cert-managerv1.17.2
rancher-istio105.4.0-up1.23.2
rancher-monitoring-crd106.0.1-up66.7.1-rancher.10
rancher-gatekeeper104.0.1-up3.13.0
rancher-monitoring106.0.1-up66.7.1-rancher.10
longhorn1.8.1
longhorn-crd1.1.100
reloaderv2.1.3
kube-logging/logging-operator5.3.0
kube-logging/config-reloader5.3.0
velero1.16.0
csi-driver-smbv1.16.0
redis-operatorv7.22.0-7
redis-clusterv7.22.0-28.focal
oauth2-proxyv7.9.0

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?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated