Skip to content

Commit 54eff5e

Browse files
committed
Bump v2.1.0
Signed-off-by: Xabier Larrakoetxea <[email protected]>
1 parent ffa86d4 commit 54eff5e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [2.1.0] - 2021-05-19
4+
35
### Added
46

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

153-
[unreleased]: https://github.com/slok/kubewebhook/compare/v2.0.0...HEAD
155+
[unreleased]: https://github.com/slok/kubewebhook/compare/v2.1.0...HEAD
156+
[2.1.0]: https://github.com/slok/kubewebhook/compare/v2.0.0...v2.1.0
154157
[2.0.0]: https://github.com/slok/kubewebhook/compare/v0.11.0...v2.0.0
155158
[0.11.0]: https://github.com/slok/kubewebhook/compare/v0.10.0...v0.11.0
156159
[0.10.0]: https://github.com/slok/kubewebhook/compare/v0.9.1...v0.10.0

Readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ is tested and supports the shown K8s version, however, this doesn't mean that do
108108

109109
| Kubewebhook version | k8s version | Supported admission reviews | Support dynamic webhooks |
110110
| ------------------- | ----------- | --------------------------- | ------------------------ |
111+
| v2.1 | 1.21 | v1beta1, v1 | ✔ |
111112
| v2.0 | 1.20 | v1beta1, v1 | ✔ |
112113
| v0.11 | 1.19 | v1beta1 | ✔ |
113114
| v0.10 | 1.18 | v1beta1 | ✔ |

0 commit comments

Comments
 (0)