Skip to content

Commit

Permalink
CHANGELOG for v1.4.1 (#1400)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
  • Loading branch information
haydentherapper committed Oct 9, 2023
1 parent 6e29df4 commit 5873bc8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5873bc8

Please sign in to comment.