Skip to content

Conversation

@johnstcn
Copy link
Member

@johnstcn johnstcn commented Jun 19, 2025

Fixes #18080

NOTE: calling this out as a breaking change so that it is highly visible in the changelog.

This modifies wsbuilder to no longer create a workspace build when orphan is set.
As a consequence of this, POST /api/v2/workspaces/{id}/builds will return a 204 No Content when a workspace is successfully deleted with the --orphan option.

@johnstcn johnstcn self-assigned this Jun 19, 2025
@johnstcn johnstcn changed the title fix(coderd): do not create provisioner job for orphan delete fix!(coderd): do not create provisioner job for orphan delete Jun 19, 2025
@johnstcn johnstcn added the release/breaking This label is applied to PRs to detect breaking changes as part of the release process label Jun 19, 2025
@johnstcn johnstcn changed the title fix!(coderd): do not create provisioner job for orphan delete fix!: do not create provisioner job for orphan delete Jun 19, 2025
@johnstcn
Copy link
Member Author

Closing in favour of #18465

@johnstcn johnstcn closed this Jun 20, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Jun 20, 2025
@johnstcn johnstcn deleted the cj/delete-orphan-no-build branch August 29, 2025 16:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

release/breaking This label is applied to PRs to detect breaking changes as part of the release process

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deleting workspaces with no matching provisioner is convoluted

2 participants