Skip to content
GitLab Next
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab FOSS GitLab FOSS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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.org
  • GitLab FOSSGitLab FOSS
  • Issues
  • #20497
Closed
Open
Created Aug 01, 2016 by Rubén Dávila@rdavilaContributor110 of 124 tasks completed110/124 tasks

Release 8.11

29th: (16 working days before the 22nd)

  • Triage the Omnibus milestone

1st: (15 working days before the 22nd)

RC1

  • Ensure omnibus-gitlab is ready to build packages by asking the Omnibus maintainers

  • Follow the Creating RC1 guide:

    • Update the "Installation from Source" guide

    • Create the Update guides

    • Have someone run bin/rake gitlab:update_templates and open a merge request to master: !5626 (merged)

    • Merge GitLab CE into EE via merge request: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/607

    • Check for any problematic migrations in EE (EE migrations include CE ones), and paste the diff in a snippet: git diff 8-10-stable-ee..master -- db/migrate => https://gitlab.com/gitlab-org/gitlab-ce/snippets/23856

    • Sync CE, EE, and Omnibus to dev

    • In #core:

      ```
      @developers
      
      I am about to tag `8.11.0-rc1`. I will still merge `master` into
      `8-11-stable` until the 16th.
      ```
    • Ensure tests are green on CE

    • Ensure tests are green on EE

    • In #releases: I'm going to tag 8.11.0-rc1

    • Tag the 8.11.0-rc1 version using the release task:

      ```sh
      bundle exec rake "release[8.11.0-rc1]"
      ```
  • Check that EE packages are built, CE packages are built and appears on packages.gitlab.com: EE & CE

  • In #infrastructure: I'm going to deploy 8.11.0-rc1 to staging

  • Deploy 8.11.0-rc1 to staging.gitlab.com

  • In #infrastructure: I'm going to deploy 8.11.0-rc1 to production Deploy didn't went out because master was unstable

  • Deploy 8.11.0-rc1 to GitLab.com

  • Create the regression issue in the CE issue tracker using the regression_issue task and bookmark it:

    ```sh
    bundle exec rake "regression_issue[8.11.0]"
    ```
  • Prepare the blog post using the new_release_post task, in the www-gitlab-com project:

    ```sh
    bundle exec rake "new_release_post[8.11]"
    ```

Anytime between 1st (15 working days before the 22nd) and 16th (4 working days before the 22nd)

Copy-paste the tasks below for any other RCs (be sure to update the RC number).

RC2

  • Merge CE master into CE 8-11-stable
  • Merge EE master into EE 8-11-stable-ee
  • Follow the Creating subsequent RCs guide for 8.11.0-rc2:
    • Merge CE 8-11-stable into EE 8-11-stable-ee following the Merging a CE stable branch into its EE counterpart guide

    • Check for any problematic migrations in EE (EE migrations include CE ones), and paste the diff in a snippet: git diff v8.11.0-rc1-ee..8-11-stable-ee -- db/migrate => https://gitlab.com/gitlab-org/gitlab-ce/snippets/24313

    • Sync CE, EE, and Omnibus to dev

    • Ensure tests are green on CE

    • Ensure tests are green on EE

    • In #releases: I'm going to tag 8.11.0-rc2

    • Tag the 8.11.0-rc2 version using the release task:

      ```sh
      bundle exec rake "release[8.11.0-rc2]"
      ```
  • Check that EE packages are built, CE packages are built and appears on packages.gitlab.com: EE & CE
  • In #infrastructure: I'm going to deploy 8.11.0-rc2 to staging
  • Deploy 8.11.0-rc2 to staging.gitlab.com
  • In #infrastructure: I'm going to deploy 8.11.0-rc2 to production
  • Deploy 8.11.0-rc2 to GitLab.com

Only after the 11th (7 working days before the 22nd)

  • Tweet about the 8.11.0-rc2 release:

    ```
    GitLab 8.11.0-rc2 is available: https://packages.gitlab.com/gitlab/unstable
    Use at your own risk. Please link regressions issues from
    LINK_TO_REGRESSION_ISSUE
    ```

11th: (7 working days before the 22nd)

  • Determine QA person and notify this person: @zj
  • Do QA and fix anything coming out of it: https://gitlab.com/gitlab-org/gitlab-ce/issues/21003

Anytime between 17th (3 working days before the 22nd) and 19th (1 working day before the 22nd)

  • In #core:

    @developers
    
    TL;DR: Ensure the `8.11.0` milestone and the `Pick into Stable` label are set, no need to ping me.
    
    From now on, please follow the "Change for stable release" process:
    https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#changes-for-stable-releases

Copy-paste the tasks below for any other RCs (be sure to update the RC number).

RC3

  • Cherry-pick merge requests labeled Picked into Stable for the current milestone (you can take advantage of the Picked into Stable 8.11 merged merge requests page) into the CE 8-11-stable and EE 8-11-stable-ee branches, respectively

  • Follow the Creating subsequent RCs guide for 8.11.0-rc3 (be sure to use the correct RC number):

    • Merge CE 8-11-stable into EE 8-11-stable-ee following the Merging a CE stable branch into its EE counterpart guide

    • Check for any problematic migrations in EE (EE migrations include CE ones), and paste the diff in a snippet: git diff v8.11.0-rc2-ee..8-11-stable-ee -- db/migrate => https://gitlab.com/gitlab-org/gitlab-ce/snippets/24416

    • Sync CE, EE, and Omnibus to dev

    • Ensure tests are green on CE

    • Ensure tests are green on EE

    • In #releases: I'm going to tag 8.11.0-rc3

    • Tag the 8.11.0-rc3 version using the release task:

      ```sh
      bundle exec rake "release[8.11.0-rc3]"
      ```
  • Check that EE packages are built, CE packages are built and appears on packages.gitlab.com: EE & CE

  • In #infrastructure: I'm going to deploy 8.11.0-rc3 to staging

  • Deploy 8.11.0-rc3 to staging.gitlab.com

  • In #infrastructure: I'm going to deploy 8.11.0-rc3 to production

  • Deploy 8.11.0-rc3 to GitLab.com

  • Tweet about the 8.11.0-rc3 release:

    ```
    GitLab 8.11.0-rc3 is available: https://packages.gitlab.com/gitlab/unstable
    Use at your own risk. Please link regressions issues from
    LINK_TO_REGRESSION_ISSUE
    ```

RC4

  • Cherry-pick merge requests labeled Picked into Stable for the current milestone (you can take advantage of the Picked into Stable 8.11 merged merge requests page) into the CE 8-11-stable and EE 8-11-stable-ee branches, respectively

  • Follow the Creating subsequent RCs guide for 8.11.0-rc4 (be sure to use the correct RC number):

    • Merge CE 8-11-stable into EE 8-11-stable-ee following the Merging a CE stable branch into its EE counterpart guide

    • Check for any problematic migrations in EE (EE migrations include CE ones), and paste the diff in a snippet: git diff v8.11.0-rc3-ee..8-11-stable-ee -- db/migrate =>

    • Sync CE, EE, and Omnibus to dev

    • Ensure tests are green on CE

    • Ensure tests are green on EE

    • In #releases: I'm going to tag 8.11.0-rc4

    • Tag the 8.11.0-rc4 version using the release task:

      ```sh
      bundle exec rake "release[8.11.0-rc4]"
      ```
  • Check that EE packages are built, CE packages are built and appears on packages.gitlab.com: EE & CE

  • In #infrastructure: I'm going to deploy 8.11.0-rc4 to staging

  • Deploy 8.11.0-rc4 to staging.gitlab.com this RC was tagged early, we deployed RC5 instead.

  • In #infrastructure: I'm going to deploy 8.11.0-rc4 to production

  • Deploy 8.11.0-rc4 to GitLab.com

  • Tweet about the 8.11.0-rc4 release:

    ```
    GitLab 8.11.0-rc4 is available: https://packages.gitlab.com/gitlab/unstable
    Use at your own risk. Please link regressions issues from
    LINK_TO_REGRESSION_ISSUE
    ```

RC5

  • Cherry-pick merge requests labeled Picked into Stable for the current milestone (you can take advantage of the Picked into Stable 8.11 merged merge requests page) into the CE 8-11-stable and EE 8-11-stable-ee branches, respectively

  • Follow the Creating subsequent RCs guide for 8.11.0-rc5 (be sure to use the correct RC number):

    • Merge CE 8-11-stable into EE 8-11-stable-ee following the Merging a CE stable branch into its EE counterpart guide

    • Check for any problematic migrations in EE (EE migrations include CE ones), and paste the diff in a snippet: git diff v8.11.0-rc4-ee..8-11-stable-ee -- db/migrate => https://gitlab.com/gitlab-org/gitlab-ce/snippets/24459

    • Sync CE, EE, and Omnibus to dev

    • Ensure tests are green on CE

    • Ensure tests are green on EE

    • In #releases: I'm going to tag 8.11.0-rc5

    • Tag the 8.11.0-rc5 version using the release task:

      ```sh
      bundle exec rake "release[8.11.0-rc5]"
      ```
  • Check that EE packages are built, CE packages are built and appears on packages.gitlab.com: EE & CE

  • In #infrastructure: I'm going to deploy 8.11.0-rc5 to staging

  • Deploy 8.11.0-rc5 to staging.gitlab.com

  • In #infrastructure: I'm going to deploy 8.11.0-rc5 to production

  • Deploy 8.11.0-rc5 to GitLab.com

  • Tweet about the 8.11.0-rc5 release:

    ```
    GitLab 8.11.0-rc5 is available: https://packages.gitlab.com/gitlab/unstable
    Use at your own risk. Please link regressions issues from
    LINK_TO_REGRESSION_ISSUE
    ```

RC6

  • Cherry-pick merge requests labeled Picked into Stable for the current milestone (you can take advantage of the Picked into Stable 8.11 merged merge requests page) into the CE 8-11-stable and EE 8-11-stable-ee branches, respectively

  • Follow the Creating subsequent RCs guide for 8.11.0-rc6 (be sure to use the correct RC number):

    • Merge CE 8-11-stable into EE 8-11-stable-ee following the Merging a CE stable branch into its EE counterpart guide

    • Sync CE, EE, and Omnibus to dev

    • Check for any problematic migrations in EE (EE migrations include CE ones), and paste the diff in a snippet: git diff v8.11.0-rc5-ee..8-11-stable-ee -- db/migrate => https://gitlab.com/gitlab-org/gitlab-ce/snippets/24500

    • Ensure tests are green on CE: https://dev.gitlab.org/gitlab/gitlabhq/commits/8-11-stable

    • Ensure tests are green on EE: https://dev.gitlab.org/gitlab/gitlab-ee/commits/8-11-stable-ee

    • Tag and build (this is CI-automated) the 8.11.0-rc6 version using the release task:

      ```sh
      bundle exec rake "release[8.11.0-rc6]"
      ```
  • Check that EE packages are built, CE packages are built and appears on packages.gitlab.com: EE & CE

  • Deploy 8.11.0-rc6 to staging.gitlab.com

  • Deploy 8.11.0-rc6 to GitLab.com

  • Tweet about the 8.11.0-rc6 release:

    ```
    GitLab 8.11.0-rc6 is available: https://packages.gitlab.com/gitlab/unstable
    Use at your own risk. Please link regressions issues from
    https://gitlab.com/gitlab-org/gitlab-ce/issues/20946
    ```

RC7

  • Cherry-pick merge requests labeled Picked into Stable for the current milestone (you can take advantage of the Picked into Stable 8.11 merged merge requests page) into the CE 8-11-stable and EE 8-11-stable-ee branches, respectively

  • Follow the Creating subsequent RCs guide for 8.11.0-rc7 (be sure to use the correct RC number):

    • Merge CE 8-11-stable into EE 8-11-stable-ee following the Merging a CE stable branch into its EE counterpart guide

    • Sync CE, EE, and Omnibus to dev

    • Check for any problematic migrations in EE (EE migrations include CE ones), and paste the diff in a snippet: https://gitlab.com/gitlab-org/gitlab-ce/snippets/24517

    • Ensure tests are green on CE: https://dev.gitlab.org/gitlab/gitlabhq/commits/8-11-stable

    • Ensure tests are green on EE: https://dev.gitlab.org/gitlab/gitlab-ee/commits/8-11-stable-ee

    • Tag and build (this is CI-automated) the 8.11.0-rc7 version using the release task:

      ```sh
      bundle exec rake "release[8.11.0-rc7]"
      ```
  • Check that EE packages are built and CE packages are built and appears under gitlab/unstable on https://packages.gitlab.com

  • Deploy 8.11.0-rc7 to staging.gitlab.com

  • Deploy 8.11.0-rc7 to GitLab.com

  • Tweet about the 8.11.0-rc7 release:

    ```
    GitLab 8.11.0-rc7 is available: https://packages.gitlab.com/gitlab/unstable
    Use at your own risk. Please link regressions issues from
    https://gitlab.com/gitlab-org/gitlab-ce/issues/20946
    ```

17th: (3 working days before the 22nd)

  • Check that everyone is mentioned on the blog post using @all:

    ```
    Hello @all, this is the monthly release post that will go out on the 22nd,
    announcing the new GitLab version. Look through it to see if we can make any
    changes and feel free to comment with suggestions or questions!
    ```
    
    or, if the blog post is still very much a work in progress:
    
    ```
    Hello @all, this is the merge request for the monthly release post that will
    go out on the 22nd, announcing the new GitLab version. Right now it's all
    boilerplate, but feel free to remind us about things that shouldn't be left
    out!
    ```

18th: (2 working days before the 22nd)

  • Ask in #core for suggestions about who should be this release's MVP. Once chosen, add them to the blog post and to the MVP page, in the same merge request

19th: (1 working day before the 22nd)

Ideally, the last RC should be released no later than this day and should point to the same commit as the final release.

22nd before 1200 CET:

Release before 1200 CET / 2AM PST, to make sure the majority of our users get the new version on the 22nd and there is sufficient time in the European workday to quickly fix any issues.

  • Before 0800 PDT / 1700 CET:

    • Remove (unreleased) from CHANGELOG and add a (unreleased) line for the next patch

    • Remove (unreleased) from CHANGELOG-EE and add a (unreleased) line for the next patch

    • Merge CE 8-11-stable into EE 8-11-stable-ee following the Merging a CE stable branch into its EE counterpart guide

    • Check for any problematic migrations in EE (EE migrations include CE ones), and paste the diff in a snippet: git diff v8.11.0-rc3-ee..8-11-stable-ee -- db/migrate =>

    • Sync CE, EE, and Omnibus to dev

    • Ensure tests are green on CE

    • Ensure tests are green on EE

    • In #releases: I'm going to tag 8.11.0

    • Tag the 8.11.0 version using the release task:

      ```sh
      bundle exec rake "release[8.11.0]"
      ```
    • Check that EE packages are built, CE packages are built and appears on packages.gitlab.com: EE / CE

    • Update the version in the VERSION file to 8.12.0-pre and create the v8.12.0.pre tag:

      echo "8.12.0-pre" > VERSION
      git add VERSION && git ci # ci = commit --gpg-sign --signoff --verbose
      git pdog # pdog = push dev,origin,github
      git tag -s v8.12.0.pre -m "Update VERSION to 8.12.0.pre"
      git pdog v8.12.0.pre:v8.12.0.pre
  • Before 0900 PDT / 1800 CET:

    • In #infrastructure: I'm going to deploy 8.11.0 to staging

    • Deploy 8.11.0 to staging.gitlab.com

    • In #infrastructure: I'm going to deploy 8.11.0 to production

    • Deploy 8.11.0 to GitLab.com

    • Check that the 8.11.0 version was automatically created on https://version.gitlab.com

    • Create the first patch issue using the patch_issue task:

      bundle exec rake "patch_issue[8.11.1]"
  • At 1000 PDT / 1900 CET:

    • Publish the release blog post
    • Ensure someone tweets about the 8.11.0 release
    • Upgrade the #gitlab channel's topic on IRC Freenode with the latest version number
Assignee
Assign to
Time tracking