Release 8.9.3
-
Picked into respective
stable
branches.Picked into Stable
8.9 merged merge requests:- gitlab-org/gitlab-ce!4985
- gitlab-org/gitlab-ce!4973
- gitlab-org/gitlab-ce!4954
- gitlab-org/gitlab-ce!4932
- gitlab-org/gitlab-ce!4901
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4859 (needs manual changelog)
-
gitlab-org/gitlab-ce!4971 - gitlab-org/gitlab-ce!4963
- gitlab-org/gitlab-ce!4953
- gitlab-org/gitlab-ce!4947
- gitlab-org/gitlab-ce!4944
- gitlab-org/gitlab-ce!4941
- gitlab-org/gitlab-ce!4936
- gitlab-org/gitlab-ce!4904
- gitlab-org/gitlab-ce!4899
- gitlab-org/gitlab-ee!504
- gitlab-org/gitlab-ee!503
- gitlab-org/gitlab-ee!502
-
https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1975 (security fix, manual changelog)Pushed
-
Check
ce/8-9-stable
CHANGELOG -
Merge
ce/8-9-stable
intoee/8-9-stable-ee
-
Ensure tests are green on CE: https://gitlab.com/gitlab-org/gitlab-ce/commits/8-9-stable
-
Ensure tests are green on EE: https://gitlab.com/gitlab-org/gitlab-ee/commits/8-9-stable-ee
-
Check for any migrations in CE (and paste the diff below):
git diff v8.9.2..8-9-stable -- db/
-
Check for any migrations in EE (and paste the diff below):
git diff v8.9.2-ee..8-9-stable-ee -- db/
-
Tag and build (this is CI-automatized) the
8.9.3
version using therelease
task:```sh bundle exec rake "release[8.9.3]" ```
-
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.9 Regressions:
``` `8.9.3` has been tagged, further fixes will go into `8.9.4` as necessary. ```
-
Deploy
8.9.3
to staging.gitlab.com -
Deploy
8.9.3
to GitLab.com -
Create the
8.9.3
version on https://version.gitlab.com -
Blog Post: gitlab-com/www-gitlab-com!2477 (merged)
-
Tweet (prepare the Tweet text below or paste the tweet URL instead):
``` GitLab 8.9.3 is released! BLOG_POST_URL DESCRIPTION OF THE CHANGES ```
-
Add
ce/v8.9.3
CHANGELOG items toce/master
CHANGELOG -
Add
ee/v8.9.3-ee
CHANGELOG-EE items toee/master
CHANGELOG-EE -
Add
omnibus-gitlab/v8.9.3+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.9.4]" ```
For references: