Update CHANGELOG.md for 13.3.5

[ci skip]
This commit is contained in:
GitLab Release Tools Bot 2020-09-04 08:15:39 +00:00
parent a01d39d8de
commit 24f309324d
6 changed files with 12 additions and 25 deletions

View File

@ -2,6 +2,18 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 13.3.5 (2020-09-04)
### Fixed (6 changes)
- Coerce string object storage options to booleans. !39901
- Fix Jira importer user mapping limit. !40310
- Fix auto-deploy-image external chart dependencies. !40730
- Fix ActiveRecord::IrreversibleOrderError during restore from backup. !40789
- Fix wrong caching logic in ProcessRefChangesService. !40821
- Update the 2FA user update check to account for rounding errors. !41327
## 13.3.4 (2020-09-02)
### Security (1 change)

View File

@ -1,5 +0,0 @@
---
title: Fix Jira importer user mapping limit
merge_request: 40310
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix auto-deploy-image external chart dependencies
merge_request: 40730
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Update the 2FA user update check to account for rounding errors
merge_request: 41327
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix wrong caching logic in ProcessRefChangesService
merge_request: 40821
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix ActiveRecord::IrreversibleOrderError during restore from backup
merge_request: 40789
author:
type: fixed