File tree Expand file tree Collapse file tree 2 files changed +23
-7
lines changed
Expand file tree Collapse file tree 2 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 1+ # 10.0.0
2+ * Kubernetes spec to ` v1.18.x `
3+ * Implementation of ` kubectl ` equivalent utilities
4+ * Custom resource definitions for common add-on APIs
5+ * Prometheus instrumentation
6+ * Metrics support
7+ * Bug fixes
8+
9+ # 9.0.2
10+ * Kubernetes spec to ` v1.17.x `
11+ * Bug fixes
12+
13+ # 8.0.2
14+ * Kubernetes spec to ` v1.16.x `
15+ * Bug fixes
16+
117# 7.0.0
218Changes since 6.0.1
319
Original file line number Diff line number Diff line change @@ -183,14 +183,14 @@ All APIs and Models' documentation can be found at the [Generated client's docs]
183183
184184## Compatibility
185185
186- | client version | 1.12 | 1.13 | 1.14 | 1.15 | 1.16 | 1.17 |
186+ | client version | 1.13 | 1.14 | 1.15 | 1.16 | 1.17 | 1.18 |
187187| ------------------| -----------| ----------| ----------| -----------| ----------| ----------|
188- | 4 .0.0 | ✓ | - | - | x | x | x |
189- | 5 .0.0 | + | ✓ | - | - | x | x |
190- | 6 .0.1 | + | + | ✓ | - | - | x |
191- | 7 .0.0 | + | + | + | ✓ | - | - |
192- | 8 .0.2 | + | + | + | + | ✓ | - |
193- | 9 .0.0 | + | + | + | + | + | ✓ |
188+ | 5 .0.0 | ✓ | - | - | x | x | x |
189+ | 6 .0.1 | + | ✓ | - | - | x | x |
190+ | 7 .0.0 | + | + | ✓ | - | - | x |
191+ | 8 .0.2 | + | + | + | ✓ | - | - |
192+ | 9 .0.2 | + | + | + | + | ✓ | - |
193+ | 10 .0.0 | + | + | + | + | + | ✓ |
194194
195195Key:
196196
You can’t perform that action at this time.
0 commit comments