From 5873bc8d0a707c9d6aca79595d08c33612f84de5 Mon Sep 17 00:00:00 2001 From: Hayden B Date: Mon, 9 Oct 2023 14:59:07 -0700 Subject: [PATCH] CHANGELOG for v1.4.1 (#1400) Signed-off-by: Hayden Blauzvern --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f916be6c..12a056b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# v1.4.1 + +v1.4.1 disables CGO for released binaries and containers. If you need support +for an HSM-backed CA, compile Fulcio with CGO\_ENABLED=1. + +The Distroless base image of the released containers has been updated to Debian 12, +`gcr.io/distroless/static-debian12:nonroot`. + +## Features + +* Do not block startup if OIDC provider cannot be created (#1389) +* Gracefully shutdown HTTP, gRPC, and Prom servers (#1342) +* Create interface for GRPC server which encompasses the GRPC HealthServer (#1334) + +## Release + +* update builder image to use go1.21.2 (#1397) +* Disable CGO on release builds (#1368) + +## Contributors + +* Appu +* Hayden B +* Jon Johnson +* Jussi Kukkonen +* Priya Wadhwa +* William Woodruff + # v1.4.0 ## Features