Skip to content

Update Gitaly Server Version to 0.21.2

Andrew Newdigate requested to merge update-gitaly-to-0.21.2 into master

What does this MR do?

Upgrades Gitaly from 0.17.0 to 0.21.2

Are there points in the code the reviewer needs to double check?

Mostly that the tests pass.

Why was this MR needed?

We have had several issues with source installs getting tripped up by this issue: gitaly#397 (closed)

This release includes a fix to check for an invalid config at startup, and print an reasonable error message, instead of failing at runtime with a misleading error message.

gitaly!227 (merged)

If we feel that this version bump is too big for Pick into Stable, I could cherry-pick this change into a 0.17.1 release but would prefer to keep the version history linear if possible.

Gitaly is designed to be backwards compatible in general, so it shouldn't be a problem.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Andrew Newdigate

Merge request reports