Skip to content

Commit 7156355

Browse files
committed
Bump v2.5.0
Signed-off-by: Xabier Larrakoetxea <[email protected]>
1 parent 4093d2c commit 7156355

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## [Unreleased]
22

3+
## [2.5.0] - 2022-10-15
4+
35
### Changed
46

57
- Update to Kubernetes v1.25.
8+
- Update to Go v1.19.
69

710
## [2.4.0] - 2022-10-15
811

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

195-
[unreleased]: https://github.com/slok/kubewebhook/compare/v2.4.0...HEAD
198+
[unreleased]: https://github.com/slok/kubewebhook/compare/v2.5.0...HEAD
199+
[2.5.0]: https://github.com/slok/kubewebhook/compare/v2.4.0...v2.5.0
196200
[2.4.0]: https://github.com/slok/kubewebhook/compare/v2.3.0...v2.4.0
197201
[2.3.0]: https://github.com/slok/kubewebhook/compare/v2.2.0...v2.3.0
198202
[2.2.0]: https://github.com/slok/kubewebhook/compare/v2.1.0...v2.2.0

Readme.md

Lines changed: 1 addition & 0 deletions
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 | Kubernetes | Admission reviews | Dynamic webhooks | [OpenTelemetry] tracing |
110110
| ----------- | ---------- | ----------------- | ---------------- | ----------------------- |
111+
| v2.5 | 1.25 | v1beta1, v1 | ✔ | ✔ |
111112
| v2.4 | 1.24 | v1beta1, v1 | ✔ | ✔ |
112113
| v2.3 | 1.23 | v1beta1, v1 | ✔ | ✔ |
113114
| v2.2 | 1.22 | v1beta1, v1 | ✔ | ✔ |

0 commit comments

Comments
 (0)