Release 9.0.6
-
Picked into respective
stable
branches.Pick into Stable
9.0 merged merge requests:- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10651
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10796
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10829
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10794
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10658
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10781
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10763
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10622
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10611
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10586
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10461
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10216
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10662
- https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1507
- https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1404
- https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1659
- https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1675
- https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1670
-
Merge
ce/9-0-stable
intoee/9-0-stable-ee
-
Sync the stable branches of CE, EE, and Omnibus to
dev
-
While waiting for tests to be green, now is a good time to start on the blog post: gitlab-com/www-gitlab-com!5754 (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 v9.0.5-ee..9-0-stable-ee -- db/migrate
=> https://gitlab.com/snippets/1658272 -
Tag the
9.0.6
version using therelease
task:```sh bundle exec rake "release[9.0.6]" ```
-
Check that EE packages are built, CE packages are built and appears on
packages.gitlab.com
: EE / CE -
In
#production
:``` I'm going to deploy `9.0.6` to staging ```
-
Deploy9.0.6
to staging.gitlab.com -
In
#production
:``` I'm going to deploy `9.0.6` to production ```
-
Deploy9.0.6
to GitLab.com -
Create the
9.0.6
version on https://version.gitlab.com -
Deploy the blog post
-
Tweet (prepare the Tweet text below or paste the tweet URL instead):
``` GitLab 9.0.6 has just been released to address a number of regressions. See https://about.gitlab.com/2017/04/21/gitlab-9-dot-0-dot-6-released/ for full details. ```
-
In the 9.0 Regressions issue:
-
Add the following notice:
`9.0.6` has been tagged, further fixes will go into `9.0.7` as necessary.
-
Remove notes for the regressions fixed by version
9.0.6
-
-
Add
omnibus-gitlab/9.0.6+ce.0
CHANGELOG.md items toomnibus-gitlab/master
CHANGELOG.md
For references: