From 8e89540ae0474b1ee0ca5495c1612f08b34ebf0c Mon Sep 17 00:00:00 2001 From: Marc Nuri Date: Fri, 7 Oct 2022 10:27:24 +0200 Subject: [PATCH] chore: add missing changelog entry for #4473 Signed-off-by: Marc Nuri --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a4c27650b..5fba3de354f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * Fix #4441: corrected patch base handling for the patch methods available from a Resource - resource(item).patch() will be evaluated as resource(latest).patch(item). Also undeprecated patch(item), which is consistent with leaving patch(context, item) undeprecated as well. For consistency with the other operations (such as edit), patch(item) will use the context item as the base when available, or the server side item when not. This means that patch(item) is only the same as resource(item).patch() when the patch(item) is called when the context item is missing or is the same as the latest. * Fix #4442: TokenRefreshInterceptor doesn't overwrite existing OAuth token with empty string * Fix #4459: Fixed OSGi startup exceptions while using KubernetesClient/OpenShiftClient +* Fix #4473: Fix regression in backoff interval introduced in #4365 #### Improvements * Fix #4348: Introduce specific annotations for the generators