From f107bd82e6f0f3bd07b696d251339c89f1f78064 Mon Sep 17 00:00:00 2001 From: Sam Barker Date: Tue, 23 Jul 2024 09:31:23 +1200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f2781d77f..15f3aac037b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ #### New Features * Fix #6066: Add support for `v1.APIVersions` in KubernetesClient +* Fix #6143: Expands the HTTP interceptor API to include a call back for failed connection attempts #### _**Note**_: Breaking changes * Check detailed migration documentation for breaking changes in [7.0.0](./doc/MIGRATION-v7.md)