Digital.ai Deploy 26.1.x Release Notes
Early Access (EA) Releases
- Current production: Digital.ai Deploy 25.3
- Upcoming: Digital.ai Deploy 26.1
- Monthly EA releases features and fixes listed here
- Download EA installers and plugins: Early Access Downloads
Deploy Operator
Support Policy
For each version of Deploy, we provide maintenance support for 15 months. For more information, see Digital.ai Support Policy.
Upgrade Instructions
The Digital.ai Deploy upgrade process you use depends on the version from which you are upgrading, and the version to which you want to go.
For upgrade instructions, see:
Updated System Requirements
Breaking Changes
Breaking changes in Deploy 26.1 require your attention before upgrading:
End-of-life Notifications
Here's what is being deprecated or going out of support.
Known Issues and Limitations
Kubernetes Installation Updates
Plugins and Integrations
Azure Plugin
Deploy now supports managed identities for Azure Container Apps, Static Web Apps, and Web App Containers, enabling secure authentication to Azure services without storing credentials.
Key Features:
- Configure system-assigned and user-assigned managed identities
- Support for cross-resource-group identity references
- Available for
ContainerAppSpec,StaticWebAppSpecWebAppContainerSpec, andWebAppSpec
New Properties:
addSystemAssignedIdentity(Boolean): Enable system-assigned identityuserAssignedIdentities(List): Specify identity names or full resource IDs
For more information, see Azure Plugin - Managed Identity Support
Command Plugin
Deploy now supports re-execution of Command plugin steps during update deployments, even when the command definition has not changed. Previously, identical commands were skipped, resulting in only the registration step being performed.
For more information, see Command Plugin
Deploy now supports re-execution of Command plugin steps during update deployments, even when the command definition has not changed. Previously, identical commands were skipped, resulting in only the registration step being performed.
For more information, see Command Plugin
Bug Fixes—26.1.0
-
D-41496 – Fixed plugin-management pod failure when using an external PostgreSQL database during temporary pod operations.
-
D-40993 – Fixed incorrect application path handling when packaging nested
udm.applicationobjects. Deploy now consistently creates version1.0under the correct application even if an additional path is included in the manifest.