Skip to content

Conversation

@Sushisource
Copy link
Member

No description provided.

@Sushisource Sushisource force-pushed the fix-deployment-tests branch 5 times, most recently from 22ba464 to 4b43987 Compare November 14, 2025 19:52
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 <[email protected]>
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