Update our auto-deploy process with appropriate versions and tag
-
Update our version files in preparation for building omnibus
- utilize the commits api: https://docs.gitlab.com/ee/api/commits.html#create-a-commit-with-multiple-files-and-actions
GITALY_SERVER
GITLAB_PAGES
GITLAB_SHELL
GITLAB_WORKHORSE
-
perform a tag
- This will feed into the build for omnibus: https://gitlab.com/gitlab-org/release/framework/issues/261
- push tag
-
poll the dev environment to ensure the tag is available
- As the dev environment is the location where our builds occur we need to ensure this instance received our tag
- if we didn't, something went wrong, which we need to bail and alert such that we can investigate