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-07 19:39:29 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-08-07 19:39:29 +0300
commit286e16e2963d42d36a3d55265052589b0a450de6 (patch)
treee5b8d4e12a956e4114f6ea7b07434eee4188cc8b
parent86b83ac844fd2e4286563d0aa30d3d5ba37217c5 (diff)
Version 1.58.0v1.58.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/sh-worktree-cleanup.yml5
-rw-r--r--ruby/proto/gitaly/version.rb2
4 files changed, 8 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index afd44f8e9..329364f60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.58.0
+
+#### Fixed
+- Properly clean up worktrees after commit operations
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1383
+
## v1.57.0
#### Fixed
diff --git a/VERSION b/VERSION
index 373aea975..79f82f6b8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.57.0
+1.58.0
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
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 147317c0d..10013f254 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,4 +1,4 @@
# This file was auto-generated by /Users/jacobvosmaer/Desktop/gitlab-development-kit/gitaly/src/gitlab.com/gitlab-org/gitaly/_support/release
module Gitaly
- VERSION = '1.57.0'
+ VERSION = '1.58.0'
end