From cca49f26d67802336be663551828f8e5544dd04e Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Fri, 1 Nov 2024 19:18:43 -0400 Subject: [PATCH] announce fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aaf4e89b..c4c2850ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ CHANGE: Update `github.com/openziti/sdk-golang` to version `v0.23.44`. Remove ol FIX: Bypass interstitial page for HTTP `OPTIONS` method (https://github.com/openziti/zrok/issues/777) +FIX: reduce Docker image sizes (https://github.com/openziti/zrok/pull/783) + ## v0.4.42 CHANGE: Switch all `Dial` operations made into the OpenZiti overlay to use `DialWithOptions(..., &ziti.DialOptions{ConnectTimeout: 30 * time.Second})`, switching to a 30 second timeout from a 5 second default (https://github.com/openziti/zrok/issues/772)