Skip to content

fix: upgrade of the gitaly dependency

Pavlo Strokov requested to merge ps-upgrade-gitaly into main

Gitaly project now properly respects module release flow and includes a module suffix in the package name. It requires to re-write all non-suffixed imports with suffixed of a specific version of tha module. With proper module versioning we don't need to use a 'replace' directive to point to specific commit and can use semantic versioning for the gitaly dependency.

Part of: gitaly#3177 (closed)

Merge request reports