chore: Remove release.gitlab.net instance references
What does this MR do and why?
release.gitlab.net has been decommissioned, so all code and documentation referencing it should be removed.
Content
- Delete
GitlabReleaseClientclass and its spec (was the dedicated API client forrelease.gitlab.net) - Delete
Deployments::InstanceVersionclass and its spec (wrappedGitlabReleaseClient) - Remove
requirelines for both deleted files fromlib/release_tools.rb - Replace the
release.gitlab.netDeploy section intemplates/single_version_patch.md.erbwith a note pointing to Release Environments and the connect-to-instance runbook
Closes gitlab-com/gl-infra/delivery#22039
Author Check-list
- Has documentation been updated?