Skip to content

Conversation

@Sushisource
Copy link
Member

No description provided.

@Sushisource Sushisource force-pushed the fix-deployment-tests branch 6 times, most recently from 4b43987 to 52b65e4 Compare November 14, 2025 20:19
Namespace: ns,
DeploymentName: deploymentName,
Version: "__unversioned__",
BuildId: "__unversioned__",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try with empty string here. If Build ID and deprecated Version are both present, server uses BuildId, but if only Version is present, server uses Version stirng

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for "unset" ramping version the "old" way, you'll need to do

Version: "",
BuildId:  "",

for "unset" current version the "old" way, you'll need to do

Version: "__unversioned__",
BuildId:  "",

Signed-off-by: Spencer Judge <spencer@temporal.io>
Signed-off-by: Spencer Judge <spencer@temporal.io>
@Sushisource Sushisource force-pushed the fix-deployment-tests branch from 94efa47 to 71098dc Compare January 8, 2026 17:30
@Sushisource Sushisource requested a review from a team as a code owner January 8, 2026 17:30
@Sushisource Sushisource merged commit eb21066 into main Jan 8, 2026
23 checks passed
@Sushisource Sushisource deleted the fix-deployment-tests branch January 8, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants