diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 99dad3e0040..478448c401b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -48,7 +48,7 @@ body: description: Fabric8 Kubernetes Client version (can be found in pom.xml dependency or build.gradle implementation section) options: - "SNAPSHOT" - - "6.13.3" + - "6.13.4" - "6.12.1" - "6.11.0" - "6.10.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index c9497dfd465..ab7a41014f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,15 @@ * Fix #6138: Removed unused `io:fabric8:kubernetes-model` artifact * Fix #6156: Removed deprecated extension `io:fabric8:service-catalog` +### 6.13.4 (2024-09-25) + +#### Bugs +* Fix #6247: Support for proxy authentication from proxy URL user info +* Fix #6342: UnmatchedFieldTypeModule prevents certain jackson features from working +* Fix #6350: Allowing authenticated http proxy usage with Jetty, vertx, and JDK for https endpoints +* Fix #6354: Prevent deadlock in okhttp AsyncBody.cancel +* Fix #6366: Allow Retry-After header to be considered in retries + ### 6.13.3 (2024-08-13) #### Bugs