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:
authorJohn Cai <jcai@gitlab.com>2019-09-30 19:01:28 +0300
committerJohn Cai <jcai@gitlab.com>2019-09-30 19:01:28 +0300
commit2ccd180cdcda5dd41bd085f0a3ea65ad8c4240df (patch)
treed80c85e49b72488505f85e83f344da107455df9f
parentd984dc793e0af3bcbaffa32116fd6e462c414c4f (diff)
Version 1.66.0v1.66.01-66-stable
-rw-r--r--CHANGELOG.md32
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/include-file-count-in-commit-language-reponse.yml5
-rw-r--r--changelogs/unreleased/jc-ensure-temp-dir-exists.yml5
-rw-r--r--changelogs/unreleased/jc-explicitly-designate-primary.yml5
-rw-r--r--changelogs/unreleased/jc-leave-stderr-pipe-alone.yml5
-rw-r--r--changelogs/unreleased/jc-move-cache-dir-to-plus-gitaly.yml5
-rw-r--r--changelogs/unreleased/jc-revert-split-index.yml5
-rw-r--r--changelogs/unreleased/jc-safe-cmd-on-repository.yml5
-rw-r--r--changelogs/unreleased/jc-safe-command-write-ref.yml5
-rw-r--r--changelogs/unreleased/po-dsl-config-pairs.yml5
-rw-r--r--changelogs/unreleased/po-dsl-pos-arg-option.yml5
-rw-r--r--changelogs/unreleased/po-fix-cache-invalidator-no-repo.yml5
-rw-r--r--ruby/proto/gitaly/version.rb4
14 files changed, 35 insertions, 58 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 436ea3d4f..47f671dbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,37 @@
# Gitaly changelog
+## v1.66.0
+
+#### Changed
+- Include file count and bytes in CommitLanguage response
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1482
+
+#### Fixed
+- Leave stderr alone when passed into command
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1456
+- Fix cache invalidator for Create* RPCs and health checks
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1494
+- Set split index to false
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1521
+- Ensure temp dir exists when removing a repository
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1509
+
+#### Other
+- Use safe command in HasLocalBranches
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1499
+- Explicitly designate primary and replica nodes in praefect config
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1483
+- Nested command for DSL
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1498
+- Use SafeCmd in WriteRef
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1506
+- Move cache state files to +gitaly directory
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1515
+
+#### Security
+- ConfigPair option for DSL
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1507
+
## v1.65.0
#### Fixed
diff --git a/VERSION b/VERSION
index 902c74186..b6148bc0a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.65.0
+1.66.0
diff --git a/changelogs/unreleased/include-file-count-in-commit-language-reponse.yml b/changelogs/unreleased/include-file-count-in-commit-language-reponse.yml
deleted file mode 100644
index 34db2110b..000000000
--- a/changelogs/unreleased/include-file-count-in-commit-language-reponse.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Include file count and bytes in CommitLanguage response
-merge_request: 1482
-author:
-type: changed
diff --git a/changelogs/unreleased/jc-ensure-temp-dir-exists.yml b/changelogs/unreleased/jc-ensure-temp-dir-exists.yml
deleted file mode 100644
index 6e3f820ae..000000000
--- a/changelogs/unreleased/jc-ensure-temp-dir-exists.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Ensure temp dir exists when removing a repository
-merge_request: 1509
-author:
-type: fixed
diff --git a/changelogs/unreleased/jc-explicitly-designate-primary.yml b/changelogs/unreleased/jc-explicitly-designate-primary.yml
deleted file mode 100644
index 06fa5fa53..000000000
--- a/changelogs/unreleased/jc-explicitly-designate-primary.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Explicitly designate primary and replica nodes in praefect config
-merge_request: 1483
-author:
-type: other
diff --git a/changelogs/unreleased/jc-leave-stderr-pipe-alone.yml b/changelogs/unreleased/jc-leave-stderr-pipe-alone.yml
deleted file mode 100644
index ca9fa4502..000000000
--- a/changelogs/unreleased/jc-leave-stderr-pipe-alone.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Leave stderr alone when passed into command
-merge_request: 1456
-author:
-type: fixed
diff --git a/changelogs/unreleased/jc-move-cache-dir-to-plus-gitaly.yml b/changelogs/unreleased/jc-move-cache-dir-to-plus-gitaly.yml
deleted file mode 100644
index deec9375c..000000000
--- a/changelogs/unreleased/jc-move-cache-dir-to-plus-gitaly.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Move cache state files to +gitaly directory
-merge_request: 1515
-author:
-type: other
diff --git a/changelogs/unreleased/jc-revert-split-index.yml b/changelogs/unreleased/jc-revert-split-index.yml
deleted file mode 100644
index 0d61119c0..000000000
--- a/changelogs/unreleased/jc-revert-split-index.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Set split index to false
-merge_request: 1521
-author:
-type: fixed
diff --git a/changelogs/unreleased/jc-safe-cmd-on-repository.yml b/changelogs/unreleased/jc-safe-cmd-on-repository.yml
deleted file mode 100644
index e7ea4356e..000000000
--- a/changelogs/unreleased/jc-safe-cmd-on-repository.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Use safe command in HasLocalBranches
-merge_request: 1499
-author:
-type: other
diff --git a/changelogs/unreleased/jc-safe-command-write-ref.yml b/changelogs/unreleased/jc-safe-command-write-ref.yml
deleted file mode 100644
index 63f7d3639..000000000
--- a/changelogs/unreleased/jc-safe-command-write-ref.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Use SafeCmd in WriteRef
-merge_request: 1506
-author:
-type: other
diff --git a/changelogs/unreleased/po-dsl-config-pairs.yml b/changelogs/unreleased/po-dsl-config-pairs.yml
deleted file mode 100644
index b37383d28..000000000
--- a/changelogs/unreleased/po-dsl-config-pairs.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: ConfigPair option for DSL
-merge_request: 1507
-author:
-type: security
diff --git a/changelogs/unreleased/po-dsl-pos-arg-option.yml b/changelogs/unreleased/po-dsl-pos-arg-option.yml
deleted file mode 100644
index 03c515879..000000000
--- a/changelogs/unreleased/po-dsl-pos-arg-option.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Nested command for DSL
-merge_request: 1498
-author:
-type: other
diff --git a/changelogs/unreleased/po-fix-cache-invalidator-no-repo.yml b/changelogs/unreleased/po-fix-cache-invalidator-no-repo.yml
deleted file mode 100644
index fef61d144..000000000
--- a/changelogs/unreleased/po-fix-cache-invalidator-no-repo.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix cache invalidator for Create* RPCs and health checks
-merge_request: 1494
-author:
-type: fixed
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 8ba953420..a20ee34f0 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,4 +1,4 @@
-# This file was auto-generated by /Users/jacobvosmaer/Desktop/gitlab-development-kit/gitaly/src/gitlab.com/gitlab-org/gitaly/_support/release
+# This file was auto-generated by _support/release
module Gitaly
- VERSION = '1.65.0'
+ VERSION = '1.66.0'
end