Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-05-21 16:15:31 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2021-05-21 16:15:31 +0300
commit6c2ad0b46a89f6faecf428f598160fd42fa64442 (patch)
tree0d0c1834495bbc89fc2afcee9253a6d9ef8765e3 /CHANGELOG.md
parentc202c0760cecf7b29ddb9ec46a794e208f4da82b (diff)
Update CHANGELOG.md for 13.12.0
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa980e61b..c81862b29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,50 @@
# Gitaly changelog
+## 13.12.0 (2021-05-22)
+
+### Security (2 changes, 1 of them is from the community)
+
+- Update golang.org/x/crypto to the latest to address CVE-2020-29652. !3400 (Takuya Noguchi)
+- git: Always check fetched objects for consistency. !3458
+
+### Removed (1 change)
+
+- wiki: Remove FindFile RPC. !3454
+
+### Fixed (8 changes)
+
+- conflicts: Fix use of ambiguous refs in ResolveConflicts. !3386
+- conflicts: Fix fetching from target repository. !3386
+- conflicts: Fix segfault in case unresolved conflicts have no ancestor. !3386
+- conflicts: Fix trailing newline handling when resolving conflicts. !3386
+- Revert commit: Raise error if skipping commit offsets fails. !3390
+- commit: Handle real errors when skipping commits failed. !3392
+- Makefile: Unset PROFILE envvar before building git. !3414
+- ssh: Fix secondaries being out-of-date if all refs are rejected. !3455
+
+### Changed (1 change)
+
+- Use the go implementation of UserRevert by default. !3438
+
+### Performance (4 changes)
+
+- Reduce memory usage in GetAllLFSPointers. !3379
+- blob: Drop LFS pointer bitmap experiment. !3385
+- conflicts: Drop ResolveConflicts feature flag. !3410
+- featureflag: Activate Rebase implementation in Go. !3484
+
+### Added (4 changes)
+
+- Implement repository backups as per backup.rake. !3287
+- gitlab-backup: Restore repositories as per backup.rake. !3383
+- gitlab: Implement metric to measure latency of API calls. !3409
+- remote: Add RemoteUrl parameter to FindRemoteRootRef. !3412
+
+### Other (1 change)
+
+- Multiplex connections between Praefect and Gitaly by default. !3360
+
+
## 13.11.4 (2021-05-14)
- No changes.