Welcome to mirror list, hosted at ThFree Co, Russian Federation.

deuley_servicetemplates_removal.yml « 14_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 94816bbee4a23d270e4d22e895620f2f840ca939 (plain)
1
2
3
4
5
6
7
8
- name: "Service Templates removed"
  removal_date: "2021-06-22"
  removal_milestone: "14.0"
  reporter: deuley
  body: |
    Service Templates are [removed in GitLab 14.0](https://gitlab.com/groups/gitlab-org/-/epics/5672). They were used to apply identical settings to a large number of projects, but they only did so at the time of project creation.

    While they solved part of the problem, _updating_ those values later proved to be a major pain point. [Project Integration Management](https://docs.gitlab.com/ee/user/admin_area/settings/project_integration_management.html) solves this problem by enabling you to create settings at the Group or Instance level, and projects within that namespace inheriting those settings.