Release 8.8.2
-
Picked into respective
stable
branches.Picked into Stable
8.8 merged merge requests:- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4141
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4209
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4233
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4244
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4245
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4249
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4242
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4263
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4281
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4274
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4211
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4210
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4075
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4183
- https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/406
- https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/409
- https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/416
-
Check
ce/8-8-stable
CHANGELOG -
Merge
ce/8-8-stable
intoee/8-8-stable-ee
-
Ensure tests are green on CE: https://gitlab.com/gitlab-org/gitlab-ce/commits/8-8-stable
-
Ensure tests are green on EE: https://gitlab.com/gitlab-org/gitlab-ee/commits/8-8-stable-ee
-
Check for any migrations in CE (and paste the diff below):
git diff v8.8.1..8-8-stable -- db/
-
Check for any migrations in EE (and paste the diff below):
git diff v8.8.1-ee..8-8-stable-ee -- db/
-
Tag and build (this is CI-automatized) the
8.8.2
version using therelease
task:bundle exec rake "release[8.8.2]"
-
Check that EE packages are built and CE packages are built and appear under
gitlab/gitlab-ee
andgitlab/gitlab-ce
on https://packages.gitlab.com/gitlab/ -
Add patch notice to 8.8 Regressions:
`8.8.2` has been tagged, further fixes will go into `8.8.3` as necessary.
-
Deploy
8.8.2
to GitLab.com -
Create the
8.8.2
version on https://version.gitlab.com -
Blog Post:
- BLOG_POST_MR
- BLOG_POST_URL
-
Tweet (prepare the Tweet text below or paste the tweet URL instead):
GitLab 8.8.2 is released! BLOG_POST_URL DESCRIPTION OF THE CHANGES
-
Add
ce/v8.8.2
CHANGELOG items toce/master
CHANGELOG -
Add
ee/v8.8.2-ee
CHANGELOG-EE items toee/master
CHANGELOG-EE -
Add
omnibus-gitlab/v8.8.2+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):bundle exec rake "patch_issue[8.8.3]"
For references: