diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a90408..68aa8a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [2.3.0] - 2022-03-23 + ### Changed - Update to Kubernetes v1.23. @@ -180,7 +182,8 @@ Breaking: Webhook constructors now need a tracer. - Static mutating webhook. - Handler creator for webhooks. -[unreleased]: https://github.com/slok/kubewebhook/compare/v2.2.0...HEAD +[unreleased]: https://github.com/slok/kubewebhook/compare/v2.3.0...HEAD +[2.3.0]: https://github.com/slok/kubewebhook/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/slok/kubewebhook/compare/v2.1.0...v2.2.0 [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 diff --git a/Readme.md b/Readme.md index 4f068f4..4d4d226 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 | Kubernetes | Admission reviews | Dynamic webhooks | [OpenTelemetry] tracing | | ----------- | ---------- | ----------------- | ---------------- | ----------------------- | +| v2.3 | 1.23 | v1beta1, v1 | ✔ | ✔ | | v2.2 | 1.22 | v1beta1, v1 | ✔ | ✔ | | v2.1 | 1.21 | v1beta1, v1 | ✔ | ✖ | | v2.1 | 1.21 | v1beta1, v1 | ✔ | ✖ |