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 <delivery-team+release-tools@gitlab.com>2020-05-04 13:05:44 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-05-04 13:05:44 +0300
commit7375f1071252140d59401fc0aa5acbb2242a9a0b (patch)
tree19c8a74f113b7886601798c49049f6950d838de7 /CHANGELOG.md
parent98bb7d2041ffae07f503d419a609577af633d00a (diff)
Update CHANGELOG.md for 12.10.3
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 223fadfba69..05828ccd0dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 12.10.3 (2020-05-04)
+
+### Fixed (6 changes)
+
+- Fix errors creating project with active Prometheus service template. !30340
+- Fix incorrect commits number in commits list. !30412
+- Fix second 500 error with NULL restricted visibility levels. !30414
+- Add LFS badge feature flag to RefsController#logs_tree. !30442
+- Disable schema dumping after migrations in production. !30812
+- Fixes branch name not getting escaped correctly on frontend.
+
+### Changed (1 change)
+
+- Handle possible RSA key exceptions when generating CI_JOB_JWT. !30702
+
+
## 12.10.2 (2020-04-30)
### Security (8 changes)