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:
authorJacob Vosmaer <jacob@gitlab.com>2019-08-16 13:10:29 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-08-16 13:10:29 +0300
commit37b71fbdfe4375bb8eaf64f855f1182caf066ec7 (patch)
tree0f6539f9890c0a688715805803fa19a32cf1de32
parented395744793ceec88c0a58606dbbe8d791367135 (diff)
Version 1.53.3v1.53.3
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/sh-worktree-cleanup.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41b989b67..113a8801d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.53.3
+
+#### Fixed
+- Properly clean up worktrees after commit operations
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1383
+
## v1.53.2
#### Security
diff --git a/VERSION b/VERSION
index 95e26be3e..ede3db7b4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.53.2
+1.53.3
diff --git a/changelogs/unreleased/sh-worktree-cleanup.yml b/changelogs/unreleased/sh-worktree-cleanup.yml
deleted file mode 100644
index 8b239dcc7..000000000
--- a/changelogs/unreleased/sh-worktree-cleanup.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Properly clean up worktrees after commit operations
-merge_request: 1383
-author:
-type: fixed