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:
authorNick Thomas <nick@gitlab.com>2019-01-31 20:17:11 +0300
committerNick Thomas <nick@gitlab.com>2019-01-31 20:17:11 +0300
commit80996085f4f6c9943783167712cc5717474d046b (patch)
treed04a0d1b8aa832c210b5bfa219fa8f0cd8bea2cb
parent4b8b84b3139018afdba4556b0fc1ad226197efa3 (diff)
Update CHANGELOG.md to account for security releases
-rw-r--r--CHANGELOG.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3147409b7..70595a693 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,12 @@
- Rewrite CommitStats in Go
https://gitlab.com/gitlab-org/gitaly/merge_requests/1048
+## v1.14.1
+
+#### Security
+- Disable git protocol v2 temporarily
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v1.14.0
#### Fixed
@@ -89,6 +95,20 @@
- Remove unused Ruby rebase/squash code
https://gitlab.com/gitlab-org/gitaly/merge_requests/1033
+## v1.12.2
+
+#### Security
+- Disable git protocol v2 temporarily
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
+## v1.12.1
+
+#### Fixed
+- Fix flaky rebase test
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1028
+- Fix regression for https_proxy and unix socket connections
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1032
+
## v1.12.0
#### Fixed
@@ -137,6 +157,16 @@
- README cleanup
https://gitlab.com/gitlab-org/gitaly/merge_requests/996
+## v1.7.2
+
+#### 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/
+
## v1.7.1
#### Other
@@ -255,6 +285,16 @@
- Support SSH credentials for push mirroring
https://gitlab.com/gitlab-org/gitaly/merge_requests/959
+## 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