Skip to content

Deprecate 'omnibus_gitconfig'

Sami Hiltunen requested to merge smh-deprecate-gitconfig into master

What does this MR do?

This MR adds a deprecation for 'omnibus_gitconfig'. Git configuration should be directly added under Gitaly's configuration as directed in the linked migration instructions. Configuring Git on a system or user level will no longer be supported through Omnibus.

Related issues

Deprecate omnibus_gitconfig for removal in 17.0 (gitaly#5132 - closed)

Documentation: Add migration instructions for deprecated 'omni... (gitlab!146755 - merged)

Deprecation schedule

Configuration Key Deprecation Date Removal Date
Gitlab['omnibus_gitlab'] 16.10 17.0

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • Pipeline is green on the dev.gitlab.org mirror for this branch if the change is touching anything besides documentation or internal cookbooks. Please note that feature branches are not automatically mirrored to dev.gitlab.org, and should be manually pushed whenever necessary.
  • trigger-package has a green pipeline running against latest commit
  • When ready for review, MR is labeled "~workflow::ready for review" per the Distribution MR workflow

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests updated
  • Equivalent MR/issue for the GitLab Chart opened
  • Notify Product for inclusion in release notes
Edited by Robert Marshall

Merge request reports