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:
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/204856-replicating-objects-in-object-storage-schedules-removal-and-re-syn.yml6
-rw-r--r--changelogs/unreleased/32079-misleading-suggestion-is-created-when-made-at-the-last-line-of-a-fi.yml5
-rw-r--r--changelogs/unreleased/ali-fix-cloud-run-doc-links.yml5
-rw-r--r--changelogs/unreleased/feature-flag-strategy-scope-tables.yml5
-rw-r--r--changelogs/unreleased/migration-save-instance-administrators-id.yml5
5 files changed, 26 insertions, 0 deletions
diff --git a/changelogs/unreleased/204856-replicating-objects-in-object-storage-schedules-removal-and-re-syn.yml b/changelogs/unreleased/204856-replicating-objects-in-object-storage-schedules-removal-and-re-syn.yml
new file mode 100644
index 00000000000..5ffa950f0d4
--- /dev/null
+++ b/changelogs/unreleased/204856-replicating-objects-in-object-storage-schedules-removal-and-re-syn.yml
@@ -0,0 +1,6 @@
+---
+title: 'Geo: Don''t clean up files in object storage when Geo is responsible of syncing
+ them'
+merge_request: 24901
+author:
+type: fixed
diff --git a/changelogs/unreleased/32079-misleading-suggestion-is-created-when-made-at-the-last-line-of-a-fi.yml b/changelogs/unreleased/32079-misleading-suggestion-is-created-when-made-at-the-last-line-of-a-fi.yml
new file mode 100644
index 00000000000..ef5a400d52c
--- /dev/null
+++ b/changelogs/unreleased/32079-misleading-suggestion-is-created-when-made-at-the-last-line-of-a-fi.yml
@@ -0,0 +1,5 @@
+---
+title: Fixes a new line issue with suggestions in the last line of a file
+merge_request: 22732
+author:
+type: fixed
diff --git a/changelogs/unreleased/ali-fix-cloud-run-doc-links.yml b/changelogs/unreleased/ali-fix-cloud-run-doc-links.yml
new file mode 100644
index 00000000000..986d131197b
--- /dev/null
+++ b/changelogs/unreleased/ali-fix-cloud-run-doc-links.yml
@@ -0,0 +1,5 @@
+---
+title: Update broken links to Cloud Run for Anthos documentation
+merge_request: 25159
+author:
+type: fixed
diff --git a/changelogs/unreleased/feature-flag-strategy-scope-tables.yml b/changelogs/unreleased/feature-flag-strategy-scope-tables.yml
new file mode 100644
index 00000000000..7382d06b419
--- /dev/null
+++ b/changelogs/unreleased/feature-flag-strategy-scope-tables.yml
@@ -0,0 +1,5 @@
+---
+title: Create operations strategies and scopes tables
+merge_request: 24819
+author:
+type: added
diff --git a/changelogs/unreleased/migration-save-instance-administrators-id.yml b/changelogs/unreleased/migration-save-instance-administrators-id.yml
new file mode 100644
index 00000000000..9160518d98d
--- /dev/null
+++ b/changelogs/unreleased/migration-save-instance-administrators-id.yml
@@ -0,0 +1,5 @@
+---
+title: Add migration to save Instance Administrators group ID in application_settings table
+merge_request: 24796
+author:
+type: changed