Release 8.8.8
-
Picked into respective
stable
branches.Picked into Stable
8.8 merged merge requests:- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5781 (needs CHANGELOG)
-
Check
ce/8-8-stable
CHANGELOG -
Merge
ce/8-8-stable
intoee/8-8-stable-ee
-
While waiting for tests to be green, now is a good time to start on the blog post: BLOG_POST_MR
-
Ensure tests are green on CE
-
Ensure tests are green on EE
-
Check for any problematic migrations in EE (EE migrations include CE ones), and paste the diff in a snippet:
git diff v8.8.7-ee..8-8-stable-ee -- db/migrate
=> -
Tag the
8.8.8
version using therelease
task:```sh bundle exec rake "release[8.8.8]" ```
-
Add patch notice to 8.8 Regressions:
``` `8.8.8` has been tagged, further fixes will go into `8.8.9` as necessary. ```
-
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.8.8` to staging ```
-
Deploy
8.8.8
to staging.gitlab.com -
In
#infrastructure
:``` I'm going to deploy `8.8.8` to production ```
-
Deploy
8.8.8
to GitLab.com -
Check that the
8.8.8
version was automatically created on https://version.gitlab.com -
Deploy the blog post
-
Tweet (prepare the Tweet text below or paste the tweet URL instead):
``` GitLab 8.8.8 is released! BLOG_POST_URL DESCRIPTION OF THE CHANGES ```
-
Add
ce/v8.8.8
CHANGELOG items toce/master
CHANGELOG -
Add
ee/v8.8.8-ee
CHANGELOG-EE items toee/master
CHANGELOG-EE -
Add
omnibus-gitlab/v8.8.8+ee.0
CHANGELOG items toomnibus-gitlab/master
CHANGELOG -
Create the next patch issue (if needed) using the
patch_issue
task (and put a reference to it below):```sh bundle exec rake "patch_issue[8.8.9]" ```
For references: