Releases: qinqon/kube-admission-webhook
Releases · qinqon/kube-admission-webhook
v0.12.0
v0.12.0
Features:
- Implement CAOverlapInterval options to ditch old CAs from CABunlde
- Use a struct to group certificate options (#37)
- Use new knob for the service certificate rotation (#34)
v0.11.0
v0.11.0
Features:
- Remove secret's ownership (#32)
v0.10.0
v0.10.0
Features:
- Replace CA bundle update strategy from replace to append (#28)
- Add CARotationInverval knob (#29)
v0.9.0
v0.9.0
Features:
- Implement certificate manager as a controller (#20)
- Replace FakeClient with controller-runtime envtest (#24)
- Move unit tests to ginkgo (#26)
- Bump controller-runtime to v0.6.0 (#25)
- introducing a script to force rotate the kube-admission caBundle and secrets (#21)
v0.8.0
v0.8.0
Bugs:
- Bump github-release tool to 0.8.1 (#18)
- fix index out of range error when trying to access client-config array in empty webhook instance (#17)
v0.7.0
v0.7.0
Bugs:
- Manage secret's owner correctly (#15)
v0.6.0
v0.6.0
Replace CSR mechanism with self generated keys and self signed cert (#10)
v0.5.0
v0.5.0
Fix a race between runtime-controller client cache start and webhook retrieving
cluster auth config.
Bugs:
- Retry if runtime-controller cache is not started yet
v0.4.0
v0.4.0
controller-runtime upgraded to 0.4.0 and golang 1.13
Features:
- Upgrade controller-runtime to 0.4.0
v0.3.0
v0.3.0
Added new UpdateOpts call to Server so new hooks can
be added after instanciation.
Features:
- add api to modify server outside of New method
Bugs:
- Install golang from tarball