Skip to content

Commit

Permalink
updating the changelog for deprecating the enabled flag
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Sep 23, 2021
1 parent cc0eae0 commit 23d5b9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
* Fix #3303: Support fetching APIResourceList

#### _**Note**_: Breaking changes in the API
* OpenShiftConfig#disableApiGroupCheck is now considered when assessing if the cluster is OpenShift compatible or not.
Previously, this value was negated and was enabling the API group check instead of disabling it. The value is now
taken into account, so by default DefaultOpenShiftClient now **does check** if it has compatible API groups.
* OpenShiftConfig#openshiftApiGroupsEnabled is deprecated and no longer used.
* OpenShiftConfig#disableApiGroupCheck is used only to determine if a client is adaptable to the OpenShiftClient and is generally only needed in mock scenarios. It will be set automatically on clients obtained from an openshift mock server.

### 5.7.3 (2021-09-09)

Expand Down

0 comments on commit 23d5b9d

Please sign in to comment.