Skip to content

Commit

Permalink
Bump v2.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xabier Larrakoetxea <[email protected]>
  • Loading branch information
slok committed Oct 15, 2022
1 parent 4093d2c commit 7156355
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## [Unreleased]

## [2.5.0] - 2022-10-15

### Changed

- Update to Kubernetes v1.25.
- Update to Go v1.19.

## [2.4.0] - 2022-10-15

Expand Down Expand Up @@ -192,7 +195,8 @@ Breaking: Webhook constructors now need a tracer.
- Static mutating webhook.
- Handler creator for webhooks.

[unreleased]: https://github.com/slok/kubewebhook/compare/v2.4.0...HEAD
[unreleased]: https://github.com/slok/kubewebhook/compare/v2.5.0...HEAD
[2.5.0]: https://github.com/slok/kubewebhook/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/slok/kubewebhook/compare/v2.3.0...v2.4.0
[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
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.5 | 1.25 | v1beta1, v1 | ✔ | ✔ |
| v2.4 | 1.24 | v1beta1, v1 | ✔ | ✔ |
| v2.3 | 1.23 | v1beta1, v1 | ✔ | ✔ |
| v2.2 | 1.22 | v1beta1, v1 | ✔ | ✔ |
Expand Down

0 comments on commit 7156355

Please sign in to comment.