From 898cda9a1e1ae758d4e4b055d2d1254ac3962eff Mon Sep 17 00:00:00 2001 From: Puru <5674762+tuladhar@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:57:48 +0545 Subject: [PATCH] Update README.md --- aws/v20.1.4/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/aws/v20.1.4/README.md b/aws/v20.1.4/README.md index 427112657..82ae28b2d 100644 --- a/aws/v20.1.4/README.md +++ b/aws/v20.1.4/README.md @@ -1,6 +1,6 @@ # :zap: Giant Swarm Release v20.1.4 for AWS :zap: -Fixes an issue with quotes in cert-manager acme-http01-solver-image argument. +Fixes an issue with cert-manager acme-http01-solver-image argument and improves container security. ## Change details @@ -10,5 +10,10 @@ Fixes an issue with quotes in cert-manager acme-http01-solver-image argument. #### Fix - Remove quotes from acme-http01-solver-image argument. The quotes are used when looking up the image which causes an error. +### cert-manager [3.7.8](https://github.com/giantswarm/cert-manager-app/releases/tag/v3.7.8) + +#### Update + +- Improves container security by setting `runAsGroup` and `runAsUser` greater than zero for all deployments.