Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-03-25 23:08:04 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-03-25 23:08:04 +0300
commiteb4e67089ea53a86bb621a9b192c8c56a2b839b2 (patch)
tree40cdef3f6638c5f4e22bb482ddfd10e8d360b4a5
parentc764980f8b3510426104ff803fe65b155f14e76f (diff)
Update CHANGELOG.md for 11.9.1
[ci skip]
-rw-r--r--CHANGELOG.md17
-rw-r--r--changelogs/unreleased/58999-z-index-issue-on-pipeline-dropdown.yml6
-rw-r--r--changelogs/unreleased/59147-duplicate-match-line.yml5
-rw-r--r--changelogs/unreleased/59289-fix-push-to-create-protected-branches.yml6
-rw-r--r--changelogs/unreleased/59293-android-template-is-missing-gitlab-ci-yml.yml5
-rw-r--r--changelogs/unreleased/gitaly-version-v1.27.1.yml5
-rw-r--r--changelogs/unreleased/refresh-commit-count-after-head-change.yml5
-rw-r--r--changelogs/unreleased/retain-default-branch-on-import.yml5
-rw-r--r--changelogs/unreleased/sh-fix-github-import-creator.yml5
9 files changed, 17 insertions, 42 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3daec7e6ed..ca52a3a7444 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,23 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 11.9.1 (2019-03-25)
+
+### Fixed (7 changes)
+
+- Fix issue that caused the "Show all activity" button to appear on top of the mini pipeline status dropdown on the merge request page. !26274
+- Fix duplicated bottom match line on merge request parallel diff view. !26402
+- Allow users who can push to protected branches to create protected branches via CLI. !26413
+- Add missing .gitlab-ci.yml to Android template. !26415
+- Refresh commit count after repository head changes. !26473
+- Set proper default-branch for repository on GitHub Import. !26476
+- GitHub importer: Use the project creator to create branches from forks. !26510
+
+### Changed (1 change)
+
+- Upgrade to Gitaly v1.27.1. !26533
+
+
## 11.9.0 (2019-03-22)
### Security (24 changes)
diff --git a/changelogs/unreleased/58999-z-index-issue-on-pipeline-dropdown.yml b/changelogs/unreleased/58999-z-index-issue-on-pipeline-dropdown.yml
deleted file mode 100644
index 9a7a0e5af37..00000000000
--- a/changelogs/unreleased/58999-z-index-issue-on-pipeline-dropdown.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: Fix issue that caused the "Show all activity" button to appear on top of the
- mini pipeline status dropdown on the merge request page
-merge_request: 26274
-author:
-type: fixed
diff --git a/changelogs/unreleased/59147-duplicate-match-line.yml b/changelogs/unreleased/59147-duplicate-match-line.yml
deleted file mode 100644
index 378d2a40386..00000000000
--- a/changelogs/unreleased/59147-duplicate-match-line.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix duplicated bottom match line on merge request parallel diff view
-merge_request: 26402
-author:
-type: fixed
diff --git a/changelogs/unreleased/59289-fix-push-to-create-protected-branches.yml b/changelogs/unreleased/59289-fix-push-to-create-protected-branches.yml
deleted file mode 100644
index 76dd63fef7a..00000000000
--- a/changelogs/unreleased/59289-fix-push-to-create-protected-branches.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: Allow users who can push to protected branches to create protected branches
- via CLI
-merge_request: 26413
-author:
-type: fixed
diff --git a/changelogs/unreleased/59293-android-template-is-missing-gitlab-ci-yml.yml b/changelogs/unreleased/59293-android-template-is-missing-gitlab-ci-yml.yml
deleted file mode 100644
index ea559e74a2d..00000000000
--- a/changelogs/unreleased/59293-android-template-is-missing-gitlab-ci-yml.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add missing .gitlab-ci.yml to Android template
-merge_request: 26415
-author:
-type: fixed
diff --git a/changelogs/unreleased/gitaly-version-v1.27.1.yml b/changelogs/unreleased/gitaly-version-v1.27.1.yml
deleted file mode 100644
index fcd4cd37b5a..00000000000
--- a/changelogs/unreleased/gitaly-version-v1.27.1.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Upgrade to Gitaly v1.27.1
-merge_request: 26533
-author:
-type: changed
diff --git a/changelogs/unreleased/refresh-commit-count-after-head-change.yml b/changelogs/unreleased/refresh-commit-count-after-head-change.yml
deleted file mode 100644
index 27e278958b8..00000000000
--- a/changelogs/unreleased/refresh-commit-count-after-head-change.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Refresh commit count after repository head changes
-merge_request: 26473
-author:
-type: fixed
diff --git a/changelogs/unreleased/retain-default-branch-on-import.yml b/changelogs/unreleased/retain-default-branch-on-import.yml
deleted file mode 100644
index c83ccf39a27..00000000000
--- a/changelogs/unreleased/retain-default-branch-on-import.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Set proper default-branch for repository on GitHub Import
-merge_request: 26476
-author:
-type: fixed
diff --git a/changelogs/unreleased/sh-fix-github-import-creator.yml b/changelogs/unreleased/sh-fix-github-import-creator.yml
deleted file mode 100644
index 6159c1fa321..00000000000
--- a/changelogs/unreleased/sh-fix-github-import-creator.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: 'GitHub importer: Use the project creator to create branches from forks'
-merge_request: 26510
-author:
-type: fixed