Release 8.15.2
-
Picked into respective
stable
branches.Pick into Stable
8.15 merged merge requests:- REFERENCE_TO_MR_TO_PICK
-
Merge
ce/8-15-stable
intoee/8-15-stable-ee
- https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1001 -
While waiting for tests to be green, now is a good time to start on the blog post: gitlab-com/www-gitlab-com!4352 (merged)
-
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.15.1-ee..8-15-stable-ee -- db/migrate
=> -
Tag the
8.15.2
version using therelease
task:```sh bundle exec rake "release[8.15.2]" ```
-
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.15.2` to staging ```
-
Deploy
8.15.2
to staging.gitlab.com -
In
#infrastructure
:``` I'm going to deploy `8.15.2` to production ```
-
Deploy
8.15.2
to GitLab.com -
Create the
8.15.2
version on https://version.gitlab.com -
Deploy the blog post
-
Tweet (prepare the Tweet text below or paste the tweet URL instead):
``` GitLab 8.15.2 is released! BLOG_POST_URL DESCRIPTION OF THE CHANGES ```
-
In the 8.15 Regressions issue:
-
Add the following notice:
`8.15.2` has been tagged, further fixes will go into `8.15.3` as necessary.
-
Remove notes for the regressions fixed by version
8.15.2
-
-
Add
omnibus-gitlab/8.15.2+ce.0
CHANGELOG.md items toomnibus-gitlab/master
CHANGELOG.md -
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.15.3]" ```
For references: