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:
-rw-r--r--CHANGELOG.md10
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/2780-disable-git-v2.yml5
-rw-r--r--changelogs/unreleased/fix-lfs-test.yml5
4 files changed, 11 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2383d3bd..1d3140fab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Gitaly changelog
+## v0.129.1
+
+#### Other
+- Fix tests failing due to test-repo change
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1004
+
+#### Security
+- Disable git protocol v2 temporarily
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v0.129.0
#### Added
diff --git a/VERSION b/VERSION
index 4db8830b1..b96194be1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.129.0
+0.129.1
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/fix-lfs-test.yml b/changelogs/unreleased/fix-lfs-test.yml
deleted file mode 100644
index 9b28722c8..000000000
--- a/changelogs/unreleased/fix-lfs-test.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix tests failing due to test-repo change
-merge_request: 1004
-author:
-type: other