Skip to content

Set mailroom to unmanaged for now

Reuben Pereira requested to merge rp/mailroom-unmanaged into master

What does this MR do?

This is so that it doesn't set the version of gitlab-mail_room back to 0.0.9 in CNG ci_files/variables.yml.

When the version source is set to gem_version instead of unmanaged, it sets ci_files/variables.yml to the gitlab-mail_room version in Gemfile.lock#L484. The version in Gitlab Rails is still 0.0.9 because of https://gitlab.com/gitlab-org/gitlab-mail_room/-/merge_requests/33#note_696976348.

Since this MR sets the version source to unmanaged, the appVersion of gitlab-mail_room will have to be manually updated in charts/gitlab/charts/mailroom/Charts.yaml: gitlab-org/charts/gitlab!2236 (merged).

Author Check-list

  • Has documentation been updated?
Edited by Reuben Pereira

Merge request reports