Skip to content

Commit

Permalink
Bump v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xabier Larrakoetxea <me@slok.dev>
  • Loading branch information
slok committed Mar 27, 2020
1 parent 2636f35 commit 62d1ff9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

## [Unreleased]

## [0.9.0] - 2020-03-27
### Changed
- Update to Kubernetes v1.18.


## [0.8.0] - 2020-02-18
### Changed
- Update to Kubernetes v1.17.
Expand Down Expand Up @@ -65,7 +70,8 @@ Breaking: Webhook constructors now need a tracer.
- Static mutating webhook.
- Handler creator for webhooks.

[Unreleased]: https://github.com/slok/kubewebhook/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/slok/kubewebhook/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/slok/kubewebhook/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/slok/kubewebhook/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/slok/kubewebhook/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/slok/kubewebhook/compare/v0.5.0...v0.6.0
Expand Down
17 changes: 8 additions & 9 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,15 @@ work (e.g k8s v1.15 with Kubewebhook v0.3). You can try it and check if they wor

| k8s version | Kubewebhook version | Supported admission reviews |
| ------------| ------------------- | --------------------------- |
| 1.10 | v0.2 | v1beta1 |
| 1.11 | v0.2 | v1beta1 |
| 1.12 | v0.3 | v1beta1 |
| 1.13 | v0.4 | v1beta1 |
| 1.14 | v0.5 | v1beta1 |
| 1.15 | v0.6 | v1beta1 |
| 1.16 | v0.7 | v1beta1 |
| 1.18 | v0.9 | v1beta1 |
| 1.17 | v0.8 | v1beta1 |
| 1.18 | HEAD | v1beta1 |

| 1.16 | v0.7 | v1beta1 |
| 1.15 | v0.6 | v1beta1 |
| 1.14 | v0.5 | v1beta1 |
| 1.13 | v0.4 | v1beta1 |
| 1.12 | v0.3 | v1beta1 |
| 1.11 | v0.2 | v1beta1 |
| 1.10 | v0.2 | v1beta1 |

## Documentation

Expand Down

0 comments on commit 62d1ff9

Please sign in to comment.