March 2026

Key Takeaways

  • CI/CD Deploy to any target - Enables CI/CD Flow deployments to all environments in your project, giving you full control over which environment receives each deployment.

  • Release Umbraco.Cloud.Identity.Cms 13.2.6, Umbraco.Cloud.Cms 16.0.3 & 17.0.3 - Retains current user group if user already exists, and allows for mapping a single role to multiple Umbraco user groups.

CI/CD Deploy to any target

By default, CI/CD Flow only allows deployments to the left-most or the flexible environment. The new "Deploy to any target" toggle is available in the Configuration -> CI/CD Flow advanced configuration section. When enabled, CI/CD Flow deployments can target all environments in your project.

CI/CD Flow Advanced configuration section with Deploy to any target toggle
CI/CD Flow - Advanced configuration section showing the "Deploy to any target" toggle.

When enabled, deploying between environments through the Cloud Portal is disabled. All deployments must be handled through CI/CD Flow. As a result, the environments overview will no longer show:

  • Pending changes indicator — the Portal will not track how far ahead environments are relative to each other.

  • Deploy button — you can no longer push changes forward using the Cloud Portal UI.

Updated environment overview without Deploy button and pending changes
Example of the updated environment overview when "Deploy to any target" is enabled.

Instead, each environment card shows which artifact is currently deployed.

circle-exclamation

For more information on setting up pipelines that deploy to multiple environments, see Advanced Setup: Deploy to multiple targets.

Release Umbraco.Cloud.Identity.Cms 13.2.6, Umbraco.Cloud.Cms 16.0.3 & 17.0.3

If a user’s email matches an existing account during external login, their user groups are now preserved instead of being overwritten. #993arrow-up-right

Added functionality that allows you to map a single role in your External Login Provider to multiple Umbraco user groups. #990arrow-up-right

Last updated

Was this helpful?