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>2018-10-15 14:15:18 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-10-15 14:15:18 +0300
commit076f3b0710ac07af5530ff20618e3fc27a5aead7 (patch)
treeb535fa6eccf0140afc8aa61d04a72a77ebbd655f
parentd4f362022eb519331e8221584a5111d109ce6cbc (diff)
Version 0.125.1v0.125.10-125-stable
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/fix-git-protocol-prometheus-metrics.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4cc2fc14d..f57478171 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v0.125.1
+
+#### Fixed
+- Fix git protocol prometheus metrics
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/908
+
## v0.125.0
#### Added
diff --git a/VERSION b/VERSION
index b1fa68e5d..33e061fe7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.125.0
+0.125.1
diff --git a/changelogs/unreleased/fix-git-protocol-prometheus-metrics.yml b/changelogs/unreleased/fix-git-protocol-prometheus-metrics.yml
deleted file mode 100644
index 502a8f02c..000000000
--- a/changelogs/unreleased/fix-git-protocol-prometheus-metrics.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix git protocol prometheus metrics
-merge_request: 908
-author:
-type: fixed