Skip to content

Commit

Permalink
adding a changed log for the issues and Utils change
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins authored and manusa committed Jun 9, 2021
1 parent c8879af commit fb5e638
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
* Fix #3143: a new SharedInformerEventListener.onException(SharedIndexInformer, Exception) method is available to determine which informer could not start.
* Fix #3170: made HttpClientUtils.createHttpClient(Config, Consumer<OkHttpClient.Builder>) public to allow overriding custom http client properties
* Fix #3185: Introduce GenericKubernetesResource, used as delegate in RawCustomResourceOperationsImpl
* Fix #3001: WatchConnectionManager logs that provide little information are now logged at a lower level
* Fix #3186: WebSockets and HTTP connections are closed as soon as possible for Watches.

#### Dependency Upgrade
* Fix #2741: Update Knative Model to v0.23.0
Expand All @@ -44,6 +46,9 @@
##### DSL Changes:
- #3127 `StatusUpdatable.updateStatus` deprecated, please use patchStatus, editStatus, or replaceStatus

##### Util Changes:
- #3197 `Utils.waitUntilReady` now accepts a Future, rather than a BlockingQueue

### 5.4.1 (2021-06-01)

#### Bugs
Expand Down

0 comments on commit fb5e638

Please sign in to comment.