Skip to main content
Version: Early Access

Digital.ai Deploy 26.1.x Release Notes

Early Access (EA) Releases

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, StaticWebAppSpec WebAppContainerSpec, and WebAppSpec

New Properties:

  • addSystemAssignedIdentity (Boolean): Enable system-assigned identity
  • userAssignedIdentities (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.application objects. Deploy now consistently creates version 1.0 under the correct application even if an additional path is included in the manifest.