Skip to content

Commit

Permalink
Bump v0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xabier Larrakoetxea <[email protected]>
  • Loading branch information
slok committed Feb 16, 2020
1 parent be0a295 commit ef4b81d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

## [Unreleased]

## [0.6.0] - 2020-02-16
### Changed
- Update to Kubernetes v1.15.

Expand Down Expand Up @@ -47,7 +48,8 @@ Breaking: Webhook constructors now need a tracer.
- Static mutating webhook.
- Handler creator for webhooks.

[Unreleased]: https://github.com/slok/kubewebhook/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/slok/kubewebhook/compare/v0.6.0...HEAD
[0.5.0]: https://github.com/slok/kubewebhook/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/slok/kubewebhook/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/slok/kubewebhook/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/slok/kubewebhook/compare/v0.2.0...v0.3.0
Expand Down
17 changes: 9 additions & 8 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,15 @@ You can get more examples in [here](examples)
## Compatibility matrix


| | Kubernetes 1.10 | Kubernetes 1.11 | Kubernetes 1.12 | Kubernetes 1.13 | Kubernetes 1.14 | Kubernetes 1.15 |
| ---------------- | --------------- | --------------- | --------------- | --------------- | --------------- | --------------- |
| kubewebhook 0.1 ||| ? | ? | ? | ? |
| kubewebhook 0.2 ||| ? | ? | ? | ? |
| kubewebhook 0.3 | ? | ? || ? | ? | ? |
| kubewebhook 0.4 | ? | ? | ✓? || ? | ? |
| kubewebhook 0.5 | ? | ? | ? | ? || ? |
| kubewebhook HEAD | ? | ? | ? | ? | ? ||
| | K8s 1.10 | K8s 1.11 | K8s 1.12 | K8s 1.13 | K8s 1.14 | K8s 1.15 | K8s 1.16 |
| ---------------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
| kubewebhook 0.1 ||| ? | ? | ? | ? | ? |
| kubewebhook 0.2 ||| ? | ? | ? | ? | ? |
| kubewebhook 0.3 | ? | ? || ? | ? | ? | ? |
| kubewebhook 0.4 | ? | ? | ✓? || ? | ? | ? |
| kubewebhook 0.5 | ? | ? | ? | ? || ? | ? |
| kubewebhook 0.6 | ? | ? | ? | ? | ? || ? |
| kubewebhook HEAD | ? | ? | ? | ? | ? | ? ||

## Documentation

Expand Down

0 comments on commit ef4b81d

Please sign in to comment.