Skip to content

Change GITLAB_WORKHORSE_VERSION back to a regular file

Jacob Vosmaer requested to merge jv-workhorse-version-regular-file into master

What does this MR do?

In !54941 (merged) we changed GITLAB_WORKHORSE_VERSION to a symlink pointing to VERSION. This broke release tooling which reads the symlink in an incorrect way, so that it sees the contents as the literal string VERSION. That is not a semver string which is apparently bad.

This MR puts a bogus but realistic value in GITLAB_WORKHORSE_VERSION.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Jacob Vosmaer

Merge request reports

Loading