0.3.0 - 2019-05-30
- Util to know if a admission review is dry run.
- Update to Kubernetes v1.12.
0.2.0 - 2018-09-29
Breaking: Webhook constructors now need a tracer.
- Open tracing support on validators.
- Open tracing support on mutators.
- Open tracing support on webhooks.
0.1.1 - 2018-07-22
- MustHandlerFor in case don't want to get an error (panic instead) and be less verbose.
- Set internal server error status code (500) when a error on a webhook happens.
0.1.0 - 2018-07-22
- Grafana dashboard for Prometheus metrics.
- Webhook admission review Prometheus metrics.
- Pass admission request on the context to the webhooks.
- Pass request context to the webhook and its mutating/validating chain.
- Static validating webhook.
- Mutating webhook example.
- Static mutating webhook.
- Handler creator for webhooks.