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-02-01 20:06:56 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-02-01 20:06:56 +0300
commit94ecbad5f45e36d9ece21e26bb998543a0094c5c (patch)
tree4dd38a05a494363984974840befcd262b3c82a02
parentb1e74dd0bd55e989f186d7b65655755dc04e47e5 (diff)
Version 1.17.0v1.17.0
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/2780-disable-git-v2.yml5
-rw-r--r--changelogs/unreleased/commits-sender-to-chunker.yml5
-rw-r--r--changelogs/unreleased/sh-add-gl-project-name-logs.yml5
5 files changed, 13 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70595a693..2a5235dc0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Gitaly changelog
+## v1.17.0
+
+#### Other
+- Add glProjectPath to logs
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1049
+- Switch from commitsSender to chunker
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1060
+
+#### Security
+- Disable git protocol v2 temporarily
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v1.16.0
diff --git a/VERSION b/VERSION
index 15b989e39..092afa15d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.16.0
+1.17.0
diff --git a/changelogs/unreleased/2780-disable-git-v2.yml b/changelogs/unreleased/2780-disable-git-v2.yml
deleted file mode 100644
index 1f236be8b..000000000
--- a/changelogs/unreleased/2780-disable-git-v2.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Disable git protocol v2 temporarily
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/commits-sender-to-chunker.yml b/changelogs/unreleased/commits-sender-to-chunker.yml
deleted file mode 100644
index 145ec417b..000000000
--- a/changelogs/unreleased/commits-sender-to-chunker.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Switch from commitsSender to chunker
-merge_request: 1060
-author:
-type: other
diff --git a/changelogs/unreleased/sh-add-gl-project-name-logs.yml b/changelogs/unreleased/sh-add-gl-project-name-logs.yml
deleted file mode 100644
index cecbaa927..000000000
--- a/changelogs/unreleased/sh-add-gl-project-name-logs.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add glProjectPath to logs
-merge_request: 1049
-author:
-type: other