summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/20042-create-lfs-objects-project.yml5
-rw-r--r--changelogs/unreleased/202101-make-project-buttons-fit-in-1-row.yml5
-rw-r--r--changelogs/unreleased/24108-fix-sast-multiline.yml5
-rw-r--r--changelogs/unreleased/27142-divider-in-readme-is-overlaying-with-image.yml5
-rw-r--r--changelogs/unreleased/37335-conan-name-validation.yml5
-rw-r--r--changelogs/unreleased/ab-projects-without-feature.yml5
-rw-r--r--changelogs/unreleased/rename_services_template_to_instance.yml5
7 files changed, 35 insertions, 0 deletions
diff --git a/changelogs/unreleased/20042-create-lfs-objects-project.yml b/changelogs/unreleased/20042-create-lfs-objects-project.yml
new file mode 100644
index 00000000000..0f942e11670
--- /dev/null
+++ b/changelogs/unreleased/20042-create-lfs-objects-project.yml
@@ -0,0 +1,5 @@
+---
+title: Create LfsObjectsProject record for forks as well
+merge_request: 22418
+author:
+type: fixed
diff --git a/changelogs/unreleased/202101-make-project-buttons-fit-in-1-row.yml b/changelogs/unreleased/202101-make-project-buttons-fit-in-1-row.yml
new file mode 100644
index 00000000000..d3c24b4ecd8
--- /dev/null
+++ b/changelogs/unreleased/202101-make-project-buttons-fit-in-1-row.yml
@@ -0,0 +1,5 @@
+---
+title: Rename 'Kubernetes configured' button
+merge_request: 24487
+author:
+type: changed
diff --git a/changelogs/unreleased/24108-fix-sast-multiline.yml b/changelogs/unreleased/24108-fix-sast-multiline.yml
new file mode 100644
index 00000000000..bb564e80447
--- /dev/null
+++ b/changelogs/unreleased/24108-fix-sast-multiline.yml
@@ -0,0 +1,5 @@
+---
+title: Fix multiline issue when loading env vars from DinD in SAST
+merge_request: 24108
+author:
+type: fixed
diff --git a/changelogs/unreleased/27142-divider-in-readme-is-overlaying-with-image.yml b/changelogs/unreleased/27142-divider-in-readme-is-overlaying-with-image.yml
new file mode 100644
index 00000000000..dd246a35640
--- /dev/null
+++ b/changelogs/unreleased/27142-divider-in-readme-is-overlaying-with-image.yml
@@ -0,0 +1,5 @@
+---
+title: Do not draw heading borders over floated images in markdown
+merge_request:
+author: Gwen_
+type: fixed
diff --git a/changelogs/unreleased/37335-conan-name-validation.yml b/changelogs/unreleased/37335-conan-name-validation.yml
new file mode 100644
index 00000000000..be841928403
--- /dev/null
+++ b/changelogs/unreleased/37335-conan-name-validation.yml
@@ -0,0 +1,5 @@
+---
+title: Conan packages are validated based on full recipe instead of name/version alone
+merge_request: 23467
+author:
+type: changed
diff --git a/changelogs/unreleased/ab-projects-without-feature.yml b/changelogs/unreleased/ab-projects-without-feature.yml
new file mode 100644
index 00000000000..f9baf6d36bb
--- /dev/null
+++ b/changelogs/unreleased/ab-projects-without-feature.yml
@@ -0,0 +1,5 @@
+---
+title: Ensure all Project records have a corresponding ProjectFeature record
+merge_request: 23766
+author:
+type: fixed
diff --git a/changelogs/unreleased/rename_services_template_to_instance.yml b/changelogs/unreleased/rename_services_template_to_instance.yml
new file mode 100644
index 00000000000..999981fed40
--- /dev/null
+++ b/changelogs/unreleased/rename_services_template_to_instance.yml
@@ -0,0 +1,5 @@
+---
+title: 'Service model: Rename template attribute to instance'
+merge_request: 23595
+author:
+type: other