Skip to content

Commit

Permalink
chore: fix changelog and force new git sha
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Feb 24, 2021
1 parent e6660a5 commit 7ed7dbe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
### 5.2-SNAPSHOT

#### Bugs
* Apiextensions DSL should use NonNamespaceOperation for CustomResourceDefinitions
* Fix #2747: Apiextensions DSL should use NonNamespaceOperation for CustomResourceDefinitions
* Fix #2819: simple enums are now supported when generating CRDs
* CNFE when initialzing CustomResource instances
* `client.isAdaptable(OpenShiftClient.class)` doesn't work on OpenShift 4
* Fix #2827: CNFE when initialzing CustomResource instances
* Fix #2815: `client.isAdaptable(OpenShiftClient.class)` doesn't work on OpenShift 4
* Fix #2833: Knative model genrator is now aligned with all other generators


#### Improvements

Expand All @@ -20,7 +22,6 @@
* Fix #2748: Pass custom headers in kubernetes-client to watch api by modify WatchConnectionManager
* Fix #2745: Filtering Operations can't configure PropagationPolicy
* Fix #2672: WaitUntilReady for Service resource throws IllegalArgumentException
* Fix: Knative model genrator is now aligned with all other generators

#### Improvements
* Fix #2717: Remove edit() methods from RawCustomResourceOperationsImpl taking InputStream arguments
Expand Down

0 comments on commit 7ed7dbe

Please sign in to comment.