Add Deploy 17.2.0-rc1, 18.0.0-rc1 and 18.0.0-rc2 release notes#8137
Merged
Conversation
|
Thanks for opening this PR! 🎉 Quick question: Does this PR include any AI-generated content? AI tools are absolutely welcome here! We only ask that you follow our AI contribution guidelines to help keep the documentation consistent and trustworthy. Drop a quick comment to let us know! |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds release notes entries for recent Umbraco Deploy release candidates in the v17 and v18 documentation, reflecting load-balancing fixes and v18 compatibility/UX changes.
Changes:
- Add release notes for Deploy 17.2.0-rc1 (load-balancing/worker lock/disk trigger behavior).
- Add release notes for Deploy 18.0.0-rc1 (CMS 18 compatibility, UX refresh summary, migration notes, load-balancing improvements).
- Add release notes for Deploy 18.0.0-rc2 (SignalR WebSockets-only behavior when skip negotiation is enabled).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| 18/umbraco-deploy/release-notes.md | Adds 18.0.0-rc1/rc2 release notes plus a “Backoffice UX refresh” subsection. |
| 17/umbraco-deploy/release-notes.md | Adds 17.2.0-rc1 release notes focused on load-balanced backoffice fixes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sofietoft
approved these changes
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Description
Adds release notes for Umbraco Deploy 17.2.0-rc1, 18.0.0-rc1, and 18.0.0-rc2.
17.2.0-rc1 ships short-term fixes for running Deploy on load-balanced backoffice setups:
ARRAffinitycookie preservation, a cluster-wide worker lock to prevent concurrent deploys, and single-node disk-trigger processing.18.0.0-rc1 provides Umbraco CMS 18 compatibility and is the first major Deploy release for v18. Highlights:
MaxItems = 1) and single-block-mode Block List configurations to the newUmbraco.SingleBlockeditor.18.0.0-rc2 restricts Deploy SignalR hubs to WebSockets when the
Umbraco:CMS:SignalR:ClientShouldSkipNegotiationCMS setting is enabled, aligning Deploy with the v18 SignalR contract.📎 Related Issues (if applicable)
N/A
✅ Contributor Checklist
I've followed the Umbraco Documentation Style Guide and can confirm that:
Product & Version (if relevant)
Umbraco Deploy 17.2.0-rc1, 18.0.0-rc1, and 18.0.0-rc2.
Deadline (if relevant)
These versions are already available, so as soon as possible!