Skip to content

Commit b179dc4

Browse files
authored
Merge pull request #1276 from brendandburns/release-docs
Update docs for the 10.0.0 release.
2 parents 01e8aa9 + 7b13843 commit b179dc4

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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
218
Changes since 6.0.1
319

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

195195
Key:
196196

0 commit comments

Comments
 (0)