File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
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
+
3
7
### Added
4
8
5
9
- A new model that decouples the different Kubernetes admission review model types.
@@ -138,7 +142,8 @@ Breaking: Webhook constructors now need a tracer.
138
142
- Static mutating webhook.
139
143
- Handler creator for webhooks.
140
144
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
142
147
[ 0.11.0 ] : https://github.com/slok/kubewebhook/compare/v0.10.0...v0.11.0
143
148
[ 0.10.0 ] : https://github.com/slok/kubewebhook/compare/v0.9.1...v0.10.0
144
149
[ 0.9.1 ] : https://github.com/slok/kubewebhook/compare/v0.9.0...v0.9.1
You can’t perform that action at this time.
0 commit comments