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:
authorPaul Okstad <pokstad@gitlab.com>2019-09-23 21:30:16 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-09-23 21:30:16 +0300
commit11980609ad78842b5cf83899d1bb002bbbe9ba2d (patch)
treea13f026f848cf5568ba1870df6e443cf39adcfab
parentacd8577833f0059f68b10aa9330f33ee39a3bd04 (diff)
Version 1.65.1v1.65.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/security-backport-39.yml5
-rw-r--r--ruby/proto/gitaly/version.rb4
4 files changed, 9 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 436ea3d4f..08ae53c6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.65.1
+
+#### Security
+- Backport !39 into 1-65-stable
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v1.65.0
#### Fixed
diff --git a/VERSION b/VERSION
index 902c74186..09f245728 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.65.0
+1.65.1
diff --git a/changelogs/unreleased/security-backport-39.yml b/changelogs/unreleased/security-backport-39.yml
deleted file mode 100644
index 9bdeaa79a..000000000
--- a/changelogs/unreleased/security-backport-39.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Backport !39 into 1-65-stable
-merge_request:
-author:
-type: security
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 8ba953420..a99d145af 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
+# This file was auto-generated by _support/release
module Gitaly
- VERSION = '1.65.0'
+ VERSION = '1.65.1'
end