diff options
Diffstat (limited to 'CHANGELOG-EE.md')
-rw-r--r-- | CHANGELOG-EE.md | 57 |
1 files changed, 53 insertions, 4 deletions
diff --git a/CHANGELOG-EE.md b/CHANGELOG-EE.md index 55467bb7491..1e564d8ebad 100644 --- a/CHANGELOG-EE.md +++ b/CHANGELOG-EE.md @@ -22,10 +22,6 @@ Please view this file on the master branch, on stable branches it's out of date. - Geo - Does not schedule duplicated jobs while backfilling uploads, LFS objects and job artifacts. !20324 -## 12.5.2 - -- No changes. - ## 12.5.1 ### Security (6 changes) @@ -124,6 +120,18 @@ Please view this file on the master branch, on stable branches it's out of date. - Remove IIFEs from jira_connect.js file. !19248 (nuwe1) +## 12.4.5 + +- No changes. + +## 12.4.3 + +### Fixed (2 changes) + +- Fix admin welcome image not found. !19676 +- Revert ES support for public/internal project snippets. !19715 + + ## 12.4.2 ### Fixed (1 change) @@ -254,6 +262,25 @@ Please view this file on the master branch, on stable branches it's out of date. - Docs for protected branch code owner approval API. !17132 +## 12.3.9 + +### Security (1 change) + +- Fix stale Elasticsearch permissions when moving group from public group to private parent group. + + +## 12.3.7 + +### Security (6 changes) + +- Protect Jira integration endpoints from guest users. +- Fix private comment Elasticsearch leak on project search scope. +- Filter snippet search results by feature visibility. +- Hide AWS secret on Admin Integration page. +- Fail pull mirror when mirror user is blocked. +- Prevent IDOR when adding users to protected environments. + + ## 12.3.4 ### Fixed (2 changes) @@ -457,6 +484,13 @@ Please view this file on the master branch, on stable branches it's out of date. - Fixes style-lint errors and warnings for EE builds.scss file. +## 12.2.11 + +### Fixed (1 change) + +- Backport the new reliable fetcher. !21198 + + ## 12.2.8 ### Fixed (1 change) @@ -805,6 +839,21 @@ Please view this file on the master branch, on stable branches it's out of date. - Don't send CI usage email notifications for self-hosted instances. !14809 +## 12.0.12 + +### Fixed (1 change) + +- Backport the new reliable fetcher to 12.0.9. !20532 + + +## 12.0.10 + +- No changes. +### Fixed (1 change) + +- Backport the new reliable fetcher to 12.0.9. !20532 + + ## 12.0.7 ### Security (3 changes) |