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:
authorStan Hu <stanhu@gmail.com>2018-10-04 21:41:07 +0300
committerStan Hu <stanhu@gmail.com>2018-10-04 21:41:07 +0300
commit75643882c8c5e1abb46fe29b5c4ddac3cc0dffeb (patch)
tree9d0b3d6430634f68146dbb1ff811545a4df27a15
parentb838af9869fad5cd02809aa7417d4de16a5873e2 (diff)
Version 0.124.0v0.124.0
-rw-r--r--CHANGELOG.md14
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/drop-go-1-9.yml5
-rw-r--r--changelogs/unreleased/fix-pktline-splitter.yml5
-rw-r--r--changelogs/unreleased/zj-rename-pb-gitalypb.yml5
5 files changed, 15 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a12e2f6f..aa76f8f35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Gitaly changelog
+## v0.124.0
+
+#### Deprecated
+- Remove support for Go 1.9
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
+#### Fixed
+- Fix panic in git pktline splitter
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/893
+
+#### Other
+- Rename gitaly proto import to gitalypb
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/895
+
## v0.123.0
#### Added
diff --git a/VERSION b/VERSION
index 3ba7bd5ba..ee476f3ae 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.123.0
+0.124.0
diff --git a/changelogs/unreleased/drop-go-1-9.yml b/changelogs/unreleased/drop-go-1-9.yml
deleted file mode 100644
index dba971727..000000000
--- a/changelogs/unreleased/drop-go-1-9.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Remove support for Go 1.9
-merge_request:
-author:
-type: deprecated
diff --git a/changelogs/unreleased/fix-pktline-splitter.yml b/changelogs/unreleased/fix-pktline-splitter.yml
deleted file mode 100644
index 2ae91fff1..000000000
--- a/changelogs/unreleased/fix-pktline-splitter.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix panic in git pktline splitter
-merge_request: 893
-author:
-type: fixed
diff --git a/changelogs/unreleased/zj-rename-pb-gitalypb.yml b/changelogs/unreleased/zj-rename-pb-gitalypb.yml
deleted file mode 100644
index 4bc2818d9..000000000
--- a/changelogs/unreleased/zj-rename-pb-gitalypb.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Rename gitaly proto import to gitalypb
-merge_request: 895
-author:
-type: other