We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715011e commit 04be2d6Copy full SHA for 04be2d6
CHANGELOG.md
@@ -6,8 +6,11 @@ Kubeclient release versioning follows [SemVer](https://semver.org/).
6
7
## Unreleased
8
9
+### Fixed
10
+- Support custom resources with lowercase `kind` (#361).
11
+
12
### Added
-- Add support for retrieving large lists of objects in chunks (#356)
13
+- Add support for retrieving large lists of objects in chunks (#356).
14
15
## 4.0.0 — 2018-07-23
16
@@ -86,6 +89,6 @@ No changes since 2.5.0, fixed packaging mistake.
86
89
87
90
88
91
-- `as: raw` option for `get_*` methods returning a string (#262 via #271)
92
+- `as: raw` option for `get_*` methods returning a string (#262 via #271).
93
94
## 2.4.0 - 2017-05-10
0 commit comments