Highlights for the week ending 2021-03-12
What does this Merge Request do?
This MR updates CHANGELOG.md
to include highlights for the week ending 2021-03-12. Here's the expanded version:
!1873 (merged)
Promote auto_reconfigure to stable and default enabledHaving gdk reconfigure
auto run as part of a gdk update
has been available as an experimental feature for some time but it was disabled by default. This MR promotes the setting to be stable and enabled by default so gdk reconfigure
will auto run as part of a gdk update
now.
!1808 (merged)
Run workhorse from gitlab/workhorseThe gitlab-workhorse
GDK service previously ran out of GDK_ROOT/workhorse
but now runs out of GDK_ROOT/gitlab/workhorse
and comes from https://gitlab.com/gitlab-org/gitlab/-/tree/master/workhorse. There is no expected compatibility issues going forward, other than a GDK_ROOT/workhorse
directory remaining.
Thanks @jacobvosmaer-gitlab
!1863 (merged)
Add Reviewer Roulette for the GDK projectReviewer roulette is now enabled for the GDK project for all MRs
!1874 (merged)
Make jaeger no longer enabled by defaultFor most users, jaeger is not required so it is now disabled by default. There is no impact if you had it explicitly enabled.
Merge Request checklist
-
Tests added for new functionality. If not, please raise Issue to follow-up. -
This change is backward compatible. If not, please include steps to communicate to our users. -
Documentation added/updated, if needed. -
gdk doctor
test added, if needed.