summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-03-25 20:08:05 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-03-25 20:08:05 +0000
commit61b2f70fdcbc8dce7504c6599f57e2db703cc5ae (patch)
treed69d9547cd504cde1a15de331bd1a7077bf33bbd
parent02d5d2bd3baadab39dcdbebdcd902e9121e8a0bd (diff)
downloadgitlab-ce-61b2f70fdcbc8dce7504c6599f57e2db703cc5ae.tar.gz
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/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
8 files changed, 17 insertions, 37 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74760e2ac8c..3d7e8e10280 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/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