Release 8.5.3
-
Picked into respective
stable
branches.Picked into Stable
8.5 merged merge requests:- gitlab-org/gitlab-ee!216
- gitlab-org/gitlab-ee!234
- gitlab-org/gitlab-ce!2974
-
Check
ce/8-5-stable
CHANGELOG -
Merge
ce/8-5-stable
intoee/8-5-stable-ee
-
Check for any migrations in CE:
git diff v8.5.2..8-5-stable -- db/
-
Check for any migrations in EE:
git diff v8.5.2-ee..8-5-stable-ee -- db/
-
Tag and build (this is CI-automatized) the
8.5.3
version using therelease
task:bundle exec rake "release[8.5.3]"
-
Check that packages are built and appears under
gitlab/gitlab-ee
andgitlab/gitlab-ce
on https://packages.gitlab.com -
Add patch notice to 8.5 Regressions:
`8.5.3` has been tagged, further fixes will go into `8.5.4` as necessary.
-
Deploy
8.5.3
to GitLab.com -
Create the
8.5.3
version on https://version.gitlab.com -
Blog Post:
-
Add
ce/v8.5.3
CHANGELOG items toce/master
CHANGELOG -
Add
ee/v8.5.3-ee
CHANGELOG-EE items toee/master
CHANGELOG-EE -
Add
omnibus-gitlab/8.5.3+ee.0
CHANGELOG itemsomnibus-gitlab/master
CHANGELOG -
Create the next patch issue (if needed) using the
patch_issue
task:bundle exec rake "patch_issue[8.5.4]"
For references: