Skip to content
GitLab
Next
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • GitLab FOSS GitLab FOSS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLab FOSSGitLab FOSS
  • Merge requests
  • !24941

Prepare 11.7.5 release

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged GitLab Release Tools Bot requested to merge 11-7-stable-patch-5 into 11-7-stable Feb 05, 2019
  • Overview 3
  • Commits 19
  • Pipelines 20
  • Changes 47

Release issue: gitlab-org/release/tasks#659 (closed)

Summary

This MR prepares 11-7-stable for 11.7.5.

Before the 7th

Merge master into the preparation branch.

After the 7th

MR Filter for ~"Pick into 11.7" MRs

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests?label_name%5B%5D=Pick+into+11.7&scope=all&state=merged

Note to leave in MRs

Picked into https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/MERGE_REQUEST_ID, will merge into `11-7-stable` ready for `11.7.5`.

/unlabel ~"Pick into 11.7"

Steps

  1. Cherry-pick remaining commits into this MR using the link for ~"Pick into 11.7" above.

    • This can be done by checking out 11-7-stable-patch-5 locally and using git cherry-pick -m1 MERGE_COMMIT_SHA
    • Note: Copy the merge commit SHA from the "merged into master" section of the merge widget.
  2. Push changes every so often and verify that the MR has been included

  3. Leave a note in the MR so others can easily see that it is on track to be included in a release.

    • Remove the ~"Pick into 11.7" label.
  4. If there are any conflicts while picking MRs then attempt to resolve them; otherwise, create a new MR against the 11-7-stable-patch-5 branch and assign it to the author of the conflicting files.

  5. Once this MR is green merge it to stable, preferably with a manual fast-forward merge to minimize waiting time, as described in Merging preparation MRs into stable

Checklist

  • Add changes into the preparation branches:

    • Before the 7th: Master has been merged into the preparation branch
    • After the 7th: Changes marked ~"Pick into 11.7" have been picked
  • Conflicts resolved

  • No new commits have introduced directly to the stable branch while this MR was in progress. If there are, ensure these are merged into EE and check for a green pipeline after merging this MR.

Edited Feb 05, 2019 by Alex Hanselka
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 11-7-stable-patch-5