devel/gitaly: update to 14.9.0
Required for gitlab-ce 14.9
Changelog:
https://gitlab.com/gitlab-org/gitaly/-/blob/master/CHANGELOG.md
14.9.0 (2022-03-21)
Added (7 changes)
Repository: allow opting for --mirror for CreateRepositoryFromURL (merge request)
housekeeping: Track what kind of repacks OptimizeRepository does (merge request)
housekeeping: Expose pruned stale files via Prometheus metric (merge request)
proto: Add structured error types for UserRebaseCofirmable (merge request)
git2go: Add squash parameter to MergeCommand by @trakos (merge request)
git: Support bundled Git v2.35.1.gl1 (merge request)
proto: Add structured error types for UserSquash RPC (merge request)
Fixed (14 changes)
housekeeping: Don't prune recent objects (merge request)
repository: Fix indeterministic voting when creating new repos (merge request)
operations: Fix wrong error code when UserSquash conflicts (merge request)
cgroups: Remove paths field (merge request)
Extend invalid metadata deletion logic to repos existin on target (merge request)
localrepo: Unlock symbolic refs when the update fails (merge request)
git: Verify that bundled Git binaries exist and are executable (merge request)
git: Reject config with bundled Git and missing binary directories (merge request)
praefect: Pass feature flags to Gitaly when executing ServerInfo (merge request)
Hooks: eagerly delete sidechannel socket dir (merge request)
Handle backchannel connection closing idempotently (merge request)
repository: Fix indetermenistic voting order in ReplicateRepository (merge request)
gitaly: Fix missing housekeeping manager dependency (merge request)
repository: Ignore missing refs in CreateBundleFromRefList (merge request)
Changed (10 changes)
housekeeping: Generalize counter for pruned empty directories (merge request)
repository: Allow CreateRepository to take default_branch (merge request)
operations: Return error from UserSquash when merging fails (merge request)
operations: Return error from UserSquash on conflict (merge request)
operations: Return error from UserSquash when resolving revisions fails (merge request)
git: Enable use of bundled Git by default (merge request)
localrepo: Remove flag to switch to sidechannels for internal fetches (merge request)
localrepo: Do transactional vote in SetDefaultBranch (merge request)
repository: Use optional auth token for cloning (merge request)
log: Disable gRPC HealthCheck message logging (merge request)
Deprecated (3 changes)
proto: Deprecate PreReceiveError field in UserMergeBranchResponse (merge request)
proto: Deprecate PreReceiveError field in UserMergeToRefResponse (merge request)
proto: Deprecate fine-grained repository maintenance RPCs (merge request)
Removed (2 changes)
operations: Remove deprecated squash_id from UserSquash RPC (merge request)
git: Remove support for the Ruby hooks directory (merge request)
Performance (2 changes)
Makefile: Add more patches to speed up git-fetch(1) to v2.35.1.gl1 (merge request)
git: Convert internal fetches to use sidechannel (merge request)