diff --git a/umbraco-cloud/SUMMARY.md b/umbraco-cloud/SUMMARY.md index f8efc476d3d..ad2dfccf6b2 100644 --- a/umbraco-cloud/SUMMARY.md +++ b/umbraco-cloud/SUMMARY.md @@ -144,7 +144,8 @@ ## Release Notes * [Overview 2025](release-notes/overview-2025/overview-2025.md) - * [May 2025](release-notes/overview-2025/2025-05-releasenotes.md) + * [June 2025](release-notes/overview-2025/2025-06-releasenotes.md) + * [May 2025](release-notes/overview-2025/2025-05-releasenotes.md) * [April 2025](release-notes/overview-2025/2025-04-releasenotes.md) * [March 2025](release-notes/overview-2025/2025-03-releasenotes.md) * [February 2025](release-notes/overview-2025/2025-02-releasenotes.md) diff --git a/umbraco-cloud/release-notes/overview-2025/2025-06-releasenotes.md b/umbraco-cloud/release-notes/overview-2025/2025-06-releasenotes.md new file mode 100644 index 00000000000..0f495d845af --- /dev/null +++ b/umbraco-cloud/release-notes/overview-2025/2025-06-releasenotes.md @@ -0,0 +1,10 @@ +# June 2025 + +## Key Takeaways +* **Hostname Monitoring** – Get notified when your hostnames do not behave as expected, directly from the Cloud Portal. + +## 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. diff --git a/umbraco-cloud/release-notes/overview-2025/overview-2025.md b/umbraco-cloud/release-notes/overview-2025/overview-2025.md index 1ed34400313..0534d0e2b9a 100644 --- a/umbraco-cloud/release-notes/overview-2025/overview-2025.md +++ b/umbraco-cloud/release-notes/overview-2025/overview-2025.md @@ -4,6 +4,9 @@ description: Get an overview of the release notes for each month in 2025. # Overview 2025 +## [June 2025](2025-06-releasenotes.md) +* **Hostname Monitoring** – Get notified when your hostnames do not behave as expected, directly from the Cloud Portal. + ## [May 2025](2025-05-releasenotes.md) * **Faster deployments for schema changes** - Deployments with only `*.uda` changes are now ~80% faster. No full build step is required.