Skip to content

Commit

Permalink
Bump v2.1.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 May 19, 2021
1 parent ffa86d4 commit 54eff5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [2.1.0] - 2021-05-19

### Added

- User information to model.
Expand Down Expand Up @@ -150,7 +152,8 @@ Breaking: Webhook constructors now need a tracer.
- Static mutating webhook.
- Handler creator for webhooks.

[unreleased]: https://github.com/slok/kubewebhook/compare/v2.0.0...HEAD
[unreleased]: https://github.com/slok/kubewebhook/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/slok/kubewebhook/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/slok/kubewebhook/compare/v0.11.0...v2.0.0
[0.11.0]: https://github.com/slok/kubewebhook/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/slok/kubewebhook/compare/v0.9.1...v0.10.0
Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ is tested and supports the shown K8s version, however, this doesn't mean that do

| Kubewebhook version | k8s version | Supported admission reviews | Support dynamic webhooks |
| ------------------- | ----------- | --------------------------- | ------------------------ |
| v2.1 | 1.21 | v1beta1, v1 | ✔ |
| v2.0 | 1.20 | v1beta1, v1 | ✔ |
| v0.11 | 1.19 | v1beta1 | ✔ |
| v0.10 | 1.18 | v1beta1 | ✔ |
Expand Down

0 comments on commit 54eff5e

Please sign in to comment.