From 54eff5e686fb7ddabc02c77421f6fbebec09ff6e Mon Sep 17 00:00:00 2001 From: Xabier Larrakoetxea Date: Wed, 19 May 2021 08:02:11 +0200 Subject: [PATCH] Bump v2.1.0 Signed-off-by: Xabier Larrakoetxea --- CHANGELOG.md | 5 ++++- Readme.md | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdeed65..144dce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [2.1.0] - 2021-05-19 + ### Added - User information to model. @@ -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 diff --git a/Readme.md b/Readme.md index 5e8f786..8763bc1 100644 --- a/Readme.md +++ b/Readme.md @@ -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 | ✔ |