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-12-10 18:48:38 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-12-10 18:48:38 +0300
commit4c245ea4810675ccd2e8b19a85236fe6f6f60b65 (patch)
tree76d9d4a796b26ebf79bc91166bb9d7a90015cf44
parent8e683fecb4be9b947243d37c510b65e30e6d7734 (diff)
Version 1.8.0v1.8.0
-rw-r--r--CHANGELOG.md10
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/add-correlation_id.yml5
-rw-r--r--changelogs/unreleased/docs-readme.yml5
-rw-r--r--changelogs/unreleased/explicit-null-byte-check.yml5
5 files changed, 11 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ad3c2ffd..47ee65a34 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Gitaly changelog
+## v1.8.0
+
+#### Other
+- Log correlation_id field in structured logging output
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/995
+- Add explicit null byte check in internal/command.New
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/997
+- README cleanup
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/996
+
## v1.7.0
#### Added
diff --git a/VERSION b/VERSION
index bd8bf882d..27f9cd322 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.7.0
+1.8.0
diff --git a/changelogs/unreleased/add-correlation_id.yml b/changelogs/unreleased/add-correlation_id.yml
deleted file mode 100644
index f88776ea9..000000000
--- a/changelogs/unreleased/add-correlation_id.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Log correlation_id field in structured logging output
-merge_request: 995
-author:
-type: other
diff --git a/changelogs/unreleased/docs-readme.yml b/changelogs/unreleased/docs-readme.yml
deleted file mode 100644
index 25336389e..000000000
--- a/changelogs/unreleased/docs-readme.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: README cleanup
-merge_request: 996
-author:
-type: other
diff --git a/changelogs/unreleased/explicit-null-byte-check.yml b/changelogs/unreleased/explicit-null-byte-check.yml
deleted file mode 100644
index c0ae64919..000000000
--- a/changelogs/unreleased/explicit-null-byte-check.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add explicit null byte check in internal/command.New
-merge_request: 997
-author:
-type: other