Skip to content

Commit

Permalink
Bump v2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xabier Larrakoetxea <[email protected]>
  • Loading branch information
slok committed Mar 23, 2022
1 parent 39e3f33 commit b5ccc0a
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.3.0] - 2022-03-23

### Changed

- Update to Kubernetes v1.23.
Expand Down Expand Up @@ -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
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 | 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 | ✔ | ✖ |
Expand Down

0 comments on commit b5ccc0a

Please sign in to comment.