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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2018-09-24 17:00:16 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-09-24 17:00:16 +0300
commit0772a2be216304c412a7b136817df83396ebfcf3 (patch)
tree3ad5c691afcbf2434a6aaf9e47935bc30f0324d4
parentdf4d9a6978e741316d8baf46b985e02096e254ea (diff)
Version 0.122.0v0.122.0
-rw-r--r--CHANGELOG.md21
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/adds-chmod-execute-permissions-to-operations-service.yml5
-rw-r--r--changelogs/unreleased/gitaly-client-credentials.yml5
-rw-r--r--changelogs/unreleased/osw-use-max-patch-bytes-limit.yml5
-rw-r--r--changelogs/unreleased/sanitizing-v2.yml5
-rw-r--r--changelogs/unreleased/sh-export-http-proxy.yml5
7 files changed, 22 insertions, 26 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e48f8fb7d..619498fb2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,26 @@
# Gitaly changelog
+## v0.122.0
+
+#### Added
+- Implements CHMOD action of UserCommitFiles API
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/884
+ Contributed by Jacopo Beschi @jacopo-beschi
+
+#### Changed
+- Use CommitDiffRequest.MaxPatchBytes instead of hardcoded limit for single diff patches
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/880
+- Implement new credentials scheme on gitaly-ruby
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/873
+
+#### Fixed
+- Export HTTP proxy environment variables to Gitaly
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/885
+
+#### Security
+- Sanitize sentry events' logentry messages
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v0.121.0
#### Changed
diff --git a/VERSION b/VERSION
index 61825a7bf..ee1e4d2ae 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.121.0
+0.122.0
diff --git a/changelogs/unreleased/adds-chmod-execute-permissions-to-operations-service.yml b/changelogs/unreleased/adds-chmod-execute-permissions-to-operations-service.yml
deleted file mode 100644
index 3d03ee2fe..000000000
--- a/changelogs/unreleased/adds-chmod-execute-permissions-to-operations-service.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Implements CHMOD action of UserCommitFiles API
-merge_request: 884
-author: Jacopo Beschi @jacopo-beschi
-type: added
diff --git a/changelogs/unreleased/gitaly-client-credentials.yml b/changelogs/unreleased/gitaly-client-credentials.yml
deleted file mode 100644
index d2736bf04..000000000
--- a/changelogs/unreleased/gitaly-client-credentials.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Implement new credentials scheme on gitaly-ruby
-merge_request: 873
-author:
-type: changed
diff --git a/changelogs/unreleased/osw-use-max-patch-bytes-limit.yml b/changelogs/unreleased/osw-use-max-patch-bytes-limit.yml
deleted file mode 100644
index e599c28e8..000000000
--- a/changelogs/unreleased/osw-use-max-patch-bytes-limit.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Use CommitDiffRequest.MaxPatchBytes instead of hardcoded limit for single diff patches
-merge_request: 880
-author:
-type: changed
diff --git a/changelogs/unreleased/sanitizing-v2.yml b/changelogs/unreleased/sanitizing-v2.yml
deleted file mode 100644
index 8d43717c6..000000000
--- a/changelogs/unreleased/sanitizing-v2.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "Sanitize sentry events' logentry messages"
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/sh-export-http-proxy.yml b/changelogs/unreleased/sh-export-http-proxy.yml
deleted file mode 100644
index 7ddd8e564..000000000
--- a/changelogs/unreleased/sh-export-http-proxy.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Export HTTP proxy environment variables to Gitaly
-merge_request: 885
-author:
-type: fixed