From d7bd9fdac06d4781293505da3b365a54ab1c5ac9 Mon Sep 17 00:00:00 2001 From: Wade Jenkins Date: Wed, 22 Jun 2022 20:11:07 +0000 Subject: [PATCH] Add ngninx cipher change to Summary of changes. US Fed customer had an outage related to this change. --- doc/releases/6_0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/releases/6_0.md b/doc/releases/6_0.md index c6e21b2d32..f0c1898c1b 100644 --- a/doc/releases/6_0.md +++ b/doc/releases/6_0.md @@ -11,6 +11,7 @@ Along with the `15.0` release of GitLab, we have bumped the chart version to `6. ## Summary of major changes - The recommended PostgreSQL database is [upgraded to 13](#postgresql) +- The list of allowed ciphers for nginx ingress has been changed to [remove weak ciphers](https://gitlab.com/gitlab-org/charts/gitlab/-/merge_requests/2578) ## Upgrade path from 5.x -- GitLab