Release notes for Cloud Manager 2025.4.0 in Adobe Experience Manager as a Cloud Service
- Topics:
- Release Information
CREATED FOR:
- Admin
Learn about the release of Cloud Manager 2025.4.0 in AEM (Adobe Experience Manager) as a Cloud Service.
See also the current release notes for Adobe Experience Manager as a Cloud Service.
Release dates
The release date for Cloud Manager 2025.4.0 in AEM as a Cloud Service is Thursday, April 10, 2025.
The next planned release is Thursday, May 8, 2025.
What’s new
-
(UI) Improved deployment visibility
The pipeline execution details page in Cloud Manager now shows a status message (“Waiting - other update in progress”) when a deployment is waiting for another deployment to finish. This workflow makes it easier to understand sequencing during environment deployment.
-
(UI) Domain validation enhancement
When adding a domain, Cloud Manager now displays an error if the domain is already installed in a Fastly account: “The domain is already installed in a Fastly account. Please remove it first from there before adding to Cloud Service.”
Early adoption program
Participate in Cloud Manager’s Early Adoption Program to get exclusive access to upcoming features before their general release.
The following early adoption opportunity is currently available:
Bring Your Own Git - now with support for GitLab and Bitbucket
The Bring Your Own Git feature has been expanded to include support for external repositories, such as GitLab and Bitbucket. This new support is in addition to the already existing support for private and enterprise GitHub repositories. When you add these new repos, you can also link them directly to your pipelines. You can host these repositories on public cloud platforms or within your private cloud or infrastructure. This integration also removes the need for constant code synchronization with the Adobe repository and provides the ability to validate pull requests before merging them into a main branch.
Pipelines using external repositories (excluding GitHub-hosted ones) and the Deployment Trigger set to On Git Changes now start automatically.
See Add external repositories in Cloud Manager.
If you are interested in testing this new feature and sharing your feedback, send an email to Grp-CloudManager_BYOG@adobe.com from your email address associated with your Adobe ID. Be sure to include which Git platform you want to use and whether you are on a private/public or enterprise repository structure.
Bug fixes
-
Issue with certificates missing Common Name (CN) field
Cloud Manager no longer throws a NullPointerException (NPE) and 500 HTTP response when processing EV/OV certificates that do not include a Common Name (CN) in the Subject field. Modern certificates often omit CN and instead use Subject Alternative Name (SAN). This fix ensures that the absence of CN no longer causes a failure during the configuration build process when SAN is present.
-
Domain verification issue with incorrect certificate matching
Cloud Manager no longer incorrectly verifies domains using the wrong certificates. Previously, the validation logic used pattern-based matching instead of exact matching, which caused domains like
should-not-be-verified.example.com
to appear as verified due to overlap with valid certificates forexample.com
. This fix ensures that domain validation now checks for exact matches, preventing erroneous certificate associations. -
Enforced uniqueness for Advanced Networking port forward names
Cloud Manager now enforces unique naming for Advanced Networking port forwards. Previously, duplicate names were allowed, which could lead to conflicts. This fix ensures that each port forward entry has a distinct name, aligning with best practices for network configuration integrity.