Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

## Key Takeaways
* **Hostname Monitoring** – Get notified when your hostnames do not behave as expected, directly from the Cloud Portal.
* **CI/CD v2 with target environment support** – You can now specify a development or flexible environment by name when deploying from pipelines.

## Hostname Monitoring
Hostname Monitoring is now available on Umbraco Cloud, giving you better visibility and control over your environment setup.

This feature automatically pings your hostnames from one of the supported regions and verifies that the response is as expected. If a hostname does not respond as expected, you will see it directly in the Cloud Portal.
This helps you quickly identify and resolve issues that could affect your site’s availability.

## CI/CD v2 with target environment support
Version 2 of the Umbraco Cloud CI/CD feature introduces support for specifying which environment to deploy to. This makes it easier to set up automated deployments from pipelines to your Cloud environments.

Currently, target environments must be either the default development environment or a flexible environment. Deployment to the Live or Staging environments is not yet supported.

Learn more in the [CI/CD on Umbraco Cloud](https://docs.umbraco.com/umbraco-cloud/set-up/project-settings/umbraco-cicd) article.
1 change: 1 addition & 0 deletions umbraco-cloud/release-notes/overview-2025/overview-2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: Get an overview of the release notes for each month in 2025.

## [June 2025](2025-06-releasenotes.md)
* **Hostname Monitoring** – Get notified when your hostnames do not behave as expected, directly from the Cloud Portal.
* **CI/CD v2 with target environment support** – You can now specify a development or flexible environment by name when deploying from pipelines.

## [May 2025](2025-05-releasenotes.md)

Expand Down