Skip to content

Commit 6b00b59

Browse files
committed
Bump v2.0.0
Signed-off-by: Xabier Larrakoetxea <[email protected]>
1 parent 1e20362 commit 6b00b59

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
## [2.0.0] - 2021-04-02
4+
5+
v2 of the library mainly refactors the domain model to abstract the admission review versions. This breaks backwards compatibility.
6+
37
### Added
48

59
- A new model that decouples the different Kubernetes admission review model types.
@@ -138,7 +142,8 @@ Breaking: Webhook constructors now need a tracer.
138142
- Static mutating webhook.
139143
- Handler creator for webhooks.
140144

141-
[unreleased]: https://github.com/slok/kubewebhook/compare/v0.11.0...HEAD
145+
[unreleased]: https://github.com/slok/kubewebhook/compare/v2.0.0...HEAD
146+
[2.0.0]: https://github.com/slok/kubewebhook/compare/v0.11.0...v2.0.0
142147
[0.11.0]: https://github.com/slok/kubewebhook/compare/v0.10.0...v0.11.0
143148
[0.10.0]: https://github.com/slok/kubewebhook/compare/v0.9.1...v0.10.0
144149
[0.9.1]: https://github.com/slok/kubewebhook/compare/v0.9.0...v0.9.1

0 commit comments

Comments
 (0)