docs(temporal): document Worker Deployment Version support#1740
Merged
rickbrouwer merged 5 commits intoMay 27, 2026
Merged
Conversation
…ldId Add documentation for the new Worker Deployment Versioning support in the Temporal scaler: two new fields (workerDeploymentName and workerDeploymentBuildId), deprecation notes on the legacy Rules-Based Versioning fields (buildId, selectAllActive, selectUnversioned), and an example configuration for deployment-version scaling. Companion to kedacore/keda#7672. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> Signed-off-by: Veeral Patel <[email protected]>
✅ Deploy Preview for keda ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
Learn more about:
|
Merged
2 tasks
carlydf
reviewed
Apr 21, 2026
Co-authored-by: Carly de Frondeville <[email protected]> Signed-off-by: Veeral Patel <[email protected]>
Co-authored-by: Carly de Frondeville <[email protected]> Signed-off-by: Veeral Patel <[email protected]>
carlydf
approved these changes
Apr 21, 2026
Contributor
Author
|
@rickbrouwer @wozniakjan Hi! Could I get a review on this PR please? Thank you in advance! |
rickbrouwer
approved these changes
Apr 29, 2026
Shivs11
approved these changes
May 20, 2026
rickbrouwer
requested changes
May 27, 2026
Signed-off-by: Rick Brouwer <[email protected]>
Contributor
Author
|
@rickbrouwer Looks like we'll need a +1 from you again after rebasing the branch before we can merge. Thank you! |
rickbrouwer
approved these changes
May 27, 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.
Summary
Documents the Temporal scaler's new support for Worker Deployment Versioning (shipping in kedacore/keda#7672):
Companion PR
kedacore/keda#7672