
Document Understanding のリリース ノート
2024.10.1
公開日: 2024 年 12 月 18 日
更新内容
Document Understanding モダン プロジェクトが、Automation Suite の以下の構成でサポートされるようになりました。
- OpenShift の Automation Suite の場合: オンライン デプロイとオフライン デプロイの両方
- Linux の Automation Suite の場合: オフライン デプロイのサポートを追加
改良点
マイナーな改良点
UiPath では、UiPath Document Understanding のユーザー エクスペリエンスの継続的な向上に努めています。今回のリリースでは、セキュリティに関する改良とアクセシビリティに関する修正を行い、Document Understanding モダン プロジェクトで利用可能な機能の一部の動作を安定させました。
既知の問題
Erratum - added October 22, 2025: If you enable automatic certificate rotation using the command uipathctl config token-signing-certificates automatic-key-management, you must then manually restart Document Understanding pods every 14 days.
この動作は、証明書の自動ローテーションがアクティブな場合、Automation Suite が署名キーのライフサイクルを管理するために発生します。このプロセスには、90 日ごとにキーをローテーションし、ローテーションの 14 日前に新しいキーを通知する作業が含まれます。古いキーはローテーション後 14 日間保持され、その後削除されます。
回避策として、次のコマンドを使用してデプロイを手動で再起動できます。
kubectl -n uipath rollout restart deploy
kubectl -n uipath rollout restart sts
kubectl -n uipath rollout restart deploy
kubectl -n uipath rollout restart sts
その代わりに、修正プログラムがリリースされるまで自動ローテーションを無効化するには、次のコマンドを使用します。
uipathctl config token-signing-certificates automatic-key-management disable
uipathctl config token-signing-certificates automatic-key-management disable