From 4c00c7042b316f700371043daab8482a0e2bcd55 Mon Sep 17 00:00:00 2001 From: manusa Date: Wed, 15 Jul 2020 07:52:15 +0200 Subject: [PATCH] chore: Update CHANGELOG.md missing entries for 4.10.3 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0126413a002..d28b33b8036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,19 +21,28 @@ * Fix #2296: No adapter available for type:interface io.fabric8.kubernetes.client.dsl.V1APIGroupDSL * Fix #2269: Setting a grace period when deleting resource using `withPropagationPolicy()` * Fix #2342: watchLogs for deployment is broken +* Fix #2309: Move HasMetadataComparator to exported package #### Improvements * Fix #2233: client.service().getUrl(..) should be able to fetch URL for ClusterIP based services * Fix #2278: Added type parameters for KubernetesList in KubernetesClient + test verifying waitUntilCondition **always** retrieves resource from server +* Fix #2336: Test and fix for the wrong "Kind" declared on KubernetesListHandle * Fix #2320: Added JUnit5 extension for mocking KubernetesClient in tests using @EnableKubernetesMockClient * Fix #2332: Added PodExecOptions model * Improve error handling on stream closing errors in S2I binary builds(#2032) +* Fix #2288: Adds configurable serializers and deserializers to json schema codegen #### Dependency Upgrade +* Fix #2333: bump bouncycastle.version from 1.65 to 1.66 +* Fix #2262: bump maven-shade-plugin from 3.2.3 to 3.2.4 +* Fix #2261: bump exec-maven-plugin from 1.6.0 to 3.0.0 +* Fix #2345: bump mockito-core from 3.3.3 to 3.4.0 +* Fix #2260: bump tektoncd pipeline to v0.12.1 #### New Features * Fix #1868: Add Support for rolling update * Fix #2266: Support for APIServices in Kubernetes Client +* Fix #2215: `io.fabric8.kubernetes.client.Config` should expose all and the current context defined in kubeconfig ### 4.10.2 (2020-06-02) #### Bugs