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-11-09 19:34:31 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-11-09 19:34:31 +0300
commit2b1fe23056febb71b1f7948520726601d27614a6 (patch)
tree08b088e1129060f38253669df71bd5a8fc630d2f
parentfcf6dd0305863a0c30f522ae0bf0016c6c4bd267 (diff)
Version 0.130.0v0.130.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/ssh-credentials-for-remote-mirroring.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2383d3bd..9de3ca7f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v0.130.0
+
+#### Added
+- Support SSH credentials for push mirroring
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/959
+
## v0.129.0
#### Added
diff --git a/VERSION b/VERSION
index 4db8830b1..156fe0ca7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.129.0
+0.130.0
diff --git a/changelogs/unreleased/ssh-credentials-for-remote-mirroring.yml b/changelogs/unreleased/ssh-credentials-for-remote-mirroring.yml
deleted file mode 100644
index 3841b1b80..000000000
--- a/changelogs/unreleased/ssh-credentials-for-remote-mirroring.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Support SSH credentials for push mirroring
-merge_request: 959
-author:
-type: added