From 27952ac89387e4850daf2431742e6200c2648a89 Mon Sep 17 00:00:00 2001 From: Akshay Mankar Date: Mon, 28 Sep 2020 16:58:05 +0200 Subject: [PATCH] Add changelog entry for 2020-09-28 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 595b1da8e..cb4a4cd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# 2020-09-28 + +## Features +* Documentation: Add galley feature flags and default AWS region to example values files (#328, #335) +* Privacy: Add logrotation of 3 days to all pod logs (#329) +* Security: Update TLS config: Drop CBC cipher suites (#323, #324) + +## Bug Fixes +* fix sanitized_request parsing on nginx (#330) + +## Internal +* Add automation for deploying SFT servers (#337, #341, #322) +* Add account number to output of terraform gundeck module (#326) +* remove issuance of a default search domain via the AWS dhcp servers. breaks dns lookup inside of k8s. (#338) +* [terraform-module:cargohold] Replace subnet IDs input with route table IDs (#331) +* [terraform-module] Introduce network load balancer (#299) + # 2020-07-29 ## Features